无法使用 Okular 查看带有可填写字段的 PDF 文件

13e*_*ast 5 pdf okular adobe-reader

大多数 PDF 文件在我的默认文档查看器 Okular 上运行良好,但无法使用 Adob​​e Acrobat Reader (acroread) 以外的任何程序打开带有可填写字段的 PDF 文件。

有没有办法让 Okular 打开、编辑和保存带有可填写表格的 PDF 文档?

Ric*_*way 4

目前的答案是否定的。

该文件已加密,只能使用 Acrobat Reader 打开。

richard@ubuntu:~/Desktop$ pdfinfo n-400.pdf 
Title:          Appication for Naturalization
Author:         USCIS
Creator:        Adobe LiveCycle Designer ES 8.2
Producer:       Adobe LiveCycle Designer ES 8.2
CreationDate:   Thu Nov 15 16:21:11 2007
ModDate:        Tue Jun 21 11:36:34 2011
Tagged:         yes
Pages:          1
Encrypted:      yes (print:yes copy:no change:no addNotes:no)
Page size:      612 x 792 pts (letter)
File size:      110428 bytes
Optimized:      no
PDF version:    1.7
Run Code Online (Sandbox Code Playgroud)

唯一未加密的元素是使用 pdftotext 找到的以下文本

richard@ubuntu:~/Desktop$ pdftotext n-400.pdf l.txt && cat l.txt 
To view the full contents of this document, you need a later version of the PDF viewer. You can upgrade
to the latest version of Adobe Reader from www.adobe.com/products/acrobat/readstep2.html
For further support, go to www.adobe.com/support/products/acrreader.html
Run Code Online (Sandbox Code Playgroud)

有很多人受此影响。

我的解决方案是安装 acroread,填写并打印表单(我使用的表单也没有保存选项),然后删除 acroread。