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!
calling "composite" in order to overlay an image changing the font of a pdf
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: calling "composite" in order to overlay an image changing the font of a pdf
What version of IM and platform? What version of Ghostscript and libpng are you using? Does your system have have century gothic on it? What software created the original PDF? Please note that IM will rasterize and vector PDF. IM is not a good processor for vector files. See http://www.imagemagick.org/Usage/formats/#vector