GhostScript PDF Merging (Losing Editable Fields)

◇◆丶佛笑我妖孽 提交于 2020-01-04 04:58:08

问题


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?


回答1:


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.




回答2:


Maybe you could give the exact commandline you're using to merge the two PDFs?

As for your "some other free linux software" part of your question: did you ever try pdftk (available on Linux and Windows)? It has a quite unusual way of constructing its commandline, but it works very well. See here for details: http://www.accesspdf.com/pdftk/ .



来源:https://stackoverflow.com/questions/1239003/ghostscript-pdf-merging-losing-editable-fields

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!