Repository: pdfbox-docs Updated Branches: refs/heads/asf-site 2e6019914 -> 0c691f298
Site checkin for project Apache PDFBox Website Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/0c691f29 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/0c691f29 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/0c691f29 Branch: refs/heads/asf-site Commit: 0c691f298bc5450523c4166bfdaaf65b8ca53aab Parents: 2e60199 Author: Maruan Sahyoun <[email protected]> Authored: Wed Jan 11 09:53:51 2017 +0100 Committer: Maruan Sahyoun <[email protected]> Committed: Wed Jan 11 09:53:51 2017 +0100 ---------------------------------------------------------------------- content/2.0/commandline.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/0c691f29/content/2.0/commandline.html ---------------------------------------------------------------------- diff --git a/content/2.0/commandline.html b/content/2.0/commandline.html index abd75b8..78ed5f9 100644 --- a/content/2.0/commandline.html +++ b/content/2.0/commandline.html @@ -601,20 +601,34 @@ To override the filename use the <code class="highlighter-rouge">outputPrefix</c <thead> <tr> <th>Command Line Parameter</th> + <th>Default</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>-password</td> + <td>Â </td> <td>The password to decrypt the PDF.</td> </tr> <tr> <td>-silentPrint</td> + <td>Â </td> <td>Print the PDF without prompting for a printer.</td> </tr> <tr> + <td>-printerName <code class="highlighter-rouge"><name></code></td> + <td>Â </td> + <td>Print to specified printer</td> + </tr> + <tr> + <td>-orientation [auto | portrait | landscape]</td> + <td>auto</td> + <td>Print using orientation</td> + </tr> + <tr> <td>inputfile</td> + <td>Â </td> <td>The PDF file to print.</td> </tr> </tbody>
