Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.5
-
Fix Version/s: 6.0
-
Component/s: Core/Parsing, Imaging
-
Labels:None
-
Environment:All
-
Salesforce Case Reference:
Description
With the customer provided PDF file, the images in the PDF are rendered at a 45 degree angle on the page.
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case Reference | 5007000000ZvVSYAA3 |
Patrick Corless
made changes -
Fix Version/s | 5.1 [ 10675 ] |
Patrick Corless
made changes -
Fix Version/s | 5.2 [ 10970 ] | |
Fix Version/s | 5.1 [ 10675 ] |
Patrick Corless
made changes -
Component/s | Imaging [ 10970 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
This is a very interesting one off PDF that shows an implementation issue with how we handle the saving of a graphic state before we process a form and after. The issue is that when we set the save/restore we are doing the same function as a regular q/Q. I think this is incorrect, what we really want is to save the graphics state in it's entirety and restore it after the forms is processed, very similar to what we do when working with the Java2D Graphics object.
The assumption seems to hold water and the PDF now renders correctly.