Modifying PDF's

Okay, let me clarify the question (And thanks to the answers so far!)

Yes, they would be scanned, but when I said Modified, I really only meant adding a few pages at the start (Such as a new introduction) and adding a few pages at the end (Contact information, and what else is available)

Surely, this can be done cheaply and effectively…

(Perhaps I could MERGE my Intro into the book, and then Merge the later pages in a separate operation?)

Phil

(Who really doesn’t want to go the OCR route!)

Adobe Acrobat has a function wherein you can insert pages before, within, or after the pages you have open in the window at the time. Maybe the fourth area from the left on the taskbar, down to “Insert Pages”.

I gather this was meant as a continuation of this thread?

Ya. Doofus (That’s me) hit NEW Thread instead of Post Reply.

Feh. There’s a zillion proggies on TUCOWS that lists themselves as PDF creators, but most want plain text to input, or hijack a printer stream.

Really, I may end up just splitting the PDF, inserting the pages I need, appending the other pages at the END, and re-joining them.

Phil

PS: (And without buying the full “acrobat” deal. That’s implied, methinks)

You can also convert the PDF to PostScript (e.g. with pdf2ps) and use a PostScript editor. Since PostScript files are ASCII you can even edit them by hand if you feel like it.