Hi,
We have a need to create html from pdf which has to retain the formats. For example, bulletins, tables, headings has to be retained as it is in html like in “ul,ol,li,table,td,h1,h2” tags. How do we achieve this wi…...the PDF document Document pdfDocument = new Document("input.pdf");...ExportBookmarks = true }; // Save the document as HTML pdfDocument.Save("output...