Is it possible to send a PDF file stored in an app to someone via email?
Or can a pdf file be printed from an ios app?
Thanks , Max
			
			
									
									
						Send PDF from app via email
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Send PDF from app via email
Check out mobileComposeMail in the dictionary.
Simon
			
			
									
									Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
						Re: Send PDF from app via email
Thank you , Simon
Max
			
			
									
									
						Max
- 
				James Little
- VIP Livecode Opensource Backer 
- Posts: 47
- Joined: Thu Apr 27, 2006 11:19 pm
Re: Send PDF from app via email
I made a beginner mistake with this. I tried to include the file path using "file://" that didn't work.  Just give the regular path with specialFolderPath.
 Just give the regular path with specialFolderPath.
Also, the standard MIME type for PDF is "application/pdf" not "text/pdf."
			
			
									
									
						 Just give the regular path with specialFolderPath.
 Just give the regular path with specialFolderPath.Also, the standard MIME type for PDF is "application/pdf" not "text/pdf."