Search found 2 matches

by idy58
2019-08-01T13:56:51-07:00
Forum: Users
Topic: How to convert from PDF if Ghostscript is not installed
Replies: 3
Views: 11822

Re: How to convert from PDF if Ghostscript is not installed

Thanks fmw42. If that's the final answer then I know what to do, I'll just have to provide Ghostscript binaries as well. Problem is, the size allotted for Lambda functions is very limited. That's why I was hoping for something more compact than that.
by idy58
2019-07-31T14:42:38-07:00
Forum: Users
Topic: How to convert from PDF if Ghostscript is not installed
Replies: 3
Views: 11822

How to convert from PDF if Ghostscript is not installed

I'm trying to convert PDF to JPEG using AWS Lambda service. This means that the server where the command executes doesn't have either Imagemagick or Ghostscript installed and that I need to provide self-contained binary with my code. For certain internal reasons I have to use Imagemagick 6 for this....