CodeIgniter Forums
convert pdf to jpg in codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19)
+--- Thread: convert pdf to jpg in codeigniter (/showthread.php?tid=610)



convert pdf to jpg in codeigniter - vallapureddy - 12-26-2014

Hi Friends,

how can I convert pdf to jpg.

Is there anyone can help me?


RE: convert pdf to jpg in codeigniter - Rufnex - 12-26-2014

For that you need a library as Imagemagick on your server. Then you can convert your pfd like that:

PHP Code:
$imagick = new Imagick();
$imagick->readImage('mytest.pdf');
$imagick->writeImage('output.jpg'); 

Further details at http://php.net/manual/en/book.imagick.php


RE: convert pdf to jpg in codeigniter - vallapureddy - 06-30-2015

thank you for replay. is there any possible to convert the dwg to jpg...


RE: convert pdf to jpg in codeigniter - nice_joe - 07-21-2016

(12-26-2014, 03:19 AM)vallapureddy Wrote: Hi Friends,

how can I convert pdf to jpg.

Is there anyone can help me?

You can use an open source library like http://www.foolabs.com/xpdf/ or a free software with UI like http://pdf-to-jpg-convert.en.softonic.com