I've an high resolution pdf file containing a raster image, I need to add two lines on it. I'm using this command:
Code: Select all
convert in.pdf -draw "line 35,0 35,1000" -draw "line 216,0 216,1000" out.pdf
Is it possible to keep the original image exactly the same without converting it in any way?