How to: add text (date) to upper-right corner in pdf-file?
Posted: 2008-07-02T08:00:57-07:00
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
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