Hi Team,
The document with page break before inside table with hidden paragraph is resulting in blank pages in the PDF output.
Document without showing special symbols
Same Document with showing special symbols
Resulting PDF using Aspose is having 5 pages with 2 blank pages. Expected behavior is PDF with only 3 pages and no blank pages.
Attaching the document and PDF.
HiddenPara-withPageBreakBeforeInsideTable.docx (106.2 KB)
HiddenPara-withPageBreakBeforeInsideTable.pdf (7.4 KB)
Sample code:
var convertedDocument = new Document(FilePath);
convertedDocument.Save(pdfpath);
Regards,