Hi,
Word to pdf conversion is showing all hidden rows when the parent table’s properties flag text wrapping as “around”. Also included other cases in the document.
var doc = new Aspose.Words.Document("testDocument.docx");
// Save the Document as a PDF.
doc.Save("testDocument.pdf", Aspose.Words.SaveFormat.Pdf);
TestDocument.zip (160.6 KB)
Regards,