jung-kurt / gofpdf

A PDF document generator with high level support for text, drawing and images
http://godoc.org/github.com/jung-kurt/gofpdf
MIT License
4.34k stars 783 forks source link

Missing required accessibility support for tagged PDFs #147

Open normanbrobinson opened 6 years ago

normanbrobinson commented 6 years ago

PDF generated without required accessibility features, including tagging metadata.

Example accessibility check using Adobe Acrobat default checker on basic.pdf document:

basic.pdf.accreport.zip

jung-kurt commented 6 years ago

This is a valuable goal, but after reading section 10.7 of the PDF Reference I fear achieving it will be a huge task, possibly one that will have to wait until gofpdf supports Unicode natively.

I'm glad to know of the accessibility report.