Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B2C73200D37 for ; Thu, 9 Nov 2017 11:52:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B171B160BEF; Thu, 9 Nov 2017 10:52:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2A6EB1609E5 for ; Thu, 9 Nov 2017 11:52:43 +0100 (CET) Received: (qmail 66930 invoked by uid 500); 9 Nov 2017 10:52:42 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 66920 invoked by uid 99); 9 Nov 2017 10:52:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2017 10:52:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1AD3DDFBD3; Thu, 9 Nov 2017 10:52:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: msahyoun@apache.org To: commits@pdfbox.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: pdfbox-docs git commit: PDFBOX-3330: add missing parameters for PrintPDF to documentation Date: Thu, 9 Nov 2017 10:52:42 +0000 (UTC) archived-at: Thu, 09 Nov 2017 10:52:43 -0000 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 Authored: Thu Nov 9 11:52:22 2017 +0100 Committer: Maruan Sahyoun 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] `` | -silentPrint | | Print the PDF without prompting for a printer. | | -printerName ```` | | Print to specified printer. | | -orientation [auto | portrait | 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 ##