Download and Install pdfbox version 0.7.1 on Mac OS X
Monday the 1st of December, 2008

    version 0.7.1

      View the most recent changes for the pdfbox port at: pdfbox.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for pdfbox.
      The raw portfile for pdfbox 0.7.1 is located here:
      http://pdfbox.darwinports.com/dports/java/pdfbox/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/pdfbox
      Google
      Web Darwinports.com



      # $Id: Portfile 30233 2007-10-22 23:09:00Z jmpp macports.org $

      PortSystem 1.0

      Name: pdfbox
      Version: 0.7.1
      Category: java print
      Platform: darwin
      Maintainers: nomaintainer
      Description: PDFBox is a Java PDF Library
      Long Description: PDFBox is a Java PDF Library. This project will allow access to all of the components in a PDF document.

      Homepage: http://www.pdfbox.org/
      master_sites sourceforge
      distname PDFBox-${version}
      checksums md5 a7e64cd389b859e723f3426001cc9eda
      use_zip yes

      depends_build bin:ant:apache-ant
      depends_lib bin:java:kaffe

      post-extract {
      file mkdir ${worksrcpath}/Config
      }

      use_configure no

      build.cmd ant

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java/ ${destroot}${prefix}/share/doc
      xinstall -m 644 ${worksrcpath}/lib/PDFBox-${version}.jar ${destroot}${prefix}/share/java/pdfbox.jar
      file copy ${worksrcpath}/docs/javadoc ${destroot}${prefix}/share/doc/${name}
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/pdfbox
      % sudo port install pdfbox
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching pdfbox
      ---> Verifying checksum for pdfbox
      ---> Extracting pdfbox
      ---> Configuring pdfbox
      ---> Building pdfbox with target all
      ---> Staging pdfbox into destroot
      ---> Installing pdfbox
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using pdfbox with these commands:
      %  man pdfbox
      % apropos pdfbox
      % which pdfbox
      % locate pdfbox

     Where to find more information:

    Darwin Ports



    Lightbox this page.