Hi,
When converting a DOCX to PDF, I noticed a row hidden in the Word document took space in the PDF, pushed the content down and eventually resulted in an additional page.
Code:
var doc = new Document(@".\test.docx");
doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
doc.Save(@".\out.pdf");
I’ve attached my test files and a screenshot for your reference. Could you please help to take a look?
test.zip (79.5 KB)
Thanks,
@ServerSide527
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): WORDSNET-26020
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
The issues you have found earlier (filed as WORDSNET-26020) have been fixed in this Aspose.Words for .NET 23.11 update also available on NuGet.