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.
Hi,i'm using this package now.But there is the error message.
code:
var fs = require('fs');
var PDFImage = require("pdf-image").PDFImage;
var pdfImage = new PDFImage("brochure.pdf");
pdfImage.convertPage(0).then(function(imagePath) {
// 0-th page (first page) of the slide.pdf is available as slide-0.png
fs.existsSync("slide-0.png") // => true
}, function(err) {
console.log(err);
});
error:
F:\parseWord>node pdf-img.js
{ message: 'Failed to convert page to image',
error:
Hi,i'm using this package now.But there is the error message.
code:
error:
F:\parseWord>node pdf-img.js
{ message: 'Failed to convert page to image',
error:
Is this about the imageMagic install? I have already installed it.
What's the problem with this?
The text was updated successfully, but these errors were encountered: