Hello!
We have found some charts that that are not rendered when converted to PDF using Aspose.Words 23.10.0. This occurs when we set Compliance = PdfCompliance.PdfA1a
.
var pdfStream = new MemoryStream();
document.Save(stream: pdfStream, saveOptions: new PdfSaveOptions() { Compliance = PdfCompliance.PdfA1a });
I have added a zip containing:
- ChartExamples.docx: contains charts that are not rendered when using the configuration above
- ChartExamples_a1a.pdf: resulting pdf when using the configuration above
- ChartExamples_a1a_fromWord.pdf: the same MS Word file exported to PDF from MS Word, also with PDF/A compliance
We have only found this issue on charts that use a chart style that has a background. The backgrounds in the charts in the attached files are black and gray. We have not tested other colors.
ChartExamples.zip (178.0 KB)