It only displays the path but not the content inside the txt file  https://github.com/manuels/hpdf.js/blob/master/demo/jpeg_demo.js#L100 ``` // this code is called in nodejs for(var url in resources) resources[url] = url; ``` I tried fs.readFile to get the content but output file did not show characters properly. How can I fix it?