I’m working on a project using JavaScript/Angular, and I’m looking for a library that allows users to edit PDF files. Specifically, I need a solution that enables users to:
- Sign the PDF with a pen tool.
- Upload images to be included in the PDF.
Additionally, I would like to receive the edited PDF file so that I can send it to the backend for storage.
Does anyone have recommendations for libraries that can achieve this functionality? Any guidance or suggestions would be greatly appreciated!
I have tried using the ngx-pdf-editor library, but it only provides the option to download the edited PDF and does not allow me to capture the file to send to the backend.
Does anyone have recommendations for libraries that can achieve this functionality? Any guidance or suggestions would be greatly appreciated!