mooz / node-pdf-image

Provides an interface to convert PDF's pages to png files in Node.js by using ImageMagick
MIT License
237 stars 87 forks source link

Replace single quotes with escaped double quotes from paths #26

Closed osrl closed 6 years ago

osrl commented 7 years ago

When there are single quotes in file name, exec command cannot work. This pr fixes it.