You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Can you educate me on how to save the flatPDF file within iOS app. My objective is to save the faltPDF file within app so that user can send this file via e-mail or airprint from the app.
Any help or guidance would really be appreciated
Regards,
The text was updated successfully, but these errors were encountered:
I think you can use "savedStaticPDFData" method of ILPDFDocument. this will return you Data object. then you can write this data to file with .pdf extension. I haven't tried it but hope this can help you!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can you educate me on how to save the flatPDF file within iOS app. My objective is to save the faltPDF file within app so that user can send this file via e-mail or airprint from the app.
Any help or guidance would really be appreciated
Regards,
The text was updated successfully, but these errors were encountered: