Table distorting in PDF when convert doc into PDF

Hello,
As when we convert doc file into PDF then table exist below ‘ANEXURES’ section is distorting.

So please suggest how can fix this issue.

I have attached Doc and PDF both file for your reference.

PDF_Converted_File.pdf (91.7 KB)

Testing_Doc_File.docx (54.7 KB)

.

@RiteshK10 As I can see you are using the old 20.12 version of Aspose.Words. The problem is not reproducible with the latest 24.8 version and the following simple code:

Document doc = new Document(@"C:\Temp\in.docx");
doc.Save(@"C:\Temp\out.pdf");

out.pdf (80.2 KB)

So, I would suggest you to upgrade to the latest version of Aspose.Words.

Hello @alexey.noskov thanks for giving response.

can you please suggest any other option to fix this issue without upgrading to the latest version of Aspose.Words.

@RiteshK10 Unfortunately, there is no workaround of the issue. So you need to update to get the version with a fix.

ok thanks @alexey.noskov

1 Like