PDFTK - 以及更改默认视图的能力
我一直在使用 PDFTK 合并 PDF,并取得了巨大成功,用于生成 pdf 的页面被设置为“单击一次显示一页”(基本上,当 pdf 打开时,会显示整个第一页,基于页面的高度)。
然而,生成的 pdf 默认会根据其宽度填充阅读器(并非所有第一页都显示)。
您知道控制生成的 pdf 视图的方法吗?因为我希望根据高度显示整个页面?
最好的问候
丹尼尔
I have been merging PDFs using PDFTK with great success, the pages that are used to generate the pdf are set to 'click to show one page at a time' (basically the whole of the first page is displayed when the pdf opens, based on the height of the page).
however the generated pdf defaults back to filling the reader based on its width (not all the first page shows).
Do you know a way of controlling the view of the generated pdf? because I would prefer the whole page to be displayed based on its height?
Best regards
Daniel
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
丹尼尔,
谢谢你的留言。当使用pdftk从PDF页面或文档组装新的PDF时(通过cat操作),新的PDF没有显示设置。因此,生成的 PDF 将使用查看者首选项中设置的默认值显示。 Pdftk 没有设置显示模式的方法,但我会将其添加到功能愿望清单中。同时,作为解决方法,您可以将 Reader/Acrobat 首选项更改为您喜欢的查看模式。
问候 -
Sid Steward
Pdftk 维护者
Daniel,
Thank you for your message. When using pdftk to assemble a new PDF from PDF pages or documents (via the cat operation), the new PDF does not have display settings. So the resulting PDF is displayed using the defaults set in your viewer's preferences. Pdftk doesn't have a means of setting the display mode, but I will add that to the feature wishlist. Meanwhile, you can change your Reader/Acrobat preferences to your preferred view mode as a workaround.
Regards-
Sid Steward
Pdftk Maintainer