Details
Description
This issue spawns from PDF-238 which describes a media size sink problem when printing immediately after the paper size has been changed. After the print dialog has been updated the HashPrintRequestAttributeSet is updated but the docAttributeSet also needs to be synchronized.
It not immediately clear to me we we need to keep track of the docAtrributeSet. I would like to see this issue more closing looked at so that any necessary documentation or api changes can be made.
private HashDocAttributeSet docAttributeSet;
private HashPrintRequestAttributeSet printRequestAttributeSet;
It not immediately clear to me we we need to keep track of the docAtrributeSet. I would like to see this issue more closing looked at so that any necessary documentation or api changes can be made.
private HashDocAttributeSet docAttributeSet;
private HashPrintRequestAttributeSet printRequestAttributeSet;
Feels vaguely familiar that this issue was fixed under a different jira number. Targeting 4.3.3 for further investigation.