Page 1 of 1

How to: add text (date) to upper-right corner in pdf-file?

Posted: 2008-07-02T08:00:57-07:00
by stronky
Hi

I want to add text "2 JUL 08" to a pdf-file.

the commando:
convert -density 200x200 -font helvetica -fill green -pointsize 12 -draw "text 1300,50 '2 JUL 08'" c:\temp.pdf c:\temp2.pdf

does add the right text, but the pdf-file becomes very large. Converting with density 100x100 gives a very ugly pdf-file.

An ideas how to solve this?

Regards,
Leonard

Re: How to: add text (date) to upper-right corner in pdf-file?

Posted: 2008-07-02T17:17:22-07:00
by anthony