THANK YOU VERY MUCH !!!!
the reg. worked ...
the wildcard command - as i told last - works now too:
C:\Programme\Doc2Any>doc2any -useoffice 1 -xres 200 y:\ww4\a2\nesting\11-95021\* .xls y:\ww4\a2\nesting\11-95021\*.jpg
only some minor questions:
- when i use *.EMF instead of *.JPG the file quality will be very less i i'm looking with irfanview into the file (attached)
- and the resulting filename of EMF will been added with "0000" ...
- can i only have NO MARGINS with trimimage.exe or are there any options in doc2any ?
=============================
>>- when i use *.EMF instead of *.JPG the file quality will be very less
>>i i'm looking with irfanview into the file (attached)
You can add -useprinter to create high quality JPG files, for example,
C:\Programme\Doc2Any>doc2any -useprinter -useoffice 1 -xres 300 -yres 300 y:\ww4\a2\nesting\11-95021\*.xls y:\ww4\a2\nesting\11-95021\*.jpg
You can also use following command line to convert your XLS file to EMF file,
doc2any C:\test.xls C:\test.emf
doc2any C:\*.xls C:\*.emf
We hoping above command lines will work fine to you.
>>- and the resulting filename of EMF will been added with "0000" ...
Because EMF file doesn't support multi-page format, so we have to append "0000", "0001", "0002", etc. numbers to the filenames, one page per EMF file.
>>- can i only have NO MARGINS with trimimage.exe or are there any options in doc2any ?
You can use trimimage.exe to remove the margins from image files, doc2any hasn't an option to remove the margins.