I am trying to merge two PDF files in iOS. I am merging page-by-page. It takes a lot of time in case of very big files. Is there any way, we can just merge the two files, instead of page-by-page ?
I can post my code , if you want.
My code is similat to the one Here on SO
Try this code..It adds up 1st pdf file then at the of that it,it adds 2nd pdf file to make single pdf.
Use this method for any number of pdfs this may help u