ILPDFKit
ILPDFKit copied to clipboard
how to save the flatPDF within app
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,
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!