man 转 pdf _____ jpg 转 pdf

man -t bash | ps2pdf - bash.pdf

将jpeg转成pdf                                                                   
convert *.jpeg images.pdf                                                       
将pdf转成jpeg                                                                   
gs -dBATCH -dNOPAUSE -sDEVICE=jpeg -r150 -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -dMaxStripSize=8192 -sOutputFile=unixttoolbox_%d.jpg unixtoolbox.pdf
convert unixtoolbox.pdf unixtoolbox_%03d.png 
原文地址:https://www.cnblogs.com/openix/p/3519897.html