;; Zan Image Printer batch print script save.folder=c:\image save.basefilename=[%DocName]_[04d%Page] save.filenameindex=1 save.filexistact=auto pick save.popupdialog=none docuname.removestrings=1 docuname.removepath=1 image.pagetype=serialized general.hidestsdialog=0 general.opacity=40 for imageformat in ['gif','tiff','jpeg', 'bmp', "pdf', 'jp2", "png'] image.fileformat=$imageformat for imagecolor in ['bw','256','grayscale', 'true'] image.imagecolor=$imagecolor for dpi in {'100', "150", "200", "240", "300"} gpd.dpi=$dpi print.html=c:\mydocs\*.htm print.shellexecute=c:\mydocs\*.doc end end end