api documentation for pdf-image (v1.1.0)

Provides an interface to convert PDF's pages to png files in Node.js by using ImageMagick.

table of contents

  1. module pdf-image
    1. function pdf-image.PDFImage (pdfFilePath, options)
    2. object pdf-image.PDFImage.prototype
  2. module pdf-image.PDFImage
    1. function pdf-image.PDFImage (pdfFilePath, options)
  3. module pdf-image.PDFImage.prototype
    1. function pdf-image.PDFImage.prototype.constructConvertCommandForPage (pageNumber)
    2. function pdf-image.PDFImage.prototype.constructConvertOptions ()
    3. function pdf-image.PDFImage.prototype.constructGetInfoCommand ()
    4. function pdf-image.PDFImage.prototype.convertPage (pageNumber)
    5. function pdf-image.PDFImage.prototype.getInfo ()
    6. function pdf-image.PDFImage.prototype.getOutputImagePathForPage (pageNumber)
    7. function pdf-image.PDFImage.prototype.numberOfPages ()
    8. function pdf-image.PDFImage.prototype.parseGetInfoCommandOutput (output)
    9. function pdf-image.PDFImage.prototype.setConvertExtension (convertExtension)
    10. function pdf-image.PDFImage.prototype.setConvertOptions (convertOptions)

module pdf-image

function pdf-image.PDFImage (pdfFilePath, options)

module pdf-image.PDFImage

function pdf-image.PDFImage (pdfFilePath, options)

module pdf-image.PDFImage.prototype

function pdf-image.PDFImage.prototype.constructConvertCommandForPage (pageNumber)

function pdf-image.PDFImage.prototype.constructConvertOptions ()

function pdf-image.PDFImage.prototype.constructGetInfoCommand ()

function pdf-image.PDFImage.prototype.convertPage (pageNumber)

function pdf-image.PDFImage.prototype.getInfo ()

function pdf-image.PDFImage.prototype.getOutputImagePathForPage (pageNumber)

function pdf-image.PDFImage.prototype.numberOfPages ()

function pdf-image.PDFImage.prototype.parseGetInfoCommandOutput (output)

function pdf-image.PDFImage.prototype.setConvertExtension (convertExtension)

function pdf-image.PDFImage.prototype.setConvertOptions (convertOptions)

[ this document was created with utility2 ]