Image to PDF and crop
Posted: 2019-09-04T18:05:04-07:00
Trying to convert a PDf to jpg and crop the jpg on Win 10. Got this to work:
but the cmd window has errors like
Should this be ignored? I mean it works?
Code: Select all
convert -density 200 test.pdf -quality 100 test.jpg \ -crop 1385x690+50+0 output.jpg
Code: Select all
unable to open image 'test.jpg' : no such file or directory @ error/blob.c/OpenBlob/3497
unable to open image '\' : no such file or directory @ error/blob.c/OpenBlob/3497
unable to open image '\' : no such file or directory @ error/blob.c/OpenBlob/3497
no decode delegate for this image format '' @error/constitute/ReadImage/556.