Does Aspose.Words support exporting a multi-page DOCX into one seamless PNG (all pages appended vertically without gaps)?
Sample
DOCX: multi-page.docx (13.4 KB)
Current PNG output: output.png (1.3 KB)
Expected
…... Prepare the document (remove margins) using Aspose...source DOCX var doc = new Document(@"C:\Docs\multi-page.docx");...