pdfcutter 0.0.1

Creator: railscoder56

Last updated:

Add to Cart

Description:

pdfcutter 0.0.1

# PDFCutterThere 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`.```pythonimport pdfcuttercutter = pdfcutter.PDFCutter(filename='./some.pdf')name_label = cutter.filter(page=1, search='Name:')name = cutter.filter(page=1).strictly_right_of(name_label).text()```

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.