jjwilly16 / node-pdftk

A wrapper for PDF Toolkit with streams and promises.
MIT License
141 stars 34 forks source link

Fix `stringToBuffer` method to take into acccount the specified encoding #20

Closed adrien2p closed 6 years ago

adrien2p commented 6 years ago

This fix non utf-8 encoded pdf. Broken since the refactoring. the encoding parameter was missing

jjwilly16 commented 6 years ago

Merged and published to npm as 2.0.1 (should be the latest release).

adrien2p commented 6 years ago

Perfect thank’s