English 中文(简体)
以 pdftk 填入 pdf 后, 保持 pdf 窗体可编辑
原标题:Keep a pdf form editable after filling it with pdftk

I m using pdftk to fill a form but the output form isn t editable, when I open it on acrobat reader I m getting an error message: "This document enabled extended features in Adobe Reader, The document has been changes since it was created and use of extended features is no longer available."

能否保持文档的可编辑性?

最佳回答

为了除掉Adobe数字签名, 仅仅"猫"的签名 出PDF。

pdftk signed.pdf cat output notsigned.pdf
问题回答

否。 AFAIK 要在 Adobe 阅读器中编辑一个 PDF, 就必须由 Adobe Acrobat 以数字方式签名。 显然, 用 pdftk 来操控 PDF 将 PDF 更改为 PDF, 这样签名就不再有效 。

我有一个 pdf 文档, 它会在添加窗体数据时产生错误, 不论我是否使用“ 缩放器” 命令 。

我将 pdf 文档装入 Adobe Acrobat (第 9 版, 不知道是否相关), 并选择了 文件 { { 保存副本 } 。 有了新副本, 我能够使用 pdftk 在无错误的情况下添加窗体字段 。

使用平板将生成文本。 不使用平板, 我在 Adobe 阅读器中找到一个可编辑的表格, 里面有填满的数据 。

删除 blitten 将使窗体可以编辑。

使用 plipplitten 只能给出一个输入的 PDF, 它只会平整输出的 pdf 文件, 使其无法编辑 。

语法 :

可编辑的 pdf 输出 - "passthru ("\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

平坦 - passthru (" < dir> $pdf_ fill $fdf 输出 - flapten " );





相关问题
How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Extract everything from PDF [closed]

Looking for solution to extract content from a PDF file (using console tool or a library). It will be used on server to produce on-line e-books from uploaded PDF files. Need to extract following ...

PDF compression How does Adobe do it?

This is a bit more of a fun question than a serious one, but how does the Adobe PDF format make documents so... portable? I just created a small Word document, 235kb in size, containing multiple ...

Exporting HTML Tables

How can I export an HTML table in my page as PDF and/or XLS? (preferably using JS (+jquery))

Using Java PDFBox library to write Russian PDF

I am using a Java library called PDFBox trying to write text to a PDF. It works perfect for English text, but when i tried to write Russian text inside the PDF the letters appeared so strange. It ...

HTML --> PDF with PHP [duplicate]

Possible Duplicate: Convert HTML + CSS to PDF with PHP? How can I convert an HTML page (via $cURL or something) to a PDF file?

Free way to convert PDF to XPS with C#

Are there any free tools that I can use to convert a PDF document into an XPS document? Although a nice programmatic API would be nice, I m not opposed to shelling out to a command line tool to do ...

PDF conversion service

I need to develop a service able to convert MS Office and Open Office documents to PDF. And the PDF`s also need to be commentable when opened in ADOBE Reader. I have used a piece of software from www....