Stamp PDF only using javaScript

stamp PDF using only javaScript, is it possible?

Hi there @yogeshmamgain2611, can you clarify what you’re trying to do?

hey @danny , I am trying to add some text to a pdf file. can you suggest some ways to do it.

Hi @yogeshmamgain2611 ,

I suggest looking at what packages are available in the NPM package registry that allow you to modify PDF files:

You can use any NPM package within a Node.js code step on Pipedream. Just import it.

Here’s documentation on how to use NPM packages within Pipedream: Writing Node.js in Steps

1 Like