Wordt to PDF different result - text in drawing tool

Hello Aspose,


When converting a Word document to a PDF the text in a drawing tools object gets removed.
In the examples you see in the word file the year 2016 and 2017 in the blue boxes. In the resulting pdf these years are no longer there.
I’ve tested it in the most recent version 17.4.0.0

used code:
String lFilename = “AsposeExample.docx”;
String lSaveName = “AsposeExample-edit.pdf”;
<pre style=“background-color: rgb(255, 255, 255); font-family: “Courier New”;”>Document lDocument = new Document(lFileName);
lDocument.updateFields();
lDocument.save(lSaveName);

Thanks,

Inception

Hi Ron,


Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 17.4, we managed to reproduce this issue on our end. We have logged this issue in our bug tracking system. The ID of this issue is WORDSNET-15182. Your thread has also been linked to the appropriate issue and you will be notified as soon as it is resolved. Sorry for the inconvenience.

Best regards,

The issues you have found earlier (filed as WORDSNET-15182) have been fixed in this Aspose.Words for .NET 17.5 update and this Aspose.Words for Java 17.5 update.


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