Quote:
	
	
		| 
			
				can someone please help me? thx!
			
		 | 
	
	
 Top sub-sticky on dev sub-thingy.
k2pdfopt
https://www.mobileread.com/forums/link.php?t=189872
	Code:
	mkdir -p  /home/me/convertedStuff/PDF
for DOC in $(ls /home/you/docstoConvert)
do
k2pdfopt --someSettings $DOC
cp $DOC /home/me/convertedStuff/PDF/
done
 Something like that?  
Warning. the average infant has more coding skills than me
http://willus.com/archive/k2pdfopt/help/
?