binhleon

Results 1 issues of binhleon

``` const options = { density: 600, saveFilename: req.file.filename, savePath: `${appRoot}/${process.env.UPLOAD_PDF_DIR}`, format: "jpg", width: 600, height: 600 }; console.log("[pdf2pic] req.file.path = ", req.file.path); const convert = fromPath(req.file.path, options); convert.bulk(-1, true).then(resolve...