0

When I populate acrobat form fields by importing an FDF file into NitroPDF, things look fine. When I type data into the form fields manually in Acrobat 8, things look fine. When I use pdftk (on Windows XP or 2K), the tops of the characters in each form field are chopped off. Is there a parameter I'm missing somewhere? There aren't that many settings in pdftk...

Here's what I'm running:

pdftk form.pdf fill_form data.fdf output out.pdf flatten

Digging deeper, it appears supplied text:

<</T (A) /V (123)>>

Gets reworked to:

<</T (A) /V ([fe][ff][nul]1[nul]2[nul]3)>>

(I determined this by loading an "un-flattened" out.pdf into NitroPDF and exporting the FDF).

4

2 回答 2

0

我最终在工作时使用 pdftk 和 Acrobat Reader 对文档进行校对,而不是在 NitroPDF 中导入。字符的基线似乎不同。为了得到我想要的结果,我必须使每个字段的高度大约是 NitroPDF 和重叠字段所需高度的两倍。

我仍然会推荐 NitroPDF 的其他功能。

于 2009-08-09T18:50:28.010 回答
0

我相信 PDFTK 只支持 PDF 标准的早期版本(我认为最高 1.4)所以也许它才刚刚开始显示它的年龄?

于 2009-09-16T15:27:32.310 回答