Is it possible to use a command line call like MS-Dos batch command to convert a PDF file to TIFF file with BlackIce driver? If so, are there parameters to specify the input_file_path/input_dir_path and output_file_path/output_dir_path.
The task is to monitor a folder recursively and output to the same folder structure recursively under Windows Server 2008 R2 x64.
For example, the input folder <input_dir> contains folders <group1>, <group2>, etc.; output folder <output_dir> conatins same folders <group1>, <group2>, etc.
When a PDF file 1.pdf arrives in <input_dir>\<group1>, it should be converted to TIFF and placed in <output_dir>\<group1>.
This can be done either automatically using the folder monitoring or we can schedule a job to run the conversion at night.
Thx.
