add text by "annotate"
Posted: 2017-01-09T05:07:51-07:00
Hi,
I've to add a text to a pdf. I use:
How can I keep original text resolution?
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