iotech/pdf2image-converter

To convert PDF file to jpg or png using API supported by GET, POST method. This package is included Dockerfile and docker image.

v1.0.2 2018-07-24 11:10 UTC

This package is auto-updated.

Last update: 2024-04-25 06:50:22 UTC


README

To convert PDF file to jpg or png using API supported by GET, POST method. This package is included Dockerfile and docker image.

Getstart using docker

  • 
    
  • access url by `localhost/?url=&format=png`

Getstart usign composer

  • Install library using composer
    composer require iotech/pdf2image-converter
    
  • Implement to your project by
    $pdfc = PDF2Image\Convert::Run($file, $type, $output_to);
    

Parameter supported

url    = Url of pdf
format = Convert file type support jpg, png

License

GNU 2.0

Author

Powered by

IOTech Enterprise Co.,Ltd.