多页 PDF 与数据文件合并
我们正在尝试向多页 pdf 文件添加代码。
假设 pdf 文件有 1000 页。 每六页对应1个账户。 所以这六个页面需要相同的帐号。 那么接下来的六个人就会得到不同的帐号。
ETC。
有没有人遇到过可以执行此功能的东西? pdf 可以链接到数据文件,还是必须使用简单的页码编号?
提前致谢!
We are trying to add a code to a multipage pdf file.
Let's say there's 1000 pages in the pdf file.
Every six pages corresponds to 1 account.
So those six pages need the same account number.
Then the following six would get a different account number.
ETC.
Has anyone ever run across something that would perform this function?
Can the pdf link to a data file, or would it have to use simple page numbering?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用各种 PDF 库(商业或 OSS)以编程方式将所需内容添加到 PDF 中的任何页面子集。
你能说得更具体一些吗?
You can programmatically add whatever you want to any subset of pages in a PDF using a variety of PDF librarys, commercial or OSS.
Can you be more specific?