Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ROB: Invalid float object; use 0 as fallback (#782)
Users report the following error: decimal.InvalidOperation: [<class 'decimal.ConversionSyntax'>] and: InvalidOperation: Invalid Literal for Decimal '0.0000-74251147' Ghostscript when it encounters this reference, treats the value as if it was "0.0". PyPDF2 will now do the same. Closes #386 Co-authored-by: James Campbell <james@supmenow.com>
- Loading branch information