phpdave11 / gofpdi

Go Free PDF Document Importer
MIT License
118 stars 59 forks source link

fix reading past 'endstream' token when parsing #54

Open napalu opened 2 years ago

napalu commented 2 years ago

use bytes.Buffer instead of string concatenation in readToken closes #53