Converting word to pdf removes original table columns

While converting the word docx document to PDF, some columns are removed from the table which exists in the original word document.


If the word document has say 8 columns, the equivalent pdf after saving it as PDF document will have some columns removed. I am attaching the word as well as the PDF document which is converted using Aspose.Words Save method having SaveOptions as PDF.

Aspose.Words version is 13.9.0.0

Hi there,

Thanks for your inquiry. I have tested the scenario and have managed to reproduce the
same issues at my side. For the sake of correction, I have logged these
problems in our issue tracking system as follow:

WORDSNET-11279 : Docx to Pdf conversion issue with table’s rendering (column is missing in output)
WORDSNET-11280 : Docx to Pdf conversion issue with table’s row height

I
have linked this forum thread to the same issues and you will be
notified via this forum thread once these issues are resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-11279;WORDSNET-11280) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.
I have used latest update 15.1.0 to convert word document into pdf. Word document contains the table which is large, complex and takes 6 pages. When I convert document into pdf the layout of table distorted.
I have attached source word document and converted PDF document.

Code used:
targetDocuement.UpdateTableLayout()
targetDocuement.Save(pdfStream, Aspose.Words.SaveFormat.Pdf);

Hi there,

Thanks for your inquiry. You do not normally need to call UpdateTableLayout method as cell and table widths are maintained automatically. You can call this method before exporting to PDF (or any other fixed-page format), only in rare cases where you confirmed that tables appear incorrectly laid out in the output document.

I
have tested the scenario and have managed to reproduce the same issue
at my side. For the sake of correction, I have logged this problem in
our issue tracking system as WORDSNET-11711. I have linked this forum
thread to the same issue and you will be notified via this forum thread
once this issue is resolved.

We apologize for your inconvenience.

Any updates on this?

Hi there,

Thanks for your patience. It is to update you that our development team has completed the
analysis of this issue and has come to a conclusion that they won’t be
able to implement the fix to your issue. Most likely, your issue will be
closed with ‘‘Won’t Fix’’ resolution. Please do not call UpdateTableLayout method if the output is correct.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan