calling "composite" in order to overlay an image changing the font of a pdf
Posted: 2015-04-27T14:06:50-07:00
Hi,
I've got a pdf over which I am trying to dynamically place an image (for watermarking purposes). No matter what I try, it seems to be changing the font of the pdf from its original font (century gothic) into something that looks like courier. Any ideas? I was trying to use:
/usr/local/bin/composite -density 300 -gravity center w.png inputfile.pdf outputfile.pdf
What can I do ? What am I doing wrong? Thanks!
I've got a pdf over which I am trying to dynamically place an image (for watermarking purposes). No matter what I try, it seems to be changing the font of the pdf from its original font (century gothic) into something that looks like courier. Any ideas? I was trying to use:
/usr/local/bin/composite -density 300 -gravity center w.png inputfile.pdf outputfile.pdf
What can I do ? What am I doing wrong? Thanks!