A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
-
Updated
Apr 21, 2022 - Python
As a user i would love to be able to have a few UX changes into combine pdf in order to make working with the tool easier :
Add a description, image, and links to the pdf-manipulation topic page so that developers can more easily learn about it.
To associate your repository with the pdf-manipulation topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
The problem is inefficiency when simply looking for a single operand and then stopping processing.
For example, if only looking for a single colored pixel in a page.
Describe the solution you'd like
It would make sense to be able to set a stop flag on the processor and return out of the handler, which would cause the proc