vote up 0 vote down star

I'm using GhostScript to merge to PDFs into one PDF. One of the PDFs has textbox fields (editable fields) that I created in Adobe Acrobat Pro 9. When I merge these two PDFs with GhostScript I lose the textbox fields.

Is there any way to merge these files (using GS or some other free linux software) that keeps the textbox fields intact?

flag

2 Answers

vote up 0 vote down

Ghostscript is doing the equivalent of printing, so you will lose the editable fields.

I recommend pdftk. I'm not sure what you mean by "merge" but pdftk can concatenate multiple separate PDF files into a single PDF file, or it can use background/watermark to overlay one page on another.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.