Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Adding a custom watermark including page number.

New Here ,
Jan 31, 2023 Jan 31, 2023

Hi,

 

I would like to know how to add a custom watermark to a PDF with multiple pages, with the page number included.

 

Any help would be greatly appreciated.

 

Kind Regards,

Martin

 

[Title edited]

TOPICS
Edit and convert PDFs
1.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 31, 2023 Jan 31, 2023

A watermark is fixed, but you can use the Add Header & Footer command to do that:

 

try67_0-1675161337631.pngexpand image

 

If you also want to add an image as a watermark, do that separately.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 31, 2023 Jan 31, 2023

Hi, 

 

Thanks for your reply.

 

I'm just wondering if there's an option to have perhaps not a watermark, but to add a unique, ascending number to each page. i.e. 123456-01, 123456-02, etc.

 

I asked as a watermark, as this is quite easliy achieved in another PDF editor.

Kind Regards,

Martin

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 31, 2023 Jan 31, 2023

Yes, you can do it how I described. You can add a bit of fixed text before the page number (outside the brackets).

It can also be done using a script.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 31, 2023 Jan 31, 2023

Hi, 

Thanks again. Sorry I should have mentioned I suggested the header option, but the user advised that was not feesable for them.

 

I think the script option is where we need to go.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 31, 2023 Jan 31, 2023
LATEST

A script can do it in multiple ways:

-  As a watermark (using the addWatermarkFromText method)

- As a comment (using the addAnnot method)

- As a field (using the addField method)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 31, 2023 Jan 31, 2023

This is possible with a script.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 31, 2023 Jan 31, 2023

Thanks for your help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines