Command line mode
Parameters can be in such forms: /X or -X, /x or -x.
Parameter can be at any place of a command line.
If you choose a wrong parameters, program will make a logfile with name
"logfile" located in program directory.
Parameters:
/A - open conversion result after job.
If result is a one PDF file, it will be opened by Acrobat Reader
If result is more than one file, target folder will be opened in Windows Explorer
This is Not required parameter
/O - target filename or target folder
This is REQUIRED parameter
/E - "PDF per image" mode
Each BMP file will be placed on separate PDF file
This is Not required parameter
/D - "PDF per directory" mode
In this mode PDF files will be created by the name of the directories of source BMP files.
BMP files from separate direcories will be placed on separate files.
This is Not required parameter
If no mode is specified, will be used "All to one PDF" mode
/P - use prefix
Program will add a prefix to a PDF file,
Sample:
BMP2PDFPilot.exe /E /A "C:\Bmp source\a[1].bmp" "C:\Bmp source\image3.bmp" /O "c:\tmp\123\" /P newpdf_
In directory c:\tmp\123\ will be created 2 PDF files: newpdf_a[1].pdf and newpdf_image3.pdf
This is Not required parameter
/R - Search for files recursively
This is Not required parameter
Globbing (pattern matching)
Program support pattern matching in source paths. ? and * are supported.
You can find samples how to use program in bat files in "Command line examples" directory.