I would like a recommendation for a PDF library for editing PDF documents using Angular. The client's requirements are to be able to load an existing PDF and to be able to add an image, text, OCR (modification of existing text) to the existing PDF, and save the edited PDF after editing.
Asked
Active
Viewed 26 times
-3
-
2Asking for (library) recommendations is off-topic – DarkBee Aug 25 '23 at 11:38
-
1[PDF.js](https://github.com/mozilla/pdf.js/) Library and [PDF-lib](https://pdf-lib.js.org/) are great libraries which should be the ones you are looking for. – AztecCodes Aug 25 '23 at 11:46