You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
var PDFImage = require("pdf-image").PDFImage; var pdfImage = new PDFImage("./IP.pdf"); console.log(pdfImage) pdfImage.convertPage(0).then(function (imagePath) { console.log(imagePath) }).catch(err => { console.log(err); });
when i call converPage,and then got an error
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
var PDFImage = require("pdf-image").PDFImage; var pdfImage = new PDFImage("./IP.pdf"); console.log(pdfImage) pdfImage.convertPage(0).then(function (imagePath) { console.log(imagePath) }).catch(err => { console.log(err); });
when i call converPage,and then got an error
The text was updated successfully, but these errors were encountered: