Content control not rendered correctly in PDF

Hi,

The attached document contains a content control in it.

When I open the document in Word it displays the value “abcdef”.

Converting the file to PDF (using Aspose.Words 9.4.0) displays “abc”.

Any clues?

I am using the following code:

new Aspose.Words.License().SetLicense(@"c:\Aspose.Total.lic");

Aspose.Words.Document doc = new Aspose.Words.Document(@"c:\document.docx");

doc.Save(@"c:\document.pdf", new Aspose.Words.Saving.PdfSaveOptions());

Hello

Thank you for reporting this problem to us. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
Best regards,

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

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