Return-Path: X-Original-To: apmail-pdfbox-commits-archive@www.apache.org Delivered-To: apmail-pdfbox-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 742E87105 for ; Thu, 6 Oct 2011 18:04:17 +0000 (UTC) Received: (qmail 99799 invoked by uid 500); 6 Oct 2011 18:04:17 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 99770 invoked by uid 500); 6 Oct 2011 18:04:17 -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 99763 invoked by uid 99); 6 Oct 2011 18:04:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2011 18:04:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2011 18:04:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 944102388A9C; Thu, 6 Oct 2011 18:03:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1179729 [3/9] - in /pdfbox/site: ./ publish/ publish/commandlineutilities/ publish/css/ publish/images/ publish/userguide/ publish/userguide/cookbook/ src/site/ src/site/resources/css/ src/site/xdoc/ Date: Thu, 06 Oct 2011 18:03:40 -0000 To: commits@pdfbox.apache.org From: lehmi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111006180342.944102388A9C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: pdfbox/site/publish/commandlineutilities/PDFToImage.html URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PDFToImage.html?rev=1179729&r1=1179728&r2=1179729&view=diff ============================================================================== --- pdfbox/site/publish/commandlineutilities/PDFToImage.html (original) +++ pdfbox/site/publish/commandlineutilities/PDFToImage.html Thu Oct 6 18:03:38 2011 @@ -1,8 +1,17 @@ - - + + + + + + + + + + + + - Apache PDFBox - PDFToImage - - - + +
+ + + + + + + ApacheCon + + + + + + + + Maven + + + + + + + + + +
@@ -189,42 +289,42 @@

This application will create an image for every page in the PDF document.

WARNING: This is new code and should be treated as beta quality!

usage: java -jar pdfbox-app-x.y.z.jar PDFToImage [OPTIONS] <PDF file>

- +
- - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + +
Command Line ParameterTypeDefault ValueDescriptionCommand Line ParameterTypeDefault ValueDescription
-password <password>stringNoneThe password to the PDF document.-password <password>stringNoneThe password to the PDF document.
-imageType <type>stringjpgThe image type to write to. Currently only jpg or png.-imageType <type>stringjpgThe image type to write to. Currently only jpg or png.
-outputPrefix <image file prefix>stringName of PDF documentThe prefix to the image file.-outputPrefix <image file prefix>stringName of PDF documentThe prefix to the image file.
-startPage <start page>integer1The first page to extract, one based.-startPage <start page>integer1The first page to extract, one based.
-endPage <end page>integerInteger.MAX_INTThe last page to extract, one based.-endPage <end page>integerInteger.MAX_INTThe last page to extract, one based.
@@ -236,10 +336,20 @@