Search found 4 matches

by ewenjc
2011-08-25T12:14:38-07:00
Forum: Users
Topic: Issue converting PDF to JPG on Heroku
Replies: 7
Views: 14134

Re: Issue converting PDF to JPG on Heroku

On my development machine the conversion works with either setting, so it looks like that's not the issue. Not sure I can get Heroku to upgrade. I guess I could install locally the same versions of IM and GS that Heroku uses to see what results that produces (assuming I can still access old versions ...
by ewenjc
2011-08-25T03:09:30-07:00
Forum: Users
Topic: Issue converting PDF to JPG on Heroku
Replies: 7
Views: 14134

Re: Issue converting PDF to JPG on Heroku

Heroku does not allow you to run anything command line. But with the tools they supply this is the first time i've needed to. I've asked their support to either send me a copy of delegates.xml or explain how I can view this file. My local delegates.xml includes the following: <delegate decode="ps ...
by ewenjc
2011-08-24T11:36:39-07:00
Forum: Users
Topic: Issue converting PDF to JPG on Heroku
Replies: 7
Views: 14134

Re: Issue converting PDF to JPG on Heroku

Thanks for the ideas. I'm trying to get the convert parameters in the correct order but because the parameters are merged together with a Rails plugin (paperclip) I'm having a hard time, but I'll get there. In terms of making changes to delegates.xml, on Heroku I can't modify this file. Is there any ...
by ewenjc
2011-08-24T10:12:33-07:00
Forum: Users
Topic: Issue converting PDF to JPG on Heroku
Replies: 7
Views: 14134

Issue converting PDF to JPG on Heroku

I'm using ImageMagick via paperclip from a Ruby on Rails application. In my development environment or terminal window the conversion works perfectly. I'm testing the conversion using the "About Stacks.pdf" that comes on most macs. using the following command: convert -resize 2550x3300 -density ...