Pages

Open Source library for c# net

There is an open source library know as pdfsharp which can be included in the .net application for doing all the  operations with the pdf files.



Some of the features are:

  • Can create PDF files on fly
  • Can modify, combine and separate the pdf files
  • Can create bookmarks in pdf files
  • Can export images from pdf files
  • and many more... you can find them at www.pdfsharp.net
You can install that package in your .net application via nuget package manager.

Popular Posts