Skip to content

Extract pdf with C# and convert it to html, image or text

License

Notifications You must be signed in to change notification settings

shmil80/PdfRepresantation

Repository files navigation

PdfRepresantation is a simple tool to get the details of a pdf, and convert it to html, text or image.

It is writen in C# based on itext7 package

usage:

      string path = "file.pdf";
      PdfDetails pdf = PdfDetailsFactory.Create(path);
      string text = pdf.ToString();
      string html = new PdfHtmlWriter().ConvertPdf(pdf);
      Bitmap bitmap = new PdfImageWriter().ConvertToImage(pdf);           

PdfRepresantation is licensed as AGPL

About

Extract pdf with C# and convert it to html, image or text

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages