I'm generating documents using Puppeteer, and I'm trying to have the PDF Pass the accessibility report in Acrobat Reader.
I'm getting a "Tab Order - Failed", which I can fix manually going into Page Options and switching the Tab Order property from "Unspecified" to "Use Document Structure" like in this screenshot:
Is there a way for me to do this automatically since I need this for all the PDFs my clients generate? Puppeteer doesn't seem to have an option but if I had another library that does this, or an understanding of which part of the PDF do I need to change.
Thank you