Hi,
Our client reported an issue where wrong/missing labels and axis appeared on the chart when rendering the DOCX to PDF.
Code:
var doc = new Document(@".\test.docx");
doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;doc.Save(@".\test.pdf");
The issues don’t happen if I saved the DOCX to PDF manually using MS Office ‘save as’ PDF.
I’ve attached my test files and some screenshots for your reference. Could you please help me take a look?
test.zip (368.4 KB)
image.png (102.5 KB)
image.png (79.5 KB)
Thanks,