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
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