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
Code: Select all
convert /home/1.pdf -fill black -gravity South -annotate +0+15 'some text here' /home/2.pdf