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.
.NET应用程序以编程方式编辑.PDF文档的最佳方式是什么?
.NET
.PDF
是否有不需要Adobe Acrobat或不需要Reader安装在目标机器上的解决方案?
Adobe Acrobat
Reader
您将需要一个允许创建和操作 PDF 文件的组件,例如 ABCPDF。
我不认为你可以在 pdf 上进行编辑。但是,您可以提取 PDF 的内容并替换/编辑该内容。使用新内容,您可以创建新的 PDF。ItextSharp 是一个免费的工具。
您将需要第三方库来执行此操作。例如 ItextSharp。专家PDF。