简体   繁体   中英

C# using PDFsharp

I am trying to create pdf's from my Visual Studio 2013 C# program.

I have downloaded PDFsharp and now have the folders and files as pictured:

[ 在此处输入图片说明]

Where do I put these files and what do I do with them?

  1. Right click on solution name in Solution Explorer in Visual Studio;

  2. Choose 'Manage NuGet Packages for Solution...';

  3. Under Browse tab, search PDFSharp;

  4. Install whatever version into the projects you choose;

  5. Now you could use them by adding using PdfSharp.*; .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM