{"id":54650,"library":"pdfbox","title":"Apache PDFBox","description":"Java library for working with PDF documents, including creation, manipulation, and extraction of content.","status":"active","version":"3.0.7","language":"java","source_language":null,"source_url":"https://svn.apache.org/viewvc/pdfbox/tags/3.0.7/pdfbox","tags":["pdf","document","apache","pdfbox"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.pdfbox</groupId>\n  <artifactId>pdfbox</artifactId>\n  <version>3.0.7</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.pdfbox:pdfbox:3.0.7'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"PDDocument","correct":"org.apache.pdfbox.pdmodel.PDDocument"}],"quickstart":{"code":"import org.apache.pdfbox.pdmodel.PDDocument;\nimport java.io.File;\n\npublic class Main {\n    public static void main(String[] args) throws Exception {\n        PDDocument document = PDDocument.load(new File(\"example.pdf\"));\n        System.out.println(\"Pages: \" + document.getNumberOfPages());\n        document.close();\n    }\n}","lang":"java","description":"Loads a PDF document and prints the number of pages."},"warnings":[{"fix":"Refer to the PDFBox 3 migration guide when upgrading.","message":"PDFBox 3.x has breaking API changes from 2.x (e.g., package restructuring).","severity":"breaking","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'apach':1,19 'content':16 'creation':11 'document':9,18 'extract':14 'includ':10 'java':3 'librari':4 'manipul':12 'pdf':8,17 'pdfbox':2,20 'work':6","created_at":"2026-06-15T09:17:33.657840+00:00","updated_at":"2026-06-15T09:17:33.657840+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://www.apache.org/","github":null,"docs":"https://appdoc.app/artifact/org.apache.pdfbox/pdfbox/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}