1

Trying to find some library able to convert / create a PDF/A (https://en.wikipedia.org/wiki/PDF/A)

The already present anwers about it seems to call an external service (NodeJS - Generate PDF/A compliant document) or no response at all (How to create pdf/a-1b file using node js?)

I know that some libs exist on other languages (ghostscriptProcessor), but i cannot find anything on npmjs.com

SNH
  • 11
  • 1

1 Answers1

0

I recently found PDFme library. This library is open source and is base on PDF-lib. It runs on Node and browser and creates a 1.7 version of the PDF, in your case probably PDF/A-2.

Vlada
  • 1,653
  • 19
  • 23