Search found 6 matches
- 2015-09-22T10:23:59-07:00
- Forum: Users
- Topic: Converting PDFs to JPGs shrinks the text.
- Replies: 12
- Views: 3255
Re: Converting PDFs to JPGs shrinks the text.
There are some threads on these forums about getting Ghostscript to be callable from IM under PHP. After some digging I came across one thread on this forum that contained the link: http://www.veryinteractivepeople.com/?p=521 . It took me to an article where the author wrote a PHP script to convert ...
- 2015-09-22T06:38:12-07:00
- Forum: Users
- Topic: Converting PDFs to JPGs shrinks the text.
- Replies: 12
- Views: 3255
Re: Converting PDFs to JPGs shrinks the text.
There have been reports of issues with GS 9.16 and people downgrading to GS 9.15 have found the latter works. Rolled GS back to 9.15, and I'm still having no luck. I'm running: exec('/usr/local/bin/convert '.$path_for_PDF.' -verbose -identify '.$path_for_JPG, $output, $return); When I echo $output ...
- 2015-09-18T13:26:14-07:00
- Forum: Users
- Topic: Converting PDFs to JPGs shrinks the text.
- Replies: 12
- Views: 3255
Re: Converting PDFs to JPGs shrinks the text.
I suggest updating the software -- both IM and GS. As both Bonzo and snibgo suggested, I've asked our hosting company to upgrade both IM and GS. After some back and forth they agreed to to this, and installed version 6.9.2-1 of IM, and version 9.16 of GS. However, now I'm running into a new problem ...
- 2015-09-17T05:43:57-07:00
- Forum: Users
- Topic: Converting PDFs to JPGs shrinks the text.
- Replies: 12
- Views: 3255
Re: Converting PDFs to JPGs shrinks the text.
I am not sure what your issue is. The resulting file is much larger than the original. Is that what you want? Is it a printing issue or an image size issue? It's a printing issue. If you compare the text at the bottom of the PDF to the text at the bottom of the JPG you'll notice that the JPG's text ...
- 2015-09-16T13:47:55-07:00
- Forum: Users
- Topic: Converting PDFs to JPGs shrinks the text.
- Replies: 12
- Views: 3255
Re: Converting PDFs to JPGs shrinks the text.
The company we have our web hosting through has version 6.5.4-7 installed. Is that too outdated?Bonzo wrote:What version of Imagemagick are you using? If it is a standard buid version from the operating system install on a server it could be years out of date.
- 2015-09-16T12:56:33-07:00
- Forum: Users
- Topic: Converting PDFs to JPGs shrinks the text.
- Replies: 12
- Views: 3255
Converting PDFs to JPGs shrinks the text.
Hello all, My project generates a PDF file, but needs to display a low resolution JPG for the user to approve. I'm using PHP and TCPDF to generate the PDF files and everything is working great there. All the elements are placed in the correct location and at the correct size. However, after a run ...