IF /OF Convert a postscript file or a bitmap file (JPEG, BM) to a PDF or bitmap. The /OF parameter must be used in conjunction with the /IF parameter. To set the output file format, include the file extension in the output file name. There is NO space between the parameters and the file names. The parameter /OutputSubFormat defines the subformat. Currently "PDF/A-1b" and ""PDF/X" can be used for the PDF format. Examples: pdfcreator.exe /IF"C:\\description.ps" /OF"C:\\description.pdf" /OutputSubFormat"PDF/A-1b" pdfcreator.exe /IF"C:\\description.ps" /OF"C:\\description.tif" pdfcreator.exe /IF"C:\\image1.jpg" /OF"C:\\image1.pdf" pdfcreator.exe /IF"C:\\image1.bmp" /OF"C:\\image1.png"