'PDFsharp cannot handle this PDF feature introduced with Acrobat 6' error while opening PDF file

前端 未结 2 814
终归单人心
终归单人心 2020-12-15 20:42

I use PDFsharp (v1.32) for merging several PDF files. I open documents using this code:

PdfDocument inputDocument = PdfReader.Open(pdfFilePath, PdfDocumentOp         


        
2条回答
  •  隐瞒了意图╮
    2020-12-15 20:59

    Use PDFsharp 1.50 beta 3 from December 2015 or a newer version.

    https://www.nuget.org/packages/PdfSharp/1.50.4820-RC1
    https://www.nuget.org/packages/PDFsharp-gdi/1.50.4820-RC1
    https://www.nuget.org/packages/PDFsharp-wpf/1.50.4820-RC1

    https://github.com/empira/PDFsharp

提交回复
热议问题