Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 151469
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:27:16+00:00 2026-05-11T09:27:16+00:00

The system I’m using uses the linux utility convert to convert pdfs to jpgs.

  • 0

The system I’m using uses the linux utility convert to convert pdfs to jpgs. My box gives me the following error.

>$ convert Badge-1114044091.pdf Badge-1114044091.jpg convert: Postscript delegate failed `Badge-1114044091.pdf'. convert: missing an image filename `Badge-1114044091.jpg'. 

But the production machine does not. According to

>$ convert -version  

my version is the same as the prodution machine. I’m not sure exactly how to check if postscript needs to be updated. Not really a huge linux guru.

EDIT: Upon suggestion, I checked Ghostscript. The following was already installed.

>$ gs -version ESP Ghostscript 8.15.3 (2006-08-25) Copyright (C) 2004 artofcode LLC, Benicia, CA.  All rights reserved. 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T09:27:17+00:00Added an answer on May 11, 2026 at 9:27 am

    Install GhostScript.

    http://www.ghostscript.com/


    ImageMagick (the ‘convert’ utility) doesn’t actually convert PDFs; it invokes GhostScript using an arcane command like

    gs -q -sDEVICE=jpeg -dBATCH -dNOPAUSE -dFirstPage=1 -dLastPage=1 -r<OUTPUT RESOLUTION> -sOutputFile=<OUTPUT>.jpg <INPUT>.pdf 2>&1 

    You might want to try that command directly if you want more control.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace GenericCount { class Program {
System.IO.Directory.GetFiles() returns a string[] . What is the default sort order for the returned
System.IO.BinaryReader reads values in a little-endian format. I have a C# application connecting to
System.Drawing.Color objects apparently won't serialize with XmlSerializer. What is the best way to xml
The system I am currently working on requires some role-based security, which is well
Are System.IO.Compression.GZipStream or System.IO.Compression.Deflate compatible with zlib compression?
The System.Windows.Threading.DispatcherObject class (which DependencyObject is based on) contains a useful function, called CheckAccess()
The system I work on here was written before .net 2.0 and didn't have
The System.Diagnostics.EventLog class provides a way to interact with a windows event log. I
Our system dynamically generates a large report by converting many HTML pages into a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.