简体   繁体   English

Adobe acrobat每30页插入一个空白页-javascript

[英]Adobe acrobat insert empty page every 30 pages - javascript

I have got a pdf document with 1200 pages. 我有1200页的pdf文件。 I need to insert an empty page after every set of 30 pages. 每隔30页我需要插入一个空白页。 I am sure this would require javascript since it probably doesn't come as a pre-installed function ? 我确定这将需要javascript,因为它可能不是预装的功能?

Thanks appreciate any feedback 谢谢您的任何反馈

You can insert or add a page or pages in a PDF document using the document object's insertPages method. 您可以使用文档对象的insertPages方法在PDF文档中插入或添加页面。 See the " JavaScript for Acrobat JavaScript Reference " for more information. 有关更多信息,请参见“ JavaScript for Acrobat JavaScript参考 ”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM