Simple watermark flow

Post Reply
RytisT
Member
Posts: 135
Joined: Fri Aug 17, 2018 3:18 pm

Simple watermark flow

Post by RytisT »

Hi. I want to create a pretty simple flow which just adds watermarks to PDF's.

I want watermarks to be all same size according to page size.
Example: If page size is 400x400, watermark should be 50x50, if page size is 200x200, watermark should be 25x25.

Any ideas how can I do that? I have no idea how to make watermark to be sized according to page size. (Or how to save image size, resize it to my wanted size, add watermark and restore to original size.)

Thanks for any ideas.
NEOSA
Member
Posts: 39
Joined: Thu Mar 10, 2016 6:31 pm

Re: Simple watermark flow

Post by NEOSA »

Hi,

Depending of the page sizes you intend to treat, may be you could set some ActionList with PitStop Server + Switch, and have dedicated actions.

Switch will route/call the action list, depending of size (dimensions) for the incoming PDF.

The ActionList to be used is "Add Copied Graphics". There is a sample ActionList in PitStop Pro/Server, named "Add Penguin"
Post Reply