andrzejbl

Results 4 comments of andrzejbl

Hi, already tried this. I also tried this: `doc.on('data', (chunk) => { appendFile('output2.pdf', chunk, (err) => {}); });` the result was output2.pdf growing by few kb. It went full only...

After running this file: ```js import { createWriteStream, readdirSync, readFileSync } from 'fs'; import * as pdf from 'pdfjs'; const doc = new pdf.Document({ font: require('pdfjs/font/Helvetica'), width: 9 * 72,...

Hi! do you have any ideas about what might be the reason for this? Happy New Year :)

Thanks! Could you point me to a place where I should dig into pdfjs? Maybe I can help with this.