Crop and Rejoin PDF
Is it possible for me to crop and rejoin pages in iOS?
I'm creating an app that presents documents (to be very general)...I want to make it so that the user does not have to scroll down a page; the user would simply flip to the next page. To do that, I'd have to crop the input PDF, and rejoin the cropped portion with another cropped page on the next (displayed) "page"...How would I do that? I know there's PDFKit on the mac, but a search at developer.apple.com does not seem to indicate that PDFKit is on iOS.
How would I go about implementing this functionality?
Thanks in advance!
|