Author: lehmi Date: Mon Feb 2 17:13:01 2026 New Revision: 82257 Log: provide 3.0.7 candidate
Added: dev/pdfbox/3.0.7/ dev/pdfbox/3.0.7/RELEASE-NOTES.txt (contents, props changed) dev/pdfbox/3.0.7/debugger-app-3.0.7.jar (contents, props changed) dev/pdfbox/3.0.7/debugger-app-3.0.7.jar.asc (contents, props changed) dev/pdfbox/3.0.7/debugger-app-3.0.7.jar.sha512 dev/pdfbox/3.0.7/fontbox-3.0.7-javadoc.jar (contents, props changed) dev/pdfbox/3.0.7/fontbox-3.0.7-javadoc.jar.asc (contents, props changed) dev/pdfbox/3.0.7/fontbox-3.0.7-javadoc.jar.sha512 dev/pdfbox/3.0.7/fontbox-3.0.7.jar (contents, props changed) dev/pdfbox/3.0.7/fontbox-3.0.7.jar.asc (contents, props changed) dev/pdfbox/3.0.7/fontbox-3.0.7.jar.sha512 dev/pdfbox/3.0.7/pdfbox-3.0.7-javadoc.jar (contents, props changed) dev/pdfbox/3.0.7/pdfbox-3.0.7-javadoc.jar.asc (contents, props changed) dev/pdfbox/3.0.7/pdfbox-3.0.7-javadoc.jar.sha512 dev/pdfbox/3.0.7/pdfbox-3.0.7-src.zip (contents, props changed) dev/pdfbox/3.0.7/pdfbox-3.0.7-src.zip.asc (contents, props changed) dev/pdfbox/3.0.7/pdfbox-3.0.7-src.zip.sha512 dev/pdfbox/3.0.7/pdfbox-3.0.7.jar (contents, props changed) dev/pdfbox/3.0.7/pdfbox-3.0.7.jar.asc (contents, props changed) dev/pdfbox/3.0.7/pdfbox-3.0.7.jar.sha512 dev/pdfbox/3.0.7/pdfbox-app-3.0.7.jar (contents, props changed) dev/pdfbox/3.0.7/pdfbox-app-3.0.7.jar.asc (contents, props changed) dev/pdfbox/3.0.7/pdfbox-app-3.0.7.jar.sha512 dev/pdfbox/3.0.7/pdfbox-debugger-3.0.7.jar (contents, props changed) dev/pdfbox/3.0.7/pdfbox-debugger-3.0.7.jar.asc (contents, props changed) dev/pdfbox/3.0.7/pdfbox-debugger-3.0.7.jar.sha512 dev/pdfbox/3.0.7/pdfbox-io-3.0.7-javadoc.jar (contents, props changed) dev/pdfbox/3.0.7/pdfbox-io-3.0.7-javadoc.jar.asc (contents, props changed) dev/pdfbox/3.0.7/pdfbox-io-3.0.7-javadoc.jar.sha512 dev/pdfbox/3.0.7/pdfbox-io-3.0.7.jar (contents, props changed) dev/pdfbox/3.0.7/pdfbox-io-3.0.7.jar.asc (contents, props changed) dev/pdfbox/3.0.7/pdfbox-io-3.0.7.jar.sha512 dev/pdfbox/3.0.7/pdfbox-tools-3.0.7.jar (contents, props changed) dev/pdfbox/3.0.7/pdfbox-tools-3.0.7.jar.asc (contents, props changed) dev/pdfbox/3.0.7/pdfbox-tools-3.0.7.jar.sha512 dev/pdfbox/3.0.7/preflight-3.0.7-javadoc.jar (contents, props changed) dev/pdfbox/3.0.7/preflight-3.0.7-javadoc.jar.asc (contents, props changed) dev/pdfbox/3.0.7/preflight-3.0.7-javadoc.jar.sha512 dev/pdfbox/3.0.7/preflight-3.0.7.jar (contents, props changed) dev/pdfbox/3.0.7/preflight-3.0.7.jar.asc (contents, props changed) dev/pdfbox/3.0.7/preflight-3.0.7.jar.sha512 dev/pdfbox/3.0.7/preflight-app-3.0.7.jar (contents, props changed) dev/pdfbox/3.0.7/preflight-app-3.0.7.jar.asc (contents, props changed) dev/pdfbox/3.0.7/preflight-app-3.0.7.jar.sha512 dev/pdfbox/3.0.7/xmpbox-3.0.7-javadoc.jar (contents, props changed) dev/pdfbox/3.0.7/xmpbox-3.0.7-javadoc.jar.asc (contents, props changed) dev/pdfbox/3.0.7/xmpbox-3.0.7-javadoc.jar.sha512 dev/pdfbox/3.0.7/xmpbox-3.0.7.jar (contents, props changed) dev/pdfbox/3.0.7/xmpbox-3.0.7.jar.asc (contents, props changed) dev/pdfbox/3.0.7/xmpbox-3.0.7.jar.sha512 Added: dev/pdfbox/3.0.7/RELEASE-NOTES.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/RELEASE-NOTES.txt Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1,126 @@ +Release Notes -- Apache PDFBox -- Version 3.0.7 + +Introduction +------------ + +The Apache PDFBox library is an open source Java tool for working with PDF documents. + +This is an incremental bugfix release based on the earlier 3.0.6 release. It contains +a couple of fixes and small improvements. + +A migration guide is available at https://pdfbox.apache.org/3.0/migration.html. It is +still a work in progress and we are happy to include any valuable feedback from our +community. + +For more details on these changes and all the other fixes and improvements +included in this release, please refer to the following issues on the +PDFBox issue tracker at https://issues.apache.org/jira/browse/PDFBOX. + +Bug + +[PDFBOX-2378] - XMPBox removes namespaces on serialization +[PDFBOX-3882] - False negative on PDFA-1b validation : missing field type +[PDFBOX-5288] - Valid PDF/A 1B is rejected +[PDFBOX-5369] - PDDocument.saveIncremental () and stack exhaustion +[PDFBOX-6036] - StackOverflowError in COSWriterCompressionPool for large number of bookmarks +[PDFBOX-6085] - TTFSubsetter.buildGlyfTable() modifies glyphIds while iterating over its entries possibly causing ConcurrentModificationException to be thrown +[PDFBOX-6086] - IndexOutOfBoundsException in Type1CharStringParser.processCallSubr() +[PDFBOX-6088] - Exception "No type defined for {http://www.aiim.org/pdfa/ns/id/}rev" when trying to determine version of PDF/A-4 document +[PDFBOX-6090] - allow new PDF/A-4 conformance levels +[PDFBOX-6091] - pdfbox-app-X.X.X-sources.jar on maven central are empty (and javadoc jar is missing) +[PDFBOX-6092] - Cmd line docs +[PDFBOX-6095] - IllegalArgumentException: Multiplying two matrices produces illegal values in PDFStreamEngine.processAnnotation() +[PDFBOX-6097] - Avoid StackOverflow when collecting indirect object keys +[PDFBOX-6099] - XmpParsingException: Schema is not set in this document : http://ns.adobe.com/xap/1.0/sType/ResourceEvent# +[PDFBOX-6101] - NullPointerException in FontMapperImpl.getFontMatches() +[PDFBOX-6102] - StackOverflowError when Copying 1000+ bookmarks +[PDFBOX-6104] - border style in FDFAnnotation is not initialized if width is 0 +[PDFBOX-6105] - German umlauts are not rendered +[PDFBOX-6106] - Invalid type in Schema not detected when in XML attributes +[PDFBOX-6107] - Serializing produces date "1-01-01T00:00:00+01:00" +[PDFBOX-6109] - Seconds of date "D:2015-02-03T10:11:12" returned as 0 +[PDFBOX-6110] - Confusing naming of "DerivedFrom" property getter in XMPMediaManagementSchema +[PDFBOX-6111] - ClassCastException in XMPMediaManagementSchema.getHistory() +[PDFBOX-6115] - IllegalArgumentException: Input buffer too short in StandardSecurityHandler.computeRC4key() +[PDFBOX-6117] - Print shows wrong name +[PDFBOX-6118] - IllegalArgumentException: Width (0) and height (0) cannot be <= 0 when printing landscape rotated with RASTERIZE_DPI_AUTO +[PDFBOX-6119] - DateConverter fails on valid date +[PDFBOX-6121] - ClassCastException: class org.apache.xmpbox.type.TextType cannot be cast to class org.apache.xmpbox.type.ArrayProperty in DublinCoreSchema.getCreatorsProperty() +[PDFBOX-6122] - tiff:YCbCrSubSampling and tiff:YCbCrPositioning have wrong cardinality +[PDFBOX-6125] - ClassCastException: class org.apache.xmpbox.type.FlashType +[PDFBOX-6126] - Cannot find a definition for the namespace http://www.w3.org/1999/02/22-rdf-syntax-ns#, property: rdf:Description +[PDFBOX-6127] - Non standard namespaces not recognized if in rdf:RDF +[PDFBOX-6128] - XmpParsingException: Schema is not set in this document : http://ns.adobe.com/xap/1.0/sType/ResourceEvent#, property: stEvt:action +[PDFBOX-6129] - XmpParsingException: Missing pdfaSchema:property in type definition in lenient mode +[PDFBOX-6131] - XmpParsingException: Unknown property value type : Open Choice of Integer +[PDFBOX-6133] - XmpParsingException: Property 'CountryCode' not defined in http://www.epo.org/patent-bibliographic-data/1.0/ +[PDFBOX-6134] - date "0-00-00T00:00:00-04:00" read as "0002-11-30T00:00:00-40:00" +[PDFBOX-6135] - XmpParsingException: Type 'stRef:documentName' not defined in http://ns.adobe.com/xap/1.0/sType/ResourceRef# in lenient mode +[PDFBOX-6136] - Invalid PDF/A namespace definition, prefix: xmlns, namespace: http://www.aiim.org/pdfa/ns/extension/ +[PDFBOX-6138] - XmpParsingException: Schema is not set in this document : http://www.aiim.org/pdfa/ns/extension/, property: pdfaExtension:schemas +[PDFBOX-6141] - NegativeArraySizeException in PredictorOutputStream() +[PDFBOX-6142] - New release will produce incorrect files. +[PDFBOX-6143] - NullpointerException in PDAcroForm.getField(Line 485) +[PDFBOX-6144] - "render" command line utility ignores "page" parameter +[PDFBOX-6146] - OutOfMemoryError when trying to extract text from pdf +[PDFBOX-6153] - Catch cycles in outlines + +New Feature + +[PDFBOX-6103] - Add DFLT script support in GSUB system for OpenType fonts + +Improvement + +[PDFBOX-5292] - Valid XMP Extension Schema rejected +[PDFBOX-6083] - optimize DataInputRandomAccessRead +[PDFBOX-6084] - Remove dead code from PDFMarkedContentExtractor +[PDFBOX-6096] - Include test file in test class +[PDFBOX-6100] - Reduce access rights to temp files +[PDFBOX-6108] - Get and Add PageTextSchema +[PDFBOX-6112] - Expand test coverage of PhotoShopSchema +[PDFBOX-6113] - Remove / deprecate TypeMapping.getAssociatedSchemaObject() +[PDFBOX-6114] - Improve PDF/A extension schema validation with missing fields names +[PDFBOX-6123] - Support Seq / Bag mixup in lenient mode +[PDFBOX-6130] - Parse xmp files in lenient mode that have no processing instructions + +Task + +[PDFBOX-6089] - Remove / deprecate unused parts of PDIndexed +[PDFBOX-6139] - modernize rat exclusions +[PDFBOX-6140] - Run regression tests for 3.0.7 + + +Release Contents +---------------- + +This release consists of a single source archive packaged as a zip file. +The archive can be unpacked with the jar tool from your JDK installation. +See the README.txt file for instructions on how to build this release. + +The source archive is accompanied by SHA512 checksums and a PGP signature +that you can use to verify the authenticity of your download. +The public key used for the PGP signature can be found at +https://www.apache.org/dist/pdfbox/KEYS. + +About Apache PDFBox +------------------- + +Apache PDFBox is an open source Java library 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. Apache PDFBox is published +under the Apache License, Version 2.0. + +For more information, visit https://pdfbox.apache.org/ + +About The Apache Software Foundation +------------------------------------ + +Established in 1999, The Apache Software Foundation provides organizational, +legal, and financial support for more than 100 freely-available, +collaboratively-developed Open Source projects. The pragmatic Apache License +enables individual and commercial users to easily deploy Apache software; +the Foundation's intellectual property framework limits the legal exposure +of its 2,500+ contributors. + +For more information, visit https://www.apache.org/ Added: dev/pdfbox/3.0.7/debugger-app-3.0.7.jar ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/debugger-app-3.0.7.jar.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/debugger-app-3.0.7.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/debugger-app-3.0.7.jar.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +63454d067bbadeff199c2515eaf53082b3acfa71b2fd86539ea82829cbad79e8c3d0f013dc2cf5237b37e19a0c2502ad576774d2eb9560d403236b1e72755cd4 Added: dev/pdfbox/3.0.7/fontbox-3.0.7-javadoc.jar ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/fontbox-3.0.7-javadoc.jar.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/fontbox-3.0.7-javadoc.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/fontbox-3.0.7-javadoc.jar.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +0985d51ee263d116719be2e9737c847210c52fb56646704f9f7b2a4ef280e4093287d456f43d85a3d1fdb133ca2a9b7f81e890e1780aec52f01e4608073816a6 Added: dev/pdfbox/3.0.7/fontbox-3.0.7.jar ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/fontbox-3.0.7.jar.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/fontbox-3.0.7.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/fontbox-3.0.7.jar.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +4b96f514e32b49e01de11ae8bff095f1053f800f36e44061f64d9afbc837bb875117e2340ca1586afa927ab0c4c67ae157906826b50ed60759521750838f00b1 Added: dev/pdfbox/3.0.7/pdfbox-3.0.7-javadoc.jar ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-3.0.7-javadoc.jar.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-3.0.7-javadoc.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/pdfbox-3.0.7-javadoc.jar.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +0323b5ac377ed7c915fdd619ca4fccb62eda9fb12a2dde3b1e083a4dff1e65fbe9bcbcaafc984c74aaf28521ef38ba4451885e18e735d2982d521ddad3497824 Added: dev/pdfbox/3.0.7/pdfbox-3.0.7-src.zip ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-3.0.7-src.zip.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-3.0.7-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/pdfbox-3.0.7-src.zip.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +bf863c69225821d93d4a4cf86b4dae59c93211651ca72bfbf5da7dfcf6a480b3d7b8c0ea672adbba789afd0e79481ec8883da15e29c5fa31cba564aa8cfc89d0 Added: dev/pdfbox/3.0.7/pdfbox-3.0.7.jar ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-3.0.7.jar.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-3.0.7.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/pdfbox-3.0.7.jar.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +d14da3cb339bfaf0919c0e27df9021c8844533a365bfd02e2d752c973bbc72691d999373e6dd0c4a458eef6df7dae8aa7cd9059d25e52ad5bb9e8bc1b1d17d5c Added: dev/pdfbox/3.0.7/pdfbox-app-3.0.7.jar ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-app-3.0.7.jar.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-app-3.0.7.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/pdfbox-app-3.0.7.jar.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +4f1c7c23c6ad4bf1b82d34577daac7b96d432d6ea0507894b3534e09dc5e81b56ea735d9f640ad464648df956348a4febc8d75872ba9dd7d1b9225d611a81b20 Added: dev/pdfbox/3.0.7/pdfbox-debugger-3.0.7.jar ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-debugger-3.0.7.jar.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-debugger-3.0.7.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/pdfbox-debugger-3.0.7.jar.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +2caf67e477e582857c342eb5c7fdd0d7fa1a7ee60897397dc847105b7a0245990bea018e278eeef9c6723e46cb4deece33cf9bd13a801fba7c77c3bcda66f413 Added: dev/pdfbox/3.0.7/pdfbox-io-3.0.7-javadoc.jar ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-io-3.0.7-javadoc.jar.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-io-3.0.7-javadoc.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/pdfbox-io-3.0.7-javadoc.jar.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +6b0ffc5a2ed8f7615e7ddcd5f2dfa97cc95a40716d2c9e9fa98b72b92f400db32c90fd0b1e78ebcaa339b1e31f4005a2f64b05c563abdb921382368c71527e44 Added: dev/pdfbox/3.0.7/pdfbox-io-3.0.7.jar ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-io-3.0.7.jar.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-io-3.0.7.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/pdfbox-io-3.0.7.jar.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +e720d6c685cc87acb5f70e86fc425ca63a324ab4e9c0400790e4d84e385ee1b89f3d1769ccab4d1ad6705418103f68a66290b7c0be62269fb8058c2ad6cf5c9c Added: dev/pdfbox/3.0.7/pdfbox-tools-3.0.7.jar ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-tools-3.0.7.jar.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/pdfbox-tools-3.0.7.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/pdfbox-tools-3.0.7.jar.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +c651e61dc826c7ee593a71c7f713df234de1dcd9646727e333f2676c48756ac6b7f364f43a94fa615bcabdda5b9c07dada857cfaef7066e1b9ae69c16c89f372 Added: dev/pdfbox/3.0.7/preflight-3.0.7-javadoc.jar ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/preflight-3.0.7-javadoc.jar.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/preflight-3.0.7-javadoc.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/preflight-3.0.7-javadoc.jar.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +374ca438fa9577ab7601b4cb52e25fe092b67fa42a69bf9a25cad9cccb509dbe167f1b97aba85c083eaaa60f53fc700c69e4ecd9b6e778aa24a44174ea9d166b Added: dev/pdfbox/3.0.7/preflight-3.0.7.jar ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/preflight-3.0.7.jar.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/preflight-3.0.7.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/preflight-3.0.7.jar.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +afac2c0ee4725979d5bcc850d08db2e91241156ff8b0a581af855efbeb9dda4ad7ac650194e124f9b7fe24a9c540c3d8d9bbb60760ff205b7008e69224b7ffe7 Added: dev/pdfbox/3.0.7/preflight-app-3.0.7.jar ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/preflight-app-3.0.7.jar.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/preflight-app-3.0.7.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/preflight-app-3.0.7.jar.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +ecbe7bd6c3ea6c3bf37f24366689babb506e55263f896446b31a668947ec4e00bdbcc390d90a36274f2e2bad2fbb2ef19637cedf2f3b675a94701ca2cea4410a Added: dev/pdfbox/3.0.7/xmpbox-3.0.7-javadoc.jar ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/xmpbox-3.0.7-javadoc.jar.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/xmpbox-3.0.7-javadoc.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/xmpbox-3.0.7-javadoc.jar.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +3689ceb3f70872a453712861008e3adf1e675e1445ce79d631a99b0b7a09beef7ea22ce2d13eac07569579457d77529d1e2cfb6895eb261534c4c1563848abea Added: dev/pdfbox/3.0.7/xmpbox-3.0.7.jar ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/xmpbox-3.0.7.jar.asc ============================================================================== Binary file. No diff available. Added: dev/pdfbox/3.0.7/xmpbox-3.0.7.jar.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/pdfbox/3.0.7/xmpbox-3.0.7.jar.sha512 Mon Feb 2 17:13:01 2026 (r82257) @@ -0,0 +1 @@ +1f39fc3191aea02a17188d66a6755f0fac26baaacdc9bccfc46d9f969ba3da5c8265e6acec54e69fde8acc9a659752f65963356931144ec92daa2e043bc0281d
