Hi,
I noticed the vertical lines are missing and some labels are misplaced after DOCX Chart to PDF Conversion.
Code for DOCX Chart to PDF Conversion
var document = new Document(@".\test.docx");
document.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
document.Save(@".\out.pdf");
I’ve attached my test files and a screenshot for your reference. Could you please take a look?
test.zip (52.9 KB)
image.png (56.6 KB)
Thanks,