node-html-pdf icon indicating copy to clipboard operation
node-html-pdf copied to clipboard

i cant access to font file in my server online

Open woxman opened this issue 2 years ago • 1 comments

what is my problem?

let base = path.resolve('./public') + '/'; base = base.replace(new RegExp(/\/g), '/');

var optionss = {childProcessOptions: { env: { OPENSSL_CONF: '/dev/null' } },format: "Letter",zoomFactor: "1",base: file:///${base},"localUrlAccess": true};

woxman avatar Jun 06 '22 21:06 woxman

The problem was elsewhere This code works properly

woxman avatar Jun 06 '22 21:06 woxman