CodingSans / billingo-client

MIT License
7 stars 0 forks source link

download as PDF #20

Open petiblaster opened 1 year ago

petiblaster commented 1 year ago

I seem to get blank page when donwloading with

const pdf = await DocumentService.downloadDocument(id)

then I want to save it like:

fs.writeFileSync("path", pdf, "binary");

but all I get is a blank PDF