Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

152
Views
Convert multipage PDF to a single image

I have to convert a multipage PDF document to a .png image.

I try with ImageMagick, but I cannot achieve final result:

convert document.pdf document.png

or

convert -adjoin document.pdf document.png

This command create N images .png (where N=num of page of document):

document0.png
document1.png
.... 
document(N-1).png

I need, if possible with a single command, to obtain a single image.

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Finally I find THE solution:

convert in.pdf -append out%d.png

Thanks to this post.

edit

As a plus, the opposite operation is:

convert *.png output.pdf

or if you have foo1.png, foo2.png..fooN.png

convert foo?.png output.pdf

Notice that does not work with foo01.png, foo02.png..foo0N.png

over 4 years ago · Santiago Trujillo Report

0

+append will put images side by side, i.e. horizontally instead of vertically (with -append)

convert in.pdf +append out%d.png
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!