Content controls values are not printed

Hello
I used open xml to create a word document with custom XML parts.
Now I use aspose to print those documents ( in batch)
I use the following code to get the documents out of the sharepoint list

Stream docStream = listItem.File.OpenBinaryStream();
document = new Document(docStream);

When I use

document.Print(currentprinter);

The document is printed but the value 's from the content controls is empty

I hope you can help me out
When I open and print the document from the sharepoint list the values are filled
Thanks

Hi,
Thanks for your inquiry. The problem occurs because Aspose.Words does not fully support Content Controls at the moment. I linked your request to the appropriate issue. You will be notified as soon as this feature is supported.
Best regards,

The issues you have found earlier (filed as 4295) have been fixed in this update.

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