Search found 2 matches
- 2015-10-24T02:11:53-07:00
- Forum: Users
- Topic: Drawing lines on a pdf without converting
- Replies: 2
- Views: 1160
Re: Drawing lines on a pdf without converting
Thanks, with -density before in.pdf it works perfectly!
- 2015-10-24T02:01:00-07:00
- Forum: Users
- Topic: Drawing lines on a pdf without converting
- Replies: 2
- Views: 1160
Drawing lines on a pdf without converting
Hello,
I've an high resolution pdf file containing a raster image, I need to add two lines on it. I'm using this command:
convert in.pdf -draw "line 35,0 35,1000" -draw "line 216,0 216,1000" out.pdf
My issue is out.pdf comes out in super shitty quality, the image is all blurry and the file size ...
I've an high resolution pdf file containing a raster image, I need to add two lines on it. I'm using this command:
convert in.pdf -draw "line 35,0 35,1000" -draw "line 216,0 216,1000" out.pdf
My issue is out.pdf comes out in super shitty quality, the image is all blurry and the file size ...