Hi Aspose.Word Team,
I am currently testing a Pdf generation process by using Aspose.Words API for manipulating the word document template and convert it to a Pdf file.
In the word document template, I am doing a bookmark manipulation, where two images are inserted into the word document template. The two images are BarCode (by using Aspose.Barcode) and GraphChart (by using Aspose.Chart).
However, I had a problem with the Graph chart picture when converting the word document template into pdf file. The problem was, the Graph Chart picture was blurred.
Then, I discussed this issue in the Aspose.chart forum, suspecting that there was a problem with the Graph Chart image generation. They told me to use the EMF format so the quality will show better, but the result was still the same (i.e. the picture was blurry). Yesterday, Aspose.Chart team provides me with an example source code that proves the Graph chart picture generation works fine.
I have tested the pdf generation and found out that the Aspose.Chart team were using an older Aspose.Word API (i.e. ver 4.4.3.0), and the Graph chart picture is in excellent quality.
Then, I retry to generate the pdf by using the latest version of Aspose.Word (ver 5.2.0.0), again, the Graph Chart became fuzzy.
I have attached the example codes.
Any clues?
Thank you very much for your helps and supports.
Regards,
Jarry