Hi,
Somewhere I read about
pdf24-DocTool.exe -applyProfile -profile user/XXXXXX -profileParam pdf-watermarkText YYYYYYYY .....
to be used for adding a watermark in batch.
But what is a "profile", what is in it and how to create it ?
In the GUI "Add a watermark to PDFs" there are a lot of settings for the watermark that can be specified, how to provide them to the batch counterpart ?
Seems I can only comment my own topic, not the answer you gave
A profile is a set of parameters to control the generation of an output file. There is an output profile manager that you can use to add/manage profiles.
-profile user/XXXXXX
XXXXXX is the name of a profile that you have added.
-profileParam pdf-watermarkText YYYYYYYY
Assigns the value YYYYYYYY to the key pdf-watermarkText.
In order to add a watermark to a file via -applyProfile, you have to enable the watermark function in the profile. If it's not enabled, then no watermark is added.
Ok, thank you.
I've seen now how to proceed with those profiles.
Just to know, how can I use a build-in profile (like good-quality) in -profile?
3rd time I try to add a comment
Thank you for the reply
How can I use in -profile a build-in profile like good-quality ?