aumanets
aumanets

Reputation: 3833

iOS SDK edit PDF to add an Image

I'm trying to figure out if there is any way to insert an image into a specific page on a pdf file. I was analying this example http://www.raywenderlich.com/6818/how-to-create-a-pdf-with-quartz-2d-in-ios-5-tutorial-part-2 and other, and they always create a new PDF file.

Is there any way to draw above the PDF page with already existing content using Quartz 2D?

Upvotes: 0

Views: 1114

Answers (1)

Dominic Sander
Dominic Sander

Reputation: 2704

seems to be a duplicate question. Look at my question and the answers -> What is the best way to manipulate an existing PDF-Document under iOS?

Upvotes: 1

Related Questions