Maksym Polshcha
Maksym Polshcha
@Sebclem Do you mean just extract the digital signature as an array of bytes? Can you give more details on your request please?
PDF specification supports 3 types of encoding depending on `K` value: * `K0` - Mixed one and two dimensional, not supported. I treat as a feature request to start supporting...
Attaching the sample file as the link in the first comment doesn't work. [fax-G31D.pdf](https://github.com/maxpmaxp/pdfreader/files/15167163/fax-G31D.pdf)
@Vincent-Stragier Well, PDF can contain graphic objects which are technically "drawn" by commands in a coordinate system. PDF also supports different transformations of such graphics. At this moment all graphic...
@Tachyon5 can you provide me with an example file plase?
@lisch The image is LZW-encoded and LZW decoder fails here https://github.com/maxpmaxp/pdfreader/blob/30818a2083b22624310fa83eb0101aefea60741c/pdfreader/filters/lzw.py#L227 Need to add support for `END_OF_INFO_CODE` symbol. Feel free to contribute :)