HTML to PDF converter for PHP
-
Updated
Jan 11, 2021 - PHP
Add a description, image, and links to the pdf-generation topic page so that developers can more easily learn about it.
To associate your repository with the pdf-generation 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