Skip to content

A simple free tool to convert pdf to html in C# using itext7

License

Notifications You must be signed in to change notification settings

infoneto-shmuel/PdfToHtml

Repository files navigation

PdfToHtml is a simple tool to convert pdf to html or text 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);

PdfToHtml is licensed as AGPL

About

A simple free tool to convert pdf to html in C# using itext7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published