Side by side tables wrapping when converting to Pdf

Greetings:

When I convert a doc file to pdf the two side by side tables are wrapping causing the form to shift to a second page.

Here is the code I'm using:

Document doc = new Document(@"C:\SymBTemp~\waterbill3.doc");

MemoryStream pdfStream = new MemoryStream();

doc.Save(pdfStream, SaveFormat.AsposePdf);

Aspose.Pdf.Pdf pdf = new Aspose.Pdf.Pdf();

pdf.BindXML(pdfStream, null);

pdf.Save(@"C:\SymBTemp~\Text2.pdf");

attached is the doc file

pls advise

thx!!

Dave Wilson

Hi Dave,

Thanks for your inquiry.

I can see that you are using an older version of Aspose.Words. In recent verisons rendering to PDF using Aspose.Words + Aspose.PDF was removed and direct rendering to PDF is used instead. Please see the page here for how to render a document using more recent versions.

This issue currently occurs in the current versions as well but will be fixed sometime shortly. We will inform you as soon as a fix is avaliable.

Thanks,

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


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