# PDFCutter
There are better ways than storing data in a PDF.
**pdfcutter** is for when you need to get it out again.
Works on XML output of `pdftohtml` which belongs to `poppler-utils`.
```python
import pdfcutter
cutter = pdfcutter.PDFCutter(filename='./some.pdf')
name_label = cutter.filter(page=1, search='Name:')
name = cutter.filter(page=1).strictly_right_of(name_label).text()
```
There are better ways than storing data in a PDF.
**pdfcutter** is for when you need to get it out again.
Works on XML output of `pdftohtml` which belongs to `poppler-utils`.
```python
import pdfcutter
cutter = pdfcutter.PDFCutter(filename='./some.pdf')
name_label = cutter.filter(page=1, search='Name:')
name = cutter.filter(page=1).strictly_right_of(name_label).text()
```
Release files for pdfcutter 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pdfcutter-0.0.1.tar.gz | 7.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pdfcutter-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.7 kB
Release files / pdfcutter-0.0.1.tar.gz
| Download URL | pdfcutter-0.0.1.tar.gz |
|---|---|
| Size | 7.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
178fce2b6cf8f27bb9ec8b21207c41c38af481ca23f266d61ee29f8444f0ed19
|
|
BLAKE2b-256 checksum How to use checksums |
29cb73d52fd296d38bd45846a497a0bfc62a43b5cc2119d12cbf397228e6b23d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
|
Release files / pdfcutter-0.0.1-py3-none-any.whl
| Download URL | pdfcutter-0.0.1-py3-none-any.whl |
|---|---|
| Size | 8.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
99447f47302afcdb2fa60fc7012e367c7721be975042c89be55f5ce8a6889bbe
|
|
BLAKE2b-256 checksum How to use checksums |
f6d23f62e276c25f57dfabeed74b6245fab67ba33d9b188cabff501608ffce87
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
|