Hi guys,
Attached is zip file with 2 documents build by Aspose.Words. The columns size in PDF is not correct. The call of mOutputDocument.UpdateTableLayout(); before saving the document didn’t help.
Regards,
Alex
Hi guys,
Hi Imran,
Hi Imran,
Hi Alex,
<o:p></o:p>
Hi Alex,
Document doc1 = new
Document(“c:/temp/test013/Test11.docx”);
MemoryStream stream = new MemoryStream();
doc1.Save(stream,SaveFormat.WordML);
Document doc2 = new Document(stream);
doc2.Save("c:/temp/test013/Test11Out.pdf", SaveFormat.Pdf);
Hope this will help.
Hi Imran,
Hi
Alex,
Thank you very much
for your feedback. It is great to hear that your issue has been resolved. You
are always welcome and please feel free to ask if you have any query in future.<o:p></o:p>
We always welcome constructive response from our customers.
The issues you have found earlier (filed as WORDSNET-5929) have been fixed in this .NET update and this Java update.