My repo roest01/multipage-pdf-to-png is a bash script which convert a multipage(!) pdf document into a single png file. To deal with 2018 and push this requirement to the next level i had the option to make an npm package with this feature or use an existing package and implement my feature.
Here i am
This PullRequest add two tested features without breaking API changes.
convertFile converts a whole PDF into images
convertFile with combinedImage:true converts a single PDF to single Image
PR affects issue #10 by adding convertFile() function.
My repo roest01/multipage-pdf-to-png is a bash script which convert a multipage(!) pdf document into a single png file. To deal with 2018 and push this requirement to the next level i had the option to make an npm package with this feature or use an existing package and implement my feature. Here i am
This PullRequest add two tested features without breaking API changes.
convertFile
converts a whole PDF into imagesconvertFile
withcombinedImage:true
converts a single PDF to single ImagePR affects issue #10 by adding
convertFile()
function.Please merge only after: #35