15 lines
331 B
Markdown
15 lines
331 B
Markdown
# Pdfbox
|
|
BaseX (10+) interface to [Pdfbox](https://pdfbox.apache.org/) version 3
|
|
|
|
## Features
|
|
* read page count
|
|
* read outline
|
|
* read pagelabels
|
|
* read page text
|
|
* save pdf page range to new pdf
|
|
* save pdf page as image
|
|
|
|
|
|
## Build
|
|
|
|
Use `scripts/make-fat-jar.xq` to package the required `jar`s and `xqm` files to the `dist` folder.
|