Joris Schellekens

Results 26 comments of Joris Schellekens

Checking whether a PDF is valid or not is not an easy feature. Usually, PDF libraries try to accept input even if it isn't all that valid. You can use...

The second file (regardless of whether it is valid or not) seems to throw this error because it forces `borb` to parse a grayscale image using `FlateDecode` and `DCTDecode`. When...

Currently, password-protected PDF documents (reading and/or writing thereof) are *not* supported. I do have a useful contact from way back when I still worked at another PDF related company. He...

Update: It should be possible for *some* of the supported types of password-protected PDF documents to be opened by `borb` ijn the upcoming release. I am going to close this...

Found it, and fixed it. `Table` attempts to convert the grid coordinates to page coordinates in the method `_get_grid_coordinates`. This method (simplified) lays out the `LayoutElement` objects inside of the...

Turns out it does not mess with anything else. So you can expect this bugfix in the next release. Kind regards, Joris