Search found 2 matches

by arno
2011-11-14T03:22:23-07:00
Forum: Users
Topic: draw on a specific pdf page
Replies: 3
Views: 7431

Re: draw on a specific pdf page

Thanks! I'm using scans, so the pdf is already araster image in a pdf. I almost got it working. Next problem appears. I tried both commands (the enters mine for readability. Original command doesn't have enters): convert -density 300 -compress ZIP file1.pdf \( -clone 0 -fill none -strokewidth 9 ...
by arno
2011-11-11T03:42:33-07:00
Forum: Users
Topic: draw on a specific pdf page
Replies: 3
Views: 7431

draw on a specific pdf page

I have a command like this: mogrify -density 300 -compress ZIP -fill none -stroke green -strokewidth 5 -draw 'rectangle 200,200 800,300' Page.com.pdf With this it creates a nice rectangle. However, if my pdf has more then 1 page, it draws on all of them. If i specify a page number it deletes the ...