I used the command

convert *.jpg out.pdf

to convert multiple jpg files to pdf. But the quality of the output pdf is very low. Is there a way I can increase the quality?

link|improve this question

0% accept rate
feedback

1 Answer

convert -compress jpeg -page WIDTHXHEIGHT single.jpg single.pdf

Do you have ImageMagick installed?

link|improve this answer
thanks, yes i have image magic – Can't Tell Dec 17 '11 at 7:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.