Convert a single file with the selected Black Ice PDF Printer Driver using BiCC short name:
BiCC /FILE="c:\test\Image.jpg" /PRINTER="Black Ice PDF"
NOTE: The Black Ice PDF Printer Driver must be installed on the computer.
Convert a single file with the selected Black Ice PDF Printer Driver:
BiCommandLineConverter.exe /FILE="c:\test\Image.jpg" /PRINTER="Black Ice PDF"
NOTE: The Black Ice PDF Printer Driver must be installed on the computer.
Convert a single file from a network directory with the default printer on the computer:
BiCommandLineConverter.exe /FILE=\\testserver\Image.jpg
Convert a single file from a network directory to network with the default printer driver:
BiCommandLineConverter.exe /FILE="\\testserver\Image.jpg" OUTPUTDIR ="\\testservers\Output directory"
Convert a single file with the selected Black Ice PDF Printer Driver
BiCommandLineConverter.exe /FILE="c:\test\Image.jpg" /PRINTER="Black Ice PDF"
Convert a directory
BiCommandLineConverter.exe /INDIR="c:\test"
Successful converted source files will be moved into the c:\test\Converted\ subfolder.
Source files which cannot be printed will be moved into the c:\test\Failed\ subfolder.
Convert a directory and specify the CONVERTED and FAILED directories
BiCommandLineConverter.exe /INDIR="c:\test" /CONVDIR="c:\test\convdir" /FAILEDDIR="c:\test\faildir"
Successful converted source files will be moved into the c:\test\convdir\ subfolder.
Source files which cannot be printed will be moved into the c:\test\faildir\ subfolder.
Merge multiple files from a directory to a single multipage document
BiCommandLineConverter.exe /INDIR="c:\test" /M="MergedDocument"
The MergedDocument file name needs to be specified without extension.
The converted files will be merged into file MergedDocument file.
The BiCommandLineConverter uses the output file type and output directory configured in the specified BiBatchConverter Printer Driver.
NOTE: The output file type must have the capability to handle multiple files (e.g.: PDF or TIFF).
Convert/Split multipage documents to single page tiff files.
BiCommandLineConverter.exe /FILE="c:\Users\administrator\Documents\test.doc" /SEP /PRINTER="TIFF Printer Driver"
The pages of the test.doc will be split into separate TIFF files.
Convert with a selected profile file
BiCommandLineConverter.exe /FILE="c:\test\Image.jpg" /PROFILEFILE="c:\profile.bip"
The BiCommandLineConverter writes and applies the settings configured in the Profile File. To see how to create profile files, please refer to the Creating Black Ice Profile File section.
Convert with a predefined profile
BiCommandLineConverter.exe /FILE="c:\test\Image.jpg" /PROFILENAME="Archive to PDF"
The BiCommandLineConverter writes and applies the settings configured in the Profile File.
Output folder
BiCommandLineConverter.exe /FILE="c:\test\Image.jpg" /OUTPUTDIR ="c:\Output directory"
Successful converted output files will be moved into the c:\Output directory folder.
Output file name
BiCommandLineConverter.exe /FILE="c:\temp\Document.doc" /OUTPUTNAME="<<NONE>>Output file name<<NONE>>.<<ORIGINAL>>"
The output file name will be "Output file name.pdf".
Remove the original source file after successfully converted
BiCommandLineConverter.exe /FILE="c:\test\Image.jpg" /X
Do not move the processed files to the “Converted” and “Failed” folder
BiCommandLineConverter.exe /INDIR="c:\test " /DNM
Using Printer Driver file name generation settings for the conversion
BiCommandLineConverter.exe /FILE="c:\test\Image.jpg" /PDNG
Use the default Printer Driver file name generation settings to save the converted documents. For example, if the used printer driver is configured, to save every document to the exact “OutputDocument” filename, and printing to PDF file format, then the BiCommandLineConverter will convert Image.jpg to OutputDocument.pdf.
Create log
BiCommandLineConverter.exe /FILE="c:\test\Document.doc" /LOG="c:\BiCommandLineConverter.log"
Multi-threaded parallel conversion with the BiCommandLineConverter.
If a Printer Driver is installed with multiple parallel printers on the system, the BiCommandLineConverter can convert documents with multiple number of printers simultaneously.
BiCommandLineConverter.exe /FILE="c:\test\Document.doc" /PRINTER="Black Ice ColorPlus X1"
BiCommandLineConverter.exe /FILE="c:\test\Document.pdf" /PRINTER="Black Ice ColorPlus X1 2"
BiCommandLineConverter.exe /FILE="c:\test\Image.tif" /PRINTER="Black Ice ColorPlus X1 3"
Check required programs
BiCommandLineConverterer.exe /CRP
List of the available file formats to convert and the application used for the conversion:
- Installed: Microsoft Word Documents (*.doc; *.dot; *.rtf; *.docx; *.dotx)
- Installed: Microsoft Excel Documents (*.xls; *.xlsx; *.xlsb)
- Installed: Microsoft Power Point Documents (*.pps; *.ppt; *.ppsx)
- Installed: Microsoft Visio Documents (*.vst; *.vsd; *.vss; *.vtx; *. vdx; *.vsx)
- Installed: Adobe Reader 10 or higher for PDF Documents (*.pdf)
- Installed: Microsoft Word for text Documents (*.txt)
- Installed: Internet Explorer (recommended version 8 or higher) for HTML Documents (*.htm, *.html)
- Installed: Image Documents (*.tif;*.jpg;*.jpeg;*.bmp;*.gif;*.png)
Listing the available parameters of the BiCommandLineConverter
BiCommandLineConveretr.exe /?