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.
有没有办法我可以使用 iTextSharp addViewerPreference方法,比如说在 Stamper 或 PdfWriter 对象上,以便在 Adobe Reader 中打开生成的 PDF 文件时,附件面板将可见?
设置查看器首选项:
pdfWriter.ViewerPreferences = PdfWriter.PageModeUseAttachments;