Skip to main content
Participant
November 29, 2022
Answered

Exported PDF Accessibilty

  • November 29, 2022
  • 2 replies
  • 495 views

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.

This topic has been closed for replies.
Correct answer Frans v.d. Geest

Yeah, that specific  tab-order is only set when interactive pdf is used on export, in any print pdf export that one has to be done in Acrobat.

 

2 replies

Frans v.d. Geest
Community Expert
Frans v.d. GeestCommunity ExpertCorrect answer
Community Expert
November 29, 2022

Yeah, that specific  tab-order is only set when interactive pdf is used on export, in any print pdf export that one has to be done in Acrobat.

 

5t33vAuthor
Participant
November 29, 2022

Thanks for your reply. So, maybe my question is different than I initially thought. When exportFile with ExportFormat.INTERACTIVE_PDF, my resulting PDF is not tagged with InDesign 2023 even though tagged is specified in the preset. How would I set the tab order for interactive and is there a way to specify interactive in the preset?

brian_p_dts
Community Expert
Community Expert
November 29, 2022

Perhaps a dumb question, but do you have Create Tagged PDF enabled in your pdf export preferences (or as part of a preset or via ES)? 

 

5t33vAuthor
Participant
November 29, 2022

I have it set as in a preset.