JS PDF generator that is accessible
GP

GP @getsetgopi

About: 22 plus years of experience in building responsive web sites and web applications.

Location:
Kitchener, Ontario
Joined:
Nov 5, 2018

JS PDF generator that is accessible

Publish Date: Oct 12 '22
2 1

Image description

I'm looking for client side JS PDF generator that can output PDF which is accessible (WCAG compliance).

If you know any such library that can fulfill the requirement please share the details.

Comments 1 total

  • Aaron Reese
    Aaron ReeseOct 12, 2022

    Get a copy of the syntax FM podcast supper club episode from last week. There is a discussion on a possible solution. From memory they pass the DOM to a serverless function that spins up a docker container, runs the dom through a headless browser and use the print API to generate a document into S3 storage and then fetch the link to render in the client browser. Sounds complicated to me.

Add comment