Download external file after adding watermark and footer html on each page

Is their any way to download external file after adding watermark and footer html on each page

Hi,

Can you please be more specific with your question?

Are you talking about after adding a watermark using the PDF.js Express REST API?

Thanks,
Logan

I have pdf in external link. I want to download that pdf without webviewer and want to add watermark text and footer html on each pages of pdf. Please also note that pdf may contain landscape portrait A4 A3 mixed sizes of page. Is their any way

Hi,

You can download PDF’s without WebViewer by using the native fetch api. You can read more here.

Once you fetch the document using a blob, you can apply a watermark using the Express /watermark endpoint, documented here.

Express does not have functionality to add footer HTML, unfortunely.

Thanks!
Logan

Water mark is added. How to add text in footer and header

I have link of file . So i used api of watermark to add it. Now i want both html in footer and watermark