Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 Pdf 对象(或 Streams)的列表,并希望将它们附加到它们之间不会有额外的空白。Aspose 'PdfFileEditor.Concatenate' 从下一页开始添加下一个 Pdf,但我想在之前的完成后立即添加它。
是否可以?
我不知道这是否可能(没有太多时间)所以不得不重构代码,只创建一个具有正确布局的流。