Hey everyone! I’m working on a project where I need to modify a PDF document using a Node.js Lambda function, and I’m trying to decide between using the PDF-lib or PDFKit libraries. I’m a bit stuck on how to effectively implement this.
Does anyone have experience with either of these libraries? I would love some guidance on how to set up the Lambda function and any specific steps or best practices you can share for modifying PDF documents. For instance, if I wanted to add text or images to a PDF or manipulate existing content, how should I approach that?
I appreciate any tips or code snippets you can provide to help me get started! Thanks in advance!