Image to PDF is controlled through the use of command line arguments (or switches as they are often known). These arguments can be broken down into the following groups:
| All command line arguments start with a hypen (-). |
| All command line arguments are case insensitive, e.g. -image, -IMAGE and -ImAgE are all recognised as the -image command. |
| Some arguments require a parameter, and these are shown <within angle brackets>. |
| If a required parameter requires spaces within it (e.g. a space within a filename) then enclose it within a pair of "quotes". |