You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2010/05/31 13:15:36 UTC

[jira] Resolved: (PDFBOX-687) Standalone PDFBox jar

     [ https://issues.apache.org/jira/browse/PDFBOX-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved PDFBOX-687.
----------------------------------

         Assignee: Jukka Zitting
    Fix Version/s: 1.2.0
       Resolution: Fixed

I added a simple pdfbox-app component that simply bundles all the default dependencies and runs the new dispatcher class o.a.pdfbox.PDFBox when invoked.

To play with this, do the following:

    mvn clean install
    java -jar app/target/pdfbox-app-1.2.0-SNAPSHOT.jar ...

The first argument to the runnable jar the name of one of our command line utilities (ExtractText, PDFDebugger, PrintPDF, etc.) and any remaining arguments are passed on to the selected utility.

> Standalone PDFBox jar
> ---------------------
>
>                 Key: PDFBOX-687
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-687
>             Project: PDFBox
>          Issue Type: New Feature
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>             Fix For: 1.2.0
>
>
> It would be nice to have a standalone jar package that contains all the dependencies needed to run PDFBox. Then you wouldn't need to explicitly collect all the required dependencies and set up the classpath in order to run the command line utilities, as a simple "java -jar pdfbox-app-1.2.0.jar" would be enough.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.