Value missing when converting doc to pdf

Hi,

in the provided example, the values (500) are missing in the pdf-files. Could you please check?
We use Aspose.Word 14.8.0.0.

System.IO.MemoryStream mstream = new System.IO.MemoryStream();

Aspose.Words.Document wDoc;

wDoc = new Aspose.Words.Document(sInFile);

wDoc.Save(sOutFile, SaveFormat.Pdf);

Kind regards

Oliver



Hi Oliver,

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-10903. 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-10903) have been fixed in this .NET update and this Java update.


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