Convert WordArt object with changed rotation to random degrees to PDFA

Hello.


I tried to convert word document which contain WordArt objects.
And these objects with changed rotation to random degrees.
And i tried to convert this document to PDF/A.
On the way out i had PDF which not contains shadows and color in WordArt examples at all.

I used Aspose.Word version 16.11.0.0

Hi,


Thanks for your inquiry.

mikhailburyak:
And i tried to convert this document to PDF/A.
On the way out i had PDF which not contains shadows and color in WordArt examples at all.
While using the latest version of Aspose.Words i.e. 16.11.0, 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-14557. Your request 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,

Hi,


Regarding WORDSNET-14557, this is an expected behavior. DML effects are not used when saving to PDF/A-1.

PDF/A-1 format does not support transparency and effects cannot be rendered properly. It is described in XML comments to PdfSaveOptions.DmlEffectsRenderingMode property i.e. if Compliance is set to PdfA1a or PdfA1b, this property always returns None.

Best regards,