Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Geoffrey Demoulin / Geoffrey Demoulin (Geoffrey Demoulin)
Created: 11/23/2015
Components: CFPRINT
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Windows 8.1/64bit
Vote Count: 0
Problem Description:
Printing a multi-page PDF using pages=1 and copies=1 will result in printing all the pages instead of just page 1.
This happens in the latest CF11u7. Reverting to CF11u6 fixes the issue.
Steps to Reproduce:
var printConfig = {copies=1, pages=1, printer="myprinter"};
cfprint(type="pdf", source="pdfBinaryData", attributeStruct="#printConfig#");
Actual Result:
Prints all PDF pages.
Expected Result:
Prints only page 1, once.
Any Workarounds:
Revert to cf11u6
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4091230
External Customer Info:
External Company:
External Customer Name: Geoffrey Demoulin
External Customer Email:
External Test Config: My Hardware and Environment details:
- Windows (8.1, server 2012)
Attachments:
Comments: