org.apache.pdfbox:pdfbox
Advanced tools
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
+3
-19
@@ -539,4 +539,4 @@ | ||
| Font Awesome (http://fontawesome.io): | ||
| http://fontawesome.io/license | ||
| Font Awesome (http://fontawesome.com): | ||
| https://fontawesome.com/license/free | ||
| CC BY 4.0 License | ||
@@ -1062,18 +1062,2 @@ https://creativecommons.org/licenses/by/4.0/ | ||
| For more information, please see | ||
| http://creativecommons.org/publicdomain/zero/1.0/ | ||
| Footer | ||
| © 2023 GitHub, Inc. | ||
| Footer navigation | ||
| Terms | ||
| Privacy | ||
| Security | ||
| Status | ||
| Docs | ||
| Contact GitHub | ||
| Pricing | ||
| API | ||
| Training | ||
| Blog | ||
| About | ||
| http://creativecommons.org/publicdomain/zero/1.0/ |
@@ -1,3 +0,3 @@ | ||
| version=3.0.4 | ||
| version=3.0.5 | ||
| groupId=org.apache.pdfbox | ||
| artifactId=pdfbox |
@@ -26,3 +26,3 @@ <?xml version="1.0" encoding="UTF-8"?> | ||
| <artifactId>pdfbox-parent</artifactId> | ||
| <version>3.0.4</version> | ||
| <version>3.0.5</version> | ||
| <relativePath>../parent/pom.xml</relativePath> | ||
@@ -45,5 +45,5 @@ </parent> | ||
| <scm> | ||
| <connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/pdfbox</connection> | ||
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.4/pdfbox</developerConnection> | ||
| <url>https://svn.apache.org/viewvc/pdfbox/tags/3.0.4/pdfbox</url> | ||
| <connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.5/pdfbox</connection> | ||
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/tags/3.0.5/pdfbox</developerConnection> | ||
| <url>https://svn.apache.org/viewvc/pdfbox/tags/3.0.5/pdfbox</url> | ||
| </scm> | ||
@@ -99,2 +99,3 @@ | ||
| </dependency> | ||
| <!-- can't use 5.*, doesn't support jdk8 --> | ||
| <dependency> | ||
@@ -830,2 +831,55 @@ <groupId>org.mockito</groupId> | ||
| </execution> | ||
| <execution> | ||
| <id>PDFBOX-5939</id> | ||
| <phase>generate-test-resources</phase> | ||
| <goals> | ||
| <goal>wget</goal> | ||
| </goals> | ||
| <configuration> | ||
| <url>https://issues.apache.org/jira/secure/attachment/13074264/google-docs-1.pdf</url> | ||
| <outputDirectory>${project.build.directory}/pdfs</outputDirectory> | ||
| <outputFileName>PDFBOX-5939-google-docs-1.pdf</outputFileName> | ||
| <sha512>5900c8deb9ec44579ee70d92af27635f27ccb73c8817ae43f61962dec5ad017864bbbcd1aaf41114455693d808c68880bcb61ef5618c86aa15c21cdf3efef733</sha512> | ||
| </configuration> | ||
| </execution> | ||
| <execution> | ||
| <id>PDFBOX-515</id> | ||
| <phase>generate-test-resources</phase> | ||
| <goals> | ||
| <goal>wget</goal> | ||
| </goals> | ||
| <configuration> | ||
| <url>https://issues.apache.org/jira/secure/attachment/12421531/pdfboxpdfs.zip</url> | ||
| <outputDirectory>${project.build.directory}/pdfs</outputDirectory> | ||
| <outputFileName>PDFBOX-515.zip</outputFileName> | ||
| <unpack>true</unpack> | ||
| <sha512>cb8033ed21d8e43b4a62ffbcff4fc8c829c2c29e21fa9e9ea302959e036869d0470fa7e2dd2dc206bbaf02d08bf8b5631ab397cd5f19896d3a12e207d3da165a</sha512> | ||
| </configuration> | ||
| </execution> | ||
| <execution> | ||
| <id>PDFBOX-5955-40bit</id> | ||
| <phase>generate-test-resources</phase> | ||
| <goals> | ||
| <goal>wget</goal> | ||
| </goals> | ||
| <configuration> | ||
| <url>https://issues.apache.org/jira/secure/attachment/13074727/R%3D4%2C%20V%3D4%2C%2040-bit%20RC4.pdf</url> | ||
| <outputDirectory>${project.build.directory}/pdfs</outputDirectory> | ||
| <outputFileName>PDFBOX-5955-40bit.pdf</outputFileName> | ||
| <sha512>1a46131f8276f139e81453a427c17fb70bfd05bfb1de4f3f74b976a0a6b6b7b2d74013edcd5367ba6353249b7b1b303cc7a08d561194447b422900d7d5767ec4</sha512> | ||
| </configuration> | ||
| </execution> | ||
| <execution> | ||
| <id>PDFBOX-5955-48bit</id> | ||
| <phase>generate-test-resources</phase> | ||
| <goals> | ||
| <goal>wget</goal> | ||
| </goals> | ||
| <configuration> | ||
| <url>https://issues.apache.org/jira/secure/attachment/13074728/R%3D4%2C%20V%3D4%2C%2048-bit%20RC4.pdf</url> | ||
| <outputDirectory>${project.build.directory}/pdfs</outputDirectory> | ||
| <outputFileName>PDFBOX-5955-48bit.pdf</outputFileName> | ||
| <sha512>5a9c237b8e1b93eb492c7a387180d937f8fb82d1fa2ffcf73698489b3ec4cdefc2ceb4e9204867c834a2139069c5667811aaf522d6e1f6ff8fd1591528a65007</sha512> | ||
| </configuration> | ||
| </execution> | ||
| </executions> | ||
@@ -832,0 +886,0 @@ </plugin> |
+1
-1
| Apache PDFBox | ||
| Copyright 2002-2024 The Apache Software Foundation | ||
| Copyright 2002-2025 The Apache Software Foundation | ||
@@ -4,0 +4,0 @@ |
@@ -16,2 +16,2 @@ # | ||
| # limitations under the License. | ||
| pdfbox.version=3.0.4 | ||
| pdfbox.version=3.0.5 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet