Hello Aspose Team,
I am working on a round-trip scenario where I convert a PDF to HTML, make a small edit in the HTML, and then convert it back to PDF.
I’ve attached the following files for reference:
Aspose.PDF issue…...HTML Document pdfDocument = new Document("Edited-HTML.html");...pdfDocument.PageInfo.Margin = new MarginInfo(originalLeftMargin...