1
0
Fork 0

[fix] common-log jar missing

This commit is contained in:
Andy Bunce 2025-01-24 22:34:48 +00:00
parent 2c6074d4d3
commit 057d29dad7
9 changed files with 6 additions and 19 deletions

View file

@ -1,13 +1,12 @@
xquery version '3.1';
(:~
pdfbox 3.0 https://pdfbox.apache.org/ BaseX 10.7+ interface library,
requires pdfbox jar on classpath
3.02+ required tested with pdfbox-app-3.0.2.jar
requires pdfbox jar on classpath, tested with pdfbox-app-3.0.3.jar
@see download https://pdfbox.apache.org/download.cgi
@javadoc https://javadoc.io/static/org.apache.pdfbox/pdfbox/3.0.2/
@javadoc https://javadoc.io/static/org.apache.pdfbox/pdfbox/3.0.3/
:)
module namespace pdfbox="org.expkg-zone58.Pdfbox3";
module namespace pdfbox="org.expkg_zone58.Pdfbox3";
declare namespace Loader ="java:org.apache.pdfbox.Loader";
declare namespace PDFTextStripper = "java:org.apache.pdfbox.text.PDFTextStripper";

Binary file not shown.