Repository: pdfbox-docs Updated Branches: refs/heads/asf-site 7a923c10d -> 4eacbca65
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/4eacbca6 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/4eacbca6 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/4eacbca6 Branch: refs/heads/asf-site Commit: 4eacbca65101f2e966711284b80648086c0c9d91 Parents: 7a923c1 Author: Maruan Sahyoun <[email protected]> Authored: Thu Nov 9 11:53:35 2017 +0100 Committer: Maruan Sahyoun <[email protected]> Committed: Thu Nov 9 11:53:35 2017 +0100 ---------------------------------------------------------------------- content/2.0/commandline.html | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/4eacbca6/content/2.0/commandline.html ---------------------------------------------------------------------- diff --git a/content/2.0/commandline.html b/content/2.0/commandline.html index c5abf39..c41d5b0 100644 --- a/content/2.0/commandline.html +++ b/content/2.0/commandline.html @@ -679,6 +679,16 @@ To override the filename use the <code class="highlighter-rouge">outputPrefix</c <td>Print using orientation.</td> </tr> <tr> + <td>-border</td> + <td>Â </td> + <td>Print with border.</td> + </tr> + <tr> + <td>-dpi</td> + <td>Â </td> + <td>Render into intermediate image with specific dpi and then print.</td> + </tr> + <tr> <td>inputfile</td> <td>Â </td> <td>The PDF file to print.</td>
