DOC to PDF/TIFF conversion issue with table rendering having auto width using C#

Version 11.0 of Words for .Net have bug:
Tables with auto-width draw incorect at save to PDF and TIFF

The same document attached in DOC and PDF format.
See last page with tables for signature.

Hi Aleksey,

Thanks for your query. Please use the UpdateTableLayout() method before saving the PDF file. let let know, If you have any more queries.

Document doc = new Document(MyDir + "in.doc");
doc.UpdateTableLayout();
doc.Save(MyDir + "out.pdf");

It’s not work. You can check it by loading my attachment *.doc and save it to pdf. Or render it to Tiff. If you save it to rtf, mht, docx,… it will good.

Hi Aleksey,

I have successfully generated PDF file with no issue. Please find the generated PDF file in attachment.

Hi Tahir,In this pdf bug on 3 page. See attachment.
Its strange but all other table is good in this pdf.

I use doc.Save("out.pdf", Aspose.Words.SaveFormat.Pdf)

With doc.UpdateTableLayout(); and without but result is bad.

Hi,
In your last release of Total the old version of Word 11.0
But separate Word in the sait is 11.1

Thank you for fix error with table width.

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

This message was posted using Notification2Forum from Downloads module by aspose.notifier.