You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2014/01/05 17:48:26 UTC

svn commit: r1555576 - /pdfbox/cmssite/trunk/content/commandline/index.mdtext

Author: lehmi
Date: Sun Jan  5 16:48:26 2014
New Revision: 1555576

URL: http://svn.apache.org/r1555576
Log:
Minor fixes

Modified:
    pdfbox/cmssite/trunk/content/commandline/index.mdtext

Modified: pdfbox/cmssite/trunk/content/commandline/index.mdtext
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/commandline/index.mdtext?rev=1555576&r1=1555575&r2=1555576&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/commandline/index.mdtext (original)
+++ pdfbox/cmssite/trunk/content/commandline/index.mdtext Sun Jan  5 16:48:26 2014
@@ -98,17 +98,17 @@ usage: ``java -jar pdfbox-app-x.y.z.jar 
 
 This application will overlay one document with the content of another document
 
-usage: ``java -jar pdfbox-app-x.y.z.jar OverlayPDF <<input.pdf> [OPTIONS] <output.pdf>``
+usage: ``java -jar pdfbox-app-x.y.z.jar OverlayPDF <input.pdf> [OPTIONS] <output.pdf>``
 
 | Command Line Parameter | Default | Description |
 | -- | -- | -- |
 | inputfile | | The PDF file to be overlayed. |
-| <defaultOverlay.pdf>  | | Default overlay file. |
-| -odd <oddPageOverlay.pdf>| | Overlay file used for odd pages. |
-| -even <evenPageOverlay.pdf>| | Overlay file used for even pages. |
-| -first <firstPageOverlay.pdf>| | Overlay file used for the first page. |
-| -last <lastPageOverlay.pdf>| | Overlay file used for the last pages. |
-| -page <pageNumber> <specificPageOverlay.pdf>| | overlay file used for the given page number, may occur more than once. |
+| defaultOverlay.pdf  | | Default overlay file. |
+| -odd oddPageOverlay.pdf| | Overlay file used for odd pages. |
+| -even evenPageOverlay.pdf| | Overlay file used for even pages. |
+| -first firstPageOverlay.pdf| | Overlay file used for the first page. |
+| -last lastPageOverlay.pdf| | Overlay file used for the last pages. |
+| -page pageNumber specificPageOverlay.pdf| | overlay file used for the given page number, may occur more than once. |
 | -position | background | Where to put the overlay, foreground or background. |
 | -nonSeq | false | Use the new non sequential parser. |
 | outputfile | | The resulting pdf file. |