I have more like a general question for NodeJS developpers.
I have one web API in NestJS that handles PDFs sended by users and it storage. I have to ensure those PDF are safe, how could I do that in NodeJS ?
Best regards
I got some clues with techniques like PDF to PDF/A conversion from PDFTron but I'd like to know if there was some other ways to achieve this goal licence free ?