yob / pdf-reader

The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe.
MIT License
1.82k stars 271 forks source link

Use optional ascii85_native gem when available. #359

Closed AnomalousBit closed 3 years ago

AnomalousBit commented 3 years ago

Per our conversation in https://github.com/yob/pdf-reader/issues/357 I've added the needed changes and documentation for optionally using the ascii85_native gem when it is present.

Thanks for the suggestions @yob and your wonderful gem.

yob commented 3 years ago

Thanks! I squashed this into d72e970 and have merged it onto main :heart: