Bug 38309 - pdftoppm combines images to one which actually across two pages
Summary: pdftoppm combines images to one which actually across two pages
Status: RESOLVED NOTABUG
Alias: None
Product: poppler
Classification: Unclassified
Component: utils (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Mac OS X (All)
: medium normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-14 10:29 UTC by palmicq
Modified: 2011-06-14 11:57 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description palmicq 2011-06-14 10:29:04 UTC
The attached file test.pdf has two pages. But the command

  pdftoppm -jpeg test.pdf test

will generate two same images, each image combines the two original pdf pages to one.

Tested by using poppler-0.16.6 under MacOSX 10.6.7 x86_64
Comment 1 palmicq 2011-06-14 10:37:07 UTC
The size of pdf file exceeds 1MB and cannot be added as an attachment, I uploaded to http://dl.dropbox.com/u/1720917/test.pdf
Comment 2 palmicq 2011-06-14 11:52:57 UTC
I found the solution:
  ./pdftoppm -cropbox -jpeg test.pdf test
Comment 3 Albert Astals Cid 2011-06-14 11:57:49 UTC
Not a bug then, just a special PDF that needs to use the cropbox to get the "pages"


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.