Page 1 of 1
pdf page count
Posted: 2008-10-15T06:34:59-07:00
by geroldboehler
hi - is it possible to find out how many pages a pdf document has? - thanks - gerold
Re: pdf page count
Posted: 2008-10-29T05:56:52-07:00
by geroldboehler
bump
Re: pdf page count
Posted: 2008-10-29T06:15:55-07:00
by magick
To return the number of pages in a PDF document, use this command:
- identify -format %n image.pdf
Re: pdf page count
Posted: 2008-10-29T17:33:58-07:00
by anthony
However this is probably very inefficent way. You are probably better of using a PDF tool that can extract the page count directly from the PDF file.
Re: pdf page count
Posted: 2008-11-03T14:36:16-07:00
by geroldboehler
thanks for your help, i will give it a try.