-
benlitchfield changed the public information on the PDFBox project.
2009-01-28 02:09:43 UTC in PDFBox
-
benlitchfield changed the public information on the PDFBox project.
2009-01-28 02:09:40 UTC in PDFBox
-
please note that PDFBox has moved to Apache incubation all further questions should be posted to the mailing list there.
http://incubator.apache.org/projects/pdfbox.html
The API that is available on the website is not for the latest release but for the latest source in CVS. The API for the release you downloaded is included in the download. In order to get that class you'll need to check...
2009-01-14 03:16:52 UTC in PDFBox
-
FYI, PDFBox has moved to Apache, please join that mailing list
PDDocument.load is a static method so this line
PDDocument doc = new PDDocument().load(file);
should be
PDDocument doc = PDDocument.load(file);
Otherwise you end up creating 2 instances of PDDocument, one that you've closed and one that you didn't. "new PDDocument()" creates one instance, and...
2008-09-07 12:49:02 UTC in PDFBox
-
PDFBox has moved to Apache incubation, the best place to ask questions in on that mailing list.
pdfbox-users@incubator.apache.org
Ben.
2008-08-19 01:11:49 UTC in PDFBox
-
benlitchfield committed patchset 1810 of module pdfbox to the PDFBox CVS repository, changing 2 files.
2008-08-15 02:53:54 UTC in PDFBox
-
All new bugs should be posted on the Apache PDFBox page.
https://issues.apache.org/jira/browse/PDFBOX
or visit the current Apache PDFBox project page
http://incubator.apache.org/projects/pdfbox.html.
2008-07-23 00:12:33 UTC in PDFBox
-
All new bugs should be posted on the Apache PDFBox page.
https://issues.apache.org/jira/browse/PDFBOX
or visit the current Apache PDFBox project page
http://incubator.apache.org/projects/pdfbox.html.
2008-07-23 00:12:08 UTC in PDFBox
-
All new bugs should be posted on the Apache PDFBox page.
https://issues.apache.org/jira/browse/PDFBOX
or visit the current Apache PDFBox project page
http://incubator.apache.org/projects/pdfbox.html.
2008-07-23 00:11:37 UTC in PDFBox
-
As many of you know PDFBox has entered Apache incubation. All further posts should go to the Apache PDFBox mailing list.
Please visit http://incubator.apache.org/projects/pdfbox.html to sign up.
Ben.
2008-07-23 00:08:03 UTC in PDFBox