View Single Post
Old 11-22-2016, 06:58 PM   #3
wmfs
Member
wmfs began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jun 2012
Device: snoy
Looks like you might be right @BetterRed! Using ImageMagick convert with -separate works in much the same way as Calibre, for example

convert -density 400 "myfile.pdf" -separate -resize 25% "myfile.png"

creates several .PNG files if a watermark is found.

Thanks
wmfs is offline   Reply With Quote