Repository: pdfbox-docs Updated Branches: refs/heads/asf-site 9434dd0cf -> 7a65f37b9
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/7a65f37b Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/7a65f37b Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/7a65f37b Branch: refs/heads/asf-site Commit: 7a65f37b9a43453e51803f8de231abd86e5049ab Parents: 9434dd0 Author: Maruan Sahyoun <[email protected]> Authored: Mon Feb 6 19:21:21 2017 +0100 Committer: Maruan Sahyoun <[email protected]> Committed: Mon Feb 6 19:21:21 2017 +0100 ---------------------------------------------------------------------- content/2.0/commandline.html | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/7a65f37b/content/2.0/commandline.html ---------------------------------------------------------------------- diff --git a/content/2.0/commandline.html b/content/2.0/commandline.html index 46d4a5b..4f0d955 100644 --- a/content/2.0/commandline.html +++ b/content/2.0/commandline.html @@ -587,6 +587,11 @@ To override the filename use the <code class="highlighter-rouge">outputPrefix</c <td>The last page to convert, one based.</td> </tr> <tr> + <td>-page</td> + <td>Â </td> + <td>The only page to extract (1-based).</td> + </tr> + <tr> <td>-dpi</td> <td>detected from screen (or 96 if headless)</td> <td>DPI resolution of exported images.</td> @@ -596,6 +601,11 @@ To override the filename use the <code class="highlighter-rouge">outputPrefix</c <td>rgb</td> <td>The color depth (valid: bilevel, gray, rgb, rgba).</td> </tr> + <tr> + <td>-time</td> + <td>Â </td> + <td>Prints timing information to stdout.</td> + </tr> </tbody> </table>
