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

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
stronky

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

Post 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
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

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

Post by anthony »

Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply