Page 1 of 1
Send PDF from app via email
Posted: Thu Jul 18, 2013 9:51 pm
by maxs
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
Re: Send PDF from app via email
Posted: Thu Jul 18, 2013 10:30 pm
by Simon
Check out mobileComposeMail in the dictionary.
Simon
Re: Send PDF from app via email
Posted: Fri Jul 19, 2013 5:28 am
by maxs
Thank you , Simon
Max
Re: Send PDF from app via email
Posted: Fri Jul 19, 2013 7:00 pm
by James Little
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.
Also, the standard MIME type for PDF is "application/pdf" not "text/pdf."