2024-02-25 10:50:31 +00:00
|
|
|
# Pdfbox
|
2024-05-08 21:11:24 +01:00
|
|
|
BaseX (10+) interface to [Pdfbox](https://pdfbox.apache.org/) version 3
|
2024-03-12 21:25:18 +00:00
|
|
|
|
2024-05-08 21:11:24 +01:00
|
|
|
## Features
|
|
|
|
* read page count
|
|
|
|
* read outline
|
|
|
|
* read pagelabels
|
|
|
|
* read page text
|
|
|
|
* save pdf page range to new pdf
|
|
|
|
* save pdf page as image
|
2024-03-12 21:25:18 +00:00
|
|
|
|
2024-05-08 21:11:24 +01:00
|
|
|
|
2025-01-31 16:09:25 +00:00
|
|
|
## Build
|
2024-05-08 21:11:24 +01:00
|
|
|
|
2025-01-31 16:09:25 +00:00
|
|
|
Use `scripts/make-fat-jar.xq` to package the required `jar`s and `xqm` files to the `dist` folder.
|