Word to pdf conversion issue with Text appearing overlapped

Hi ,


We are facing an issue with MSword(docx) to pdf conversion using Aspose.words. The text (labels on the chart ) appears overlapped (Word and pdf attached for reference)

The code used for conversion in C# .net is as below :

AsposeLicense.LicenseAspose();
PdfSaveOptions options = new PdfSaveOptions();
Document doc = new Document(@“C:\CoreplusSource\testaspose\TestAspose.docx”);
doc.Save(@“C:\CoreplusSource\testaspose\testaspose.pdf”, options);

Is there a way to set the Font style ? Can you please suggest any workaround ?

Thanks,
Shashank

Hi Shashank,

Thanks for your inquiry. I have tested the scenario and have managed to reproduce the same issue at my side. For the sake of correction, I have logged this problem in our issue tracking system as WORDSNET-12457. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

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


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