I’ve been tasked with ensuring accessibility of various PDFs my org puts out. Acrobat has some accessibility checks, but I don’t want to have to boot into Windows every time I need to check that staff correctly put in alt text and labeled their sections.

Is there a PDF viewer/editor for Linux that will let me run these kinds of checks or at least see various document properties?

  • it_depends_man@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    5 days ago

    What are these checks that you need to do?

    My perhaps unknown hero of pdf processing is https://mupdf.com/

    If it’s in the data somewhere it should be detectable. They’re an open source project, maybe bring your issue to them and they can make something?

    • Iced Raktajino@startrek.websiteOP
      link
      fedilink
      arrow-up
      4
      ·
      5 days ago

      Unfortunately, that seems to only work when exporting from a LibreOffice doc. What I’m having to deal with are PDFs generated by various staff already in PDF format.

      • rehydrate@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        5 days ago

        Actually I do have something else, Verapdf. This is also licensed under opensource licenses (dual license) GPL v3 or MPLv2+ and is actually designed to do the accessibility check

        • Iced Raktajino@startrek.websiteOP
          link
          fedilink
          arrow-up
          4
          ·
          5 days ago

          Looks promising, thanks. Gonna download and play around with it now.

          You’d think the standard PDF viewers in Linux (Okular, etc) would at least show you alt text but nope. Seems like a huge omission.