[solved] numbering of PDF sheets wrong

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
toralf
Posts: 8
Joined: 2010-10-28T09:58:17-07:00
Authentication code: 8675308

[solved] numbering of PDF sheets wrong

Post by toralf »

For the following PDF file http://wiki.univention.de/images/c/c9/L ... ration.pdf I'm wondering why display titles the first page with "0#19" and the last "18#19" - shouldn't this either be "1#19" till "19#19" or is page 19 not displayed ?
Last edited by toralf on 2012-01-30T05:13:51-07:00, edited 1 time in total.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: numbering of PDF sheets wrong

Post by fmw42 »

IM numbers all frames/pages etc starting with 0.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: numbering of PDF sheets wrong

Post by anthony »

Unless you specify -scene
see Im Examples, File Handling, Written Scene Numbers
http://www.imagemagick.org/Usage/files/#scene
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply