No description
|
|
||
|---|---|---|
| .gitea/workflows | ||
| .github/workflows | ||
| .vscode | ||
| docs | ||
| jars | ||
| samples.pdf | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .xqdoca | ||
| LICENSE | ||
| package.json | ||
| package.xml | ||
| README.md | ||
Pdfbox
A BaseX interface for Pdfbox version 3. It is packaged using the Expath format, and is tested against BaseX 10.7 and 11.7.
- The Pdfbox 3 FAQ may be useful.
Features
- read PDF page count.
- read any PDF outline and return as map(s) or XML.
- read pagelabels.
- read page text.
- save pdf page range to a new pdf.
- save pdf page as an image.
Build
scripts/make-xar.xqpackages the requiredjars andxqmfiles to axarfile in thedistfolder.
Action support
The workflow ci-basex.yaml builds and tests the package. This can be used as an action on github, or on a local gitea installation.