如何在镜像的一页中重复 PDF 内容
我想将 pdf 页面复制 4 次,并生成包含 4 个迷你页面的单个(较大)页面。有一个名为 AutoPagex 的 Acrobat 插件,它可以重复页面内容并用它们生成另一个页面,但我需要这样,下面的 2 页应该颠倒(见图)。有人可以帮助我吗?哪个应用程序可以做到这一点?
如果我可以将两个页面合并为一个页面,那就太好了...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
与
多价
(包含工具的最新免费版本,当前版本本身没有工具)
您可以做到这一点
说明:
如果您的 Multivalent.jar 副本位于 /mnt/home/ 那么你的路径将是 java -cp /mnt/home/Multivalent.jar
注意:此工作流程旨在在以下情况下工作:您有一个单一来源的 pdf 页面。
如果你有一个多页源 pdf,那么执行此技巧的方法会有所不同;请向我们提供有关此案例的更多详细信息,
例如
对于多页源pdf,您需要每页重复4次**(旋转180度2次)同一个页面,...使用依赖于 pdfinfo 和 Multivalent.jar 的脚本:
http://ifile.it/m7tr4g0 (sample source pdf file - A5 size - 595x841 pt)
http://ifile.it/rscpoxi(同源 pdf 强加 4 次 - 纸张 1190x1682pt,一页)
with
Multivalent
(latest free version with tools included, current has no tools in itself)
you can do the trick
explanations:
if your copy of Multivalent.jar resides in /mnt/home/ then your path will be java -cp /mnt/home/Multivalent.jar
notes: this work flow is intended to be working if you have a single source pdf page.
If you have a multipage source pdf, then the way to do this trick is different; please, give to us further details in this case
e.g.
for multipage source pdf whose you need to repeat every page 4 times ** ( 2 times rotated by 180 degrees) one same PAGE, ...use this script that relies on pdfinfo and Multivalent.jar:
http://ifile.it/m7tr4g0 (sample source pdf file - A5 size - 595x841 pt)
http://ifile.it/rscpoxi (same source pdf imposed 4 times -paper 1190x1682pt, in one page)
这应该可以通过 pdfjam 或 podofoimpose。
This should be doable with pdfjam or podofoimpose.