bymayo / craft-pdf-transform

Transform a PDF page to an image (JPEG, PNG)
MIT License
12 stars 8 forks source link

need help to install ghostscript #3

Closed hooman-mirghasemi closed 4 years ago

hooman-mirghasemi commented 4 years ago

when i use your library and installed imagick before install ghostscript i get this error: PDFDelegateFailed `The system cannot find the file specified. ' @ error/pdf.c/ReadPDFImage/794f but when i install ghostscript 64 bit chorome says: This site can’t be reachedThe connection was reset. Try:

Checking the connection Checking the proxy and the firewall Running Windows Network Diagnostics ERR_CONNECTION_RESET !!!! I use windows 10 and xampp apache. after install gostscript

in your ducument there is part " Issues regarding Ghostscript" but it is for nginx what should i do in apache that have not php-fpm.conf file

from command line or from exec by php this command: magick -density 1200 c:/a/a.pf c:/a/a.jpg work currectly . but by imagick class or your library not work and when run url google chorom say : site cant be reachabed .....

bymayo commented 4 years ago

@hooman-pro So have you installed GhostScript?

It sounds like you need to get this to install correctly before solving any issues with nginx/Apache.

bymayo commented 4 years ago

Closing due to no response.