Search found 1 match

by danieles1981
2017-01-09T05:07:51-07:00
Forum: Users
Topic: add text by "annotate"
Replies: 2
Views: 7322

add text by "annotate"

Hi,
I've to add a text to a pdf. I use:

Code: Select all

convert /home/1.pdf -fill black -gravity South -annotate +0+15 'some text here' /home/2.pdf
How can I keep original text resolution?