Abcpdf with dot net

karthikraja kandasamy 1 Reputation point
2022-11-02T07:47:14.903+00:00

Basically title. I am trying to convert a pdf into html using AbcPDF

using (Doc doc = new Doc())
{
doc.Read("Some.pdf");
doc.Save("Some.html");
}
This creates Some.html and a folder called Some that will contain Some.js, Some.css, excanvas-compiled.js and Wingdings_Type0_0.otf

What I want is to combine all of these into the html. Is this possible?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,281 questions
{count} votes