Exported PDF Accessibilty
I'm using InDesign 2023 and exporting PDFs using ExtendScript. The resulting PDFs pass all of the accesibilty checks except Page Content >> Tab order for pages. I know I can fix this manually in Acrobat by going to Page Properties >> Tab Order >> Use Document Structure, but I am generating hundreds of of PDF files. How can I set Tab Order >> Use Document Structure in ExtendScript?
I have tried using TaggedPDFPreference.structureOrder set to both TaggedPDFStructureOrderOptions.USE_ARTICLES and TaggedPDFStructureOrderOptions.USE_XML_STRUCTURE, but this does not seem to resolve the issue. Any pointers or solutions would be appreciated.
