问题描述
我正在寻找创建PDF包的功能:
I am looking for the functionality that creates PDF Portfolios:
该图显示了可以从Adobe下载的免费adobe reader(duh!)。当我打开这个特定的PDF时,我很惊讶它具有所有这些布局,文件和附件功能。这绝对不是正常的PDF合并。它更像是一个包含多个PDF的包。
The image shows the free adobe reader that can be downloaded from Adobe (duh!). When I open this particular PDF, I was surprised that it has all these Layout, Files and Attachment features. It is definitely not the normal "PDF merge". It is more like a package with multiple PDFs.
itextsharp可以这样做吗?此PDF功能的搜索字词是什么?
Can itextsharp do this? What is the search term for this PDF functionality?
推荐答案
您要查找的术语是。您可以使用iTextSharp创建这样的PDF。以下是中的几个C#示例:
The term you're looking for is PDF Portfolios. You can create PDFs like this with iTextSharp. Here are a couple of C# examples from the iText book:
- Chapter16 - KubrickCollection
- Chapter16 - KubrickMovies
如果您选择下载KubrickMovies结果文件,请将扩展名更改为.pdf。现在注意到它 - 将在本周末尝试修复错误。
If you choose to download the KubrickMovies result file, change the extension to ".pdf". Just noticed it now - will try and fix the error this weekend.
这篇关于如何将PDF合并到PDF包中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!