You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<htmllang="en"><head><title>PDF/UA test</title><metaname="subject" content="Experiment with charts in a PDF/UA document"/></head><body><objecttype="jfreechart/pie" alt="A simple chart" title="Fruit Pie Chart 1" style="width:400px;height:400px;"><dataname="Apple" value="23.2"/><dataname="Pear" value="43.2"/><dataname="Orange" value="53.2"/></object></body></html>
I'm trying to create a PDF/UA conformant document with a chart. When I run it through the PDF Accessibility Checker (https://pdfua.foundation/en/pdf-accessibility-checker-pac), I'm getting a validator error:
Error while parsing the PDF Document (Operator 'CS' not allowed in this current state.)
Unfortunately, that error message is not very helpful. Am I doing something wrong?
This is the generated PDF file.
test.pdf
The text was updated successfully, but these errors were encountered: