WELCOME Abdennour : Software engineer

Dec 28, 2012

convert images to pdf via command line(linux)




STEP1 : Install tools : 

sudo apt-get install imagemagick


STEP2 : Put images in the same folder and rename it by a specific naming .


STEP3 : 

convert -compress jpeg BI*.png BI.pdf


No comments:

Post a Comment