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.81k stars 271 forks source link

Convert ResourceMethods to a class that we delegate to #423

Closed yob closed 2 years ago

yob commented 2 years ago

This means I can easily add type annotations to the methods, at the cost of a bit of repetition.