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

  • SEARCH
  • Home
  • 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 8246191
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T22:25:20+00:00 2026-06-07T22:25:20+00:00

i want to learn how many pages will be converted with ImageMagick command. convert

  • 0

i want to learn how many pages will be converted with ImageMagick command.

convert -density 150 -quality 100 -resize 800x "new.pdf" "pdtoimg.jpg"

It returns 6 pages with name of pdtoimg-0.jpg to pdtoimg-5.jpg.

is there any way to learn how many pages are in a pdf, or can I make it write the converted page names to an array?

If I want to take folder size, I have to wait all processing has ended.

  • 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. Editorial Team
    Editorial Team
    2026-06-07T22:25:23+00:00Added an answer on June 7, 2026 at 10:25 pm

    You could use identify. This is also one of the ImageMagick commands.

    identify file.pdf
    identify -format "%f: %n\n" file.pdf
    

    But for PDFs, this can be quite slow (because ImageMagick needs to use Ghostscript as a delegate for PDF processing, and Ghostscript needs to do a complete interpretation of the PDF before IM will be able to spit out the info you are interested in).

    So much faster would be to use an external tool, which does not read in the complete PDF, but only evaluates its metadata object:

    pdfinfo file.pdf
    pdfinfo file.pdf | grep Pages:
    pdfinfo file.pdf | grep Pages: | awk '{print $2}'
    

    pdfinfo is a tool available as part of the XPDF package or as part of the Poppler utilities (both available for Linux, Mac OS X and Windows).

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

Sidebar

Related Questions

I want to learn some JVM language, but there are so many EDIT :
is there url for learning cake bake command. for example i want learn acl
I want to learn to track a moving ball using Kalman filter. Although many
I want to learn and work with initialize.php so I try to build simple
I want to learn python so I downloaded it from the python site and
I want to learn how to use MSBuild ReadLinesFromFile Task I observe Output tag
I want to learn zend without using the zend tool. I've found some good
I want to learn lLinux Kernel programming. What would be the starting points for
I want to learn how to process XML with namespaces in E4X so basically
I want to learn to program in a UNIX/Linux environment. I'll be using the

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.