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中复制一些带有(x,y)的文本或区域并将其粘贴到新的pdf中。我正在使用 pdfsharp。如何做到这一点?有人可以帮忙吗?
如果要提取文本,请查看以下线程:
C# PDFSharp:如何从 PDF 中去除文本的示例?
C# 使用 PdfSharp 从 PDF 中提取文本
如果要提取页面的图像(或其中的一部分),请查看此线程:
在 C# 中将 PDF 导出为 JPG