Message256745
According to the PDF Spec http://www.adobe.com/devnet/pdf/pdf_reference.html section 7.4.3,
The ascii85decode function only utilizes ~> as an EOD 2byte character, there is no mention of leading <~. Therefore using the base64.a85decode(data, adobe=True) does not work on valid data coming from a pdf because that data may not have a leading <~.
Solution: do not require leading <~ for adobe=True. |
|
| Date |
User |
Action |
Args |
| 2015-12-19 23:31:53 | Soren Solari | set | recipients:
+ Soren Solari |
| 2015-12-19 23:31:52 | Soren Solari | set | messageid: <[email protected]> |
| 2015-12-19 23:31:52 | Soren Solari | link | issue25913 messages |
| 2015-12-19 23:31:52 | Soren Solari | create | |
|