Difference between revisions of "Apache PDFBox"
Prwheatley (talk | contribs) |
(Added links to Function and/or Content Type) |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{Infobox tool |
− | |purpose=JAVA PDF library for creation, manipulation and content extraction of PDF documents | + | |purpose=JAVA PDF library for creation, manipulation, validation and content extraction of PDF documents |
− | |||
|homepage=http://pdfbox.apache.org/ | |homepage=http://pdfbox.apache.org/ | ||
|license=Apache License v2.0 | |license=Apache License v2.0 | ||
− | |platforms= | + | |platforms=Java |
+ | |function=Metadata Extraction, Repair, File Format Migration, Validation, Encryption Detection | ||
+ | |content=Document | ||
+ | }} | ||
+ | {{Infobox tool details | ||
+ | |ohloh_id=pdfbox | ||
+ | |mailing_lists=http://pdfbox.apache.org/mailinglists.html | ||
+ | |releases_rss=http://projects.apache.org/feeds/rss/pdfbox.xml | ||
+ | |issues_rss=https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-rss/temp/SearchRequest.xml?jqlQuery=project+%3D+PDFBOX&tempMax=100 | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= Description = | = Description = | ||
− | + | According to the PDFBox website: "The Apache PDFBox™ library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command line utilities". | |
− | + | Although a range of these facilities may prove useful for preservation purposes, such as PDF debugging or extracting text, it is the [https://pdfbox.apache.org/cookbook/pdfavalidation.html Preflight component] that supports the validation of a PDF against the PDF/A-1 or PDF/A-1b standards that has attracted considerable interest from preservation practitioners (see below). | |
− | |||
− | [ | ||
= User Experiences = | = User Experiences = | ||
− | *[http://openplanetsfoundation.org/blogs/ | + | *Identification of PDF preservation risks using the Preflight component of PDFBox in three parts: [http://www.openplanetsfoundation.org/blogs/2012-12-19-identification-pdf-preservation-risks-apache-preflight-first-impression part 1], [http://www.openplanetsfoundation.org/blogs/2013-07-25-identification-pdf-preservation-risks-sequel part 2] and [http://openplanetsfoundation.org/blogs/2014-01-27-identification-pdf-preservation-risks-analysis-govdocs-selected-corpus part 3]. |
* Applied in an AQuA Mashup to address the preservation Issue: [http://wiki.opf-labs.org/display/AQuA/Detect%2C+extract+and+analyse+embedded+objects+in+PDFs Detect, extract and analyse embedded objects in PDFs]. | * Applied in an AQuA Mashup to address the preservation Issue: [http://wiki.opf-labs.org/display/AQuA/Detect%2C+extract+and+analyse+embedded+objects+in+PDFs Detect, extract and analyse embedded objects in PDFs]. | ||
* Successfully applied by the British Library for characterising PDFs. | * Successfully applied by the British Library for characterising PDFs. | ||
Line 27: | Line 25: | ||
= Development Activity = | = Development Activity = | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 13:39, 20 April 2021
Mailing List(s)
See here for more information.
Release Feed
Failed to load RSS feed from http://projects.apache.org/feeds/rss/pdfbox.xml: There was a problem during the HTTP request: 404 Not Found
Issues Feed
- 2024-12-17 13:51:37
- [PDFBOX-5923] The font "Droid Sans Armenian" throw an exception when rendering text
- <style type="text/css"> .tableBorder, .grid { background-color: #fff; width: 100%; border-collapse: collapse; } .tableBorder td, .grid td { vertical-align: top; padding:...
- by bai yuan
- 2024-12-17 08:46:16
- [PDFBOX-5922] An exception was thrown when an OTF font file was parser
- <style type="text/css"> .tableBorder, .grid { background-color: #fff; width: 100%; border-collapse: collapse; } .tableBorder td, .grid td { vertical-align: top; padding:...
- by bai yuan
- 2024-12-12 11:55:39
- [PDFBOX-5921] Show usage of non-latin language in FreeText annotation example
- <style type="text/css"> .tableBorder, .grid { background-color: #fff; width: 100%; border-collapse: collapse; } .tableBorder td, .grid td { vertical-align: top; padding:...
- by Tilman Hausherr
- 2024-12-11 13:15:17
- [PDFBOX-5920] PDType0Font return invalid space width
- <style type="text/css"> .tableBorder, .grid { background-color: #fff; width: 100%; border-collapse: collapse; } .tableBorder td, .grid td { vertical-align: top; padding:...
- by Miroslav Holubec
- 2024-12-06 12:03:54
- [PDFBOX-5919] PDPage.getTrimBox() returns null
- <style type="text/css"> .tableBorder, .grid { background-color: #fff; width: 100%; border-collapse: collapse; } .tableBorder td, .grid td { vertical-align: top; padding:...
- by Tilman Hausherr
Description[edit]
According to the PDFBox website: "The Apache PDFBox™ library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command line utilities".
Although a range of these facilities may prove useful for preservation purposes, such as PDF debugging or extracting text, it is the Preflight component that supports the validation of a PDF against the PDF/A-1 or PDF/A-1b standards that has attracted considerable interest from preservation practitioners (see below).
User Experiences[edit]
- Identification of PDF preservation risks using the Preflight component of PDFBox in three parts: part 1, part 2 and part 3.
- Applied in an AQuA Mashup to address the preservation Issue: Detect, extract and analyse embedded objects in PDFs.
- Successfully applied by the British Library for characterising PDFs.
- Developed into a PDF long term risk detector at a SPRUCE hackathon.