Jonathan Santoyo
Results
1
comments of
Jonathan Santoyo
I had the same problem, I solved just adding the **localUrlAccess** option, this is my code: ``` javascript var fs = require('fs'); var pdf = require('html-pdf'); const path = require('path');...