Adding rectangle at bottom of page
Posted: 2016-04-26T20:50:07-07:00
How do I add a rectangle with white transparent background at the bottom of a page?
I am annonating a text and want to enclose it with a semi-transparent rectangle.
I am annonating a text and want to enclose it with a semi-transparent rectangle.
Code: Select all
convert file.pdf -gravity southwest -quality 100 -fill "rgba(0,0,0,0.5)" -pointsize 10 -weight bold -annotate +0+0 'my text' new.pdf