Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create PDF document using iPhone SDK? [duplicate]

How to create PDF document using iPhone SDK?

Any tutorials and examples to do this would be helpful.

Thanks!

like image 402
meetpd Avatar asked Dec 07 '22 22:12

meetpd


2 Answers

Quartz 2D Apple tutorial

http://developer.apple.com/library/mac/#documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_pdf/dq_pdf.html#//apple_ref/doc/uid/TP30001066-CH214-TPXREF101

like image 178
Altealice Avatar answered Dec 28 '22 23:12

Altealice


Theres a great open source api for creating PDFs. You can add text, images, and headers to the PDF, and then either send the PDF or save it to a file. The Api is at http://code.google.com/p/pdf-api-iphonesdk/wiki/PDFAPI If you have any questions about it, the support is great, just contact [email protected]

like image 22
user1469319 Avatar answered Dec 29 '22 00:12

user1469319