objectivecdeveloper
objectivecdeveloper

Reputation: 1050

Add PDF page in iOS

I have an algorithm to create a PDF file, but I want just to add one pdf page at the end of existing pdf. Do any one has idea about that?

Upvotes: 1

Views: 1148

Answers (3)

Carina
Carina

Reputation: 2260

Up till now it's not possible to reopen and continue editing a PDF file . Only redraw whole PDf again .

Upvotes: 0

Sean
Sean

Reputation: 1

May be you can read the old pdf file,and recontruct a new pdf file.I think.

Upvotes: 0

John Smith
John Smith

Reputation: 1172

Here is a solution for merging pdf but using an other library:

Merge PDF files on iOS

Upvotes: 1

Related Questions