How to add PDFsharp lib in C#?

后端 未结 6 1358
野趣味
野趣味 2020-12-30 22:39

I am new to C#.net, I downloaded PDFsharp lib. But how to add this lib to our project?
My project is to create a PDF file. Please provide me step by step instructions. A

6条回答
  •  独厮守ぢ
    2020-12-30 22:56

    I think you have downloaded the source files. Open the file BuildAll-PdfSharp.sln in visual studio and build the project. Then it will generate the dll files that you have to reference in your own project.

    Hope this helps.

    /Klaus

提交回复
热议问题