Bug 236756
Summary: | Known-good PDF handling problem (Kew Gardens dayplanner) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tim Waugh <twaugh> |
Component: | cups | Assignee: | Tim Waugh <twaugh> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-05-09 13:02:50 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 207681 |
Description
Tim Waugh
2007-04-17 15:16:09 UTC
Works with printing to a file from xpdf. Diff: --- dayplanner-cups.ps 2007-04-17 16:18:59.000000000 +0100 +++ dayplanner-xpdf.ps 2007-04-17 16:19:10.000000000 +0100 @@ -1,12 +1,9 @@ %!PS-Adobe-3.0 -%cupsRotation: 270 -%Producer: xpdf/pdftops 3.01 -%%Creator: QuarkXPress: pictwpstops filter 1.0 -%%Title: 1692 day_planner v2.qxd +%%Creator: xpdf/pdftops 3.01 %%LanguageLevel: 2 %%DocumentSuppliedResources: (atend) -%%DocumentMedia: plain 595 842 0 () () -%%BoundingBox: 0 0 595 842 +%%DocumentMedia: plain 612 792 0 () () +%%BoundingBox: 0 0 612 792 %%Pages: 2 %%EndComments %%BeginDefaults @@ -1458,14 +1455,15 @@ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] pdfMakeFont -595 842 false pdfSetup +612 792 false pdfSetup %%EndSetup %%Page: 1 1 %%BeginPageSetup -%%PageOrientation: Portrait +%%PageOrientation: Landscape pdfStartPage -90 rotate -123.5 -718.5 translate +180 rotate +-585.834 -792 translate +0.9406 0.9406 scale 0 0 595 842 re W %%EndPageSetup [] 0 d @@ -1480,6 +1478,8 @@ [0] SC false op false OP +0 0 595 842 re +W q q 1 i @@ -30411,10 +30411,11 @@ pdfEndPage %%Page: 2 2 %%BeginPageSetup -%%PageOrientation: Portrait +%%PageOrientation: Landscape pdfStartPage -90 rotate -123.5 -718.5 translate +180 rotate +-585.834 -792 translate +0.9406 0.9406 scale 0 0 595 842 re W %%EndPageSetup [] 0 d @@ -30429,6 +30430,8 @@ [0] SC false op false OP +0 0 595 842 re +W q q 1 i Actual vs expected diff for post-filters output: --- dayplanner-ps.ps 2007-04-18 13:07:12.000000000 +0100 +++ dayplanner-working-ps.ps 2007-04-18 13:06:58.000000000 +0100 @@ -1548,7 +1548,7 @@ %%PageOrientation: Portrait pdfStartPage 90 rotate -123.5 -718.5 translate +0 -842 translate 0 0 595 842 re W %%EndPageSetup [] 0 d @@ -30499,7 +30499,7 @@ %%PageOrientation: Portrait pdfStartPage 90 rotate -123.5 -718.5 translate +0 -842 translate 0 0 595 842 re W %%EndPageSetup [] 0 d Same root cause as bug #236753. *** This bug has been marked as a duplicate of 236753 *** |