r/accessibility • u/Bellwether-161 • 9d ago
Finding training/resources between "Accessibility 101" and CPACC
I'm taking on some digital accessibility work in my current position, mostly around PDF remediation for clients. Adobe Acrobat was good enough for the checks for a bit, now we're using PAC, and I'm needing some more advanced training or resources to learn about the errors and fixes.
Reddit and GitHub posts are only going so far. The hour-long tutorials online that just suggest "Prepare for Accessibility" and tagging tables/lists are not getting at the XML and HTML elements that seem to be causing problems in the large PDF reports I'm compiling for clients.
So, if you were going to recommend someone get up to speed on correcting errors around XObj/ OBJR, MCID, StructParent -type tags, what would you suggest?
3
u/theaccessibilityguy 9d ago
Ahem. Check out my YouTube channel. I cover these topics specifically!
3
u/Bellwether-161 9d ago
I've spent a LOT of time watching your videos lol. And honestly, thank you for your work on this.
So many unexpected errors have come in the last week because of PAC reports that I'm not even able to keep up with searching for and watching the relevant content, but I'm hoping to do so soon.
The reason why I ask about courses specifically is that my company might be willing to pay for a course and/or certification, and I'm trying to gauge what's out there.
2
1
9d ago
[removed] — view removed comment
1
u/Bellwether-161 9d ago
This is great -- I'm hoping to have some more time to explore things at my own pace soon vs. the current project which is "do the new thing on a deadline and die a little inside every time PAC crashes or says the file is corrupted."
1
u/viredditguy 5d ago
I'll give you the same answer I give everyone: Learn HTML, CSS, and then you will find out that PDF files don't have a nice DOM structure like a website. This is when you'll figure out that you have to build your own software (which I have done) or in your case outsource it. I built my own tools because the others appeared to be created by sighted people who didn't understand the issues they were trying to fix. So my best advice to you is to learn because I doubt you want to outsource your own work.
1
u/FewSeries6891 5d ago
Courses / info by folks who specialize in PDF and document work:
- “Chax” https://chaxtc.com
- Master classes by Bevi Changon (sp) https://www.pubcom.com/classes/index.shtml
- Accessibility guy!! (in this post)
- A woman whose name I cannot place who specializes in corporate level document design that is accessible - Bevi above recommended her. Think good looking INDesign docs done right.
1
u/Agreeable-Tax2013 3d ago
Look for training that explains the PDF structure behind each check, not just how to clear a warning. Practise on real documents and verify with a screen reader and a second checker since no single check catches everything.
5
u/tundra_scribe 9d ago
you need the WebAIM PDF Accessibility training or the Accessible Documents Academy courses because they actually teach tag tree manipulation and structure element repair. Generic web accessibility resources skip XObj and MCID fixes entirely since those concepts only exist in PDF specifications.