Difference between revisions of "Apache PDFBox"

From COPTR
Jump to navigation Jump to search
(Added links to Function and/or Content Type)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox_tool
+
{{Infobox tool
 
|purpose=JAVA PDF library for creation, manipulation, validation and content extraction of PDF documents
 
|purpose=JAVA PDF library for creation, manipulation, validation and content extraction of PDF documents
|image=
 
 
|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
 
}}
 
}}
 
<!-- Delete the Categories that do not apply -->
 
[[Category:Metadata Extraction]]
 
[[Category:Repair]]
 
[[Category:File Format Migration]]
 
[[Category:Validation]]
 
[[Category:Document]]
 
 
 
 
= 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".
 
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".
Line 27: Line 25:
  
 
= Development Activity =
 
= Development Activity =
 
{{Infobox_tool_details
 
|ohloh_id=pdfbox
 
}}
 
 
=== Mailing Lists ===
 
 
Apache PDFBox provides different mailing lists to get in contact with the community.
 
 
[http://pdfbox.apache.org/download.html]
 
 
=== Release Feed ===
 
 
<rss max=7>http://projects.apache.org/feeds/rss/pdfbox.xml</rss>
 
 
=== Activity Feed ===
 
 
Apache PDFBox uses JIRA to track the development process.
 
 
<rss max=7>https://issues.apache.org/jira/activity?maxResults=7&amp;streams=key+IS+PDFBOX&amp;providers=issues+thirdparty&amp;title=undefined</rss>
 

Latest revision as of 13:39, 20 April 2021



JAVA PDF library for creation, manipulation, validation and content extraction of PDF documents
Homepage:http://pdfbox.apache.org/
License:Apache License v2.0
Platforms:Java
Function:Metadata Extraction,Repair,File Format Migration,Validation,Encryption Detection
Content type:Document


Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt666ab3c86537f1_05828472

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-06-13 07:14:23
[PDFBOX-5837] Add center constructor parameter to PDFPageable and to pdfbox-app
<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-06-11 18:48:11
[PDFBOX-5836] PDF A-1 falsely validated as invalid for ICC color profile regression
<style type="text/css"> .tableBorder, .grid { background-color: #fff; width: 100%; border-collapse: collapse; } .tableBorder td, .grid td { vertical-align: top; padding:...
by Jochen Stärk
2024-06-12 13:57:16
[PDFBOX-5835] DomXmpParser - IllegalArgumentException: prefix cannot be "null" when creating a QName
<style type="text/css"> .tableBorder, .grid { background-color: #fff; width: 100%; border-collapse: collapse; } .tableBorder td, .grid td { vertical-align: top; padding:...
by Oliver Schmidtmer
2024-06-05 17:13:09
[PDFBOX-5834] [PATCH] PDF split missing names from documentCatalog
<style type="text/css"> .tableBorder, .grid { background-color: #fff; width: 100%; border-collapse: collapse; } .tableBorder td, .grid td { vertical-align: top; padding:...
by Simon Steiner
2024-06-04 15:43:05
[PDFBOX-5833] NullPointerException when calling Splitter.split() with pdf files generated by Keynote
<style type="text/css"> .tableBorder, .grid { background-color: #fff; width: 100%; border-collapse: collapse; } .tableBorder td, .grid td { vertical-align: top; padding:...
by Lucas Welscher

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]

Development Activity[edit]