PDF text as a vector
Posted: 2008-04-01T05:21:55-07:00
Hello,
With Image Magick 6.4 on a ubuntu 5.10 I send this command
Image Magick gives me this warning :
He generates the PDF. In the PDF the text is not vectorized, and whe I analyze the PDF with Acrobat, Acrobat says the the image inside the PDF is a RGB image.
Is it possible to generate a vectorized CMYK PDF with Image Magick?
Best regards.
Jean Tinguely Awais.
With Image Magick 6.4 on a ubuntu 5.10 I send this command
Code: Select all
/usr/local/im640/bin/convert -background "cmyk(0,0,0,0)" -fill "cmyk(50,50,0,0)" -font Palatino-Bold -pointsize 80 label:Artification4 testConvert1.pdf
Code: Select all
convert: delegate library support not built-in `/usr/local/im640/lib/ImageMagick-6.4.0/config//usr/share/ghostscript/fonts/p052004l.pfb' (Freetype).
Is it possible to generate a vectorized CMYK PDF with Image Magick?
Best regards.
Jean Tinguely Awais.