Hi,
According to the aspose.words api, a word document can be converted to pdf simply by invoking documen.Save(fileName + “.pdf”). Are there any known limitations/significant bugs with this file conversion? I am creating the document using the aspose.words api and then saving as pdf to convert it to pdf. So will this conversion render correctly everything that can be inserted in a word document created using the aspose.words api?
thanks,
Brian
Hi Brian,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your inquiry. Please follow the link to learn what features are supported/not supported upon converting documents to PDF:
Hope this information could be useful. Please let me know if you need more assistance, I will be glad to help you.
Best regards,
Hi,
Thanks for your quick reply.
I have tested this a bit and may have come across an issue.
I have a fairly simple document consisting of standard html tables and text.
The document is printed fine to word, however when i save the doc as pdf, some of the text is overlapping. From the html below, the first occurance of Credit Risk Direction is overlayed on the text ’ more edit…’ from the previous html table.
Is this a known issue?
thanks,
Brian
Market Value of Debt: |
BODY
{
FONT-FAMILY:arial;FONT-SIZE:11pt;
align:left;
}
Last known trade |
Bid: | 454.0 | Ask: | 3434.0 | Date Of Quotes: | 14-Sep-2010 | Date: | 16-Sep-2010 | Price: | 887.0 |
Comment: |
Double click to edit more edit… |
Credit Risk Direction: |
" |
Hi
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thank you for additional information. The problem might occur because you specified width of cells in percents. As a workaround, you can try specifying fixed cell widths.
Please let me know if you need more assistance, I will be glad to help you.
Best regards,