PDFsharp edit a pdf file

前端 未结 1 841
面向向阳花
面向向阳花 2020-12-25 14:27

Environment - PDFsharp Library, Visual Studio 2012 and C# as the language.

I am trying to:

  1. read Test1.pdf (Width = 17 inches, Height – 11 inches) with
相关标签:
1条回答
  • 2020-12-25 15:20

    Instead of modifying the document, please create a new document and copy the pages from the old document to the new document.

    Sample code can be found in this post on the PDFsharp forum:
    http://forum.pdfsharp.net/viewtopic.php?p=2637#p2637

    0 讨论(0)
提交回复
热议问题