this post was submitted on 04 Nov 2025
26 points (96.4% liked)

Open Source

48868 readers
65 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 7 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/38310899

Software to check PDF-UA compatibility?

My university is pushing for us to ensure that all our documents are accessibility-friendly. I write all my documents in LaTeX and have been taking the steps and measures to ensure that everything I generate is tagged, has alt text, and colour-blind-friendly.

Unfortunately, it seems the only way I can check for PDF-UA compatibility is with Acrobat Pro which the uni does not provide for us. What's more is that I use Linux and Acrobat doesn't work in that OS.

Is there a Linux-friendly libre software that can check if my PDF document is compatible with the machine-checkable requirements of Matterhorn Protocol?

top 2 comments
sorted by: hot top controversial new old
[โ€“] warmaster@lemmy.world 8 points 10 months ago* (last edited 10 months ago)
[โ€“] Telorand@reddthat.com 4 points 10 months ago

VeraPDF seems like the best option when it comes to openness, being free, and having Linux support (really it uses Java, so it's just platform agnostic).

A second option might be this one:

https://pac.pdf-accessibility.org/en

I've never used it, and it only has a Windows installer, but you might still be able to make use of it with Wine/Bottles/etc. Also, it's free, so testing it out shouldn't cost anything but time.