You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2017/11/09 10:52:42 UTC

pdfbox-docs git commit: PDFBOX-3330: add missing parameters for PrintPDF to documentation

Repository: pdfbox-docs
Updated Branches:
  refs/heads/master af8ebb9e8 -> c628f2100


PDFBOX-3330: add missing parameters for PrintPDF to documentation


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/c628f210
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/c628f210
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/c628f210

Branch: refs/heads/master
Commit: c628f2100ca521d35b5d593f151a25b0b6f59205
Parents: af8ebb9
Author: Maruan Sahyoun <sa...@fileaffairs.de>
Authored: Thu Nov 9 11:52:22 2017 +0100
Committer: Maruan Sahyoun <sa...@fileaffairs.de>
Committed: Thu Nov 9 11:52:22 2017 +0100

----------------------------------------------------------------------
 content/2.0/commandline.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/c628f210/content/2.0/commandline.md
----------------------------------------------------------------------
diff --git a/content/2.0/commandline.md b/content/2.0/commandline.md
index 3181ada..c2be77f 100644
--- a/content/2.0/commandline.md
+++ b/content/2.0/commandline.md
@@ -212,6 +212,8 @@ Usage: ``java -jar pdfbox-app-2.y.z.jar PrintPDF [OPTIONS] <inputfile>``
 | -silentPrint | | Print the PDF without prompting for a printer. |
 | -printerName ``<name>`` | | Print to specified printer. |
 | -orientation [auto &#124; portrait &#124; landscape] | auto | Print using orientation. |
+| -border | | Print with border. |
+| -dpi | | Render into intermediate image with specific dpi and then print. |
 | inputfile | | The PDF file to print. |
 
 ## TextToPDF ##