[mod] cleanup
This commit is contained in:
parent
af2fac39b2
commit
dd7b0c1d83
22 changed files with 72 additions and 875 deletions
26
README.md
26
README.md
|
|
@ -1,4 +1,28 @@
|
|||
# Pdfbox
|
||||
BaseX (10+) interface to [Pdfbox](https://pdfbox.apache.org/) 3
|
||||
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
|
||||
|
||||
Uses
|
||||
* https://github.com/blikblum/slick-router#readme
|
||||
* https://dev.to/blikblum/slick-router-a-powerful-router-for-web-components-3fck
|
||||
|
||||
## Sync
|
||||
```
|
||||
cd C:\Users\mrwhe\git\expkg-zone58\pdfbox\src\webapp\pdf
|
||||
|
||||
c:\DeltaCopy\rsync -rlptz --progress --exclude=.git --exclude=.vscode . andy@localhost::basexserv/
|
||||
```
|
||||
## Jars
|
||||
* fontbox-3.0.2.jar
|
||||
* pdfbox-3.0.2.jar
|
||||
* pdfbox-io-3.0.2.jar
|
||||
* commons-logging-1.3.1.jar
|
||||
|
||||
3.6 mb
|
||||
Loading…
Add table
Add a link
Reference in a new issue