hi all,
it's my second question of today but since i'm stuck with this problem, i'm going to ask it anyway. i'm trying to convert an uploaded pdf file to a jpg, gif or png file. i want to use it as a background image. the problem isn't uploading the file, it's converting the file from pdf to an image.
first, i tried to use imagick. so i installed ghostscript and imagemagick. but then the problems began. i searched 4 days to find a way to get imagick working in php. i tried nearly every solution on google without a positive result. i'm using xampp on windows XP.
does anyone know, in detail how you should install imagick or does anyone know another way to convert pdf files in to images using php.
one other thing. the solution needs to contain a function to rotate the image as well. this might complicate things.
still, i hope someone can help me.
it's my second question of today but since i'm stuck with this problem, i'm going to ask it anyway. i'm trying to convert an uploaded pdf file to a jpg, gif or png file. i want to use it as a background image. the problem isn't uploading the file, it's converting the file from pdf to an image.
first, i tried to use imagick. so i installed ghostscript and imagemagick. but then the problems began. i searched 4 days to find a way to get imagick working in php. i tried nearly every solution on google without a positive result. i'm using xampp on windows XP.
does anyone know, in detail how you should install imagick or does anyone know another way to convert pdf files in to images using php.
one other thing. the solution needs to contain a function to rotate the image as well. this might complicate things.
still, i hope someone can help me.
Comment