iPad App: Merge PDF files into 1 PDF document / Create PDF Document of multi-page scrollview
- 阅读更多 关于 iPad App: Merge PDF files into 1 PDF document / Create PDF Document of multi-page scrollview
问题 I am writing an iPad application which uses a scrollview with page control. I need to create a PDF of all the pages as 1 PDF file. So far, I figured that I should loop through all the sub-views (pages) and create PDF files for each (using CGPDFContext). BUT I do need to combine all the files into 1 PDF document. Can you help me to do so?? OR if you have a better way to create a PDF document with multiple pages from this scrollview, that would even be better!! Please help. I've searched