Summary: | Poppler produces broken postscript | ||
---|---|---|---|
Product: | poppler | Reporter: | Nickolay V. Shmyrev <nshmyrev> |
Component: | general | Assignee: | poppler-bugs <poppler-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | high | CC: | johan |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Proposed patch |
Description
Nickolay V. Shmyrev
2006-02-19 12:29:36 UTC
Is there a way to reproduce this? Print document with evince or pass real pageWidth and pageHeight to PSOutputDev constructor instead of -1,-1 Created attachment 4716 [details] [review] Proposed patch There are multiple ways to fix this bug, but I think the proposed one is most consistent. Really PSOutputDev constructor API is not clear in view of passing defaults like -1, -1 or 0,0,0,0. The patch makes defaults processing better. Otherwise we can try to pass real values not defauls to PSOutputDev constructor, but I think it would be worse Btw, there is another problem described in 5749 and this patch also solve it Thanks, fixed in cvs. |
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.