tracker issue : CF-4091230

select a category, or use search below
(searches all categories and all time range)
Title:

CFPRINT doesn't respect the "pages" parameter in cf11u7

| View in Tracker

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

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on July 30, 2017 using build 2016.0.01.298513
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:

Verified this is fixed in CF2016 Update 1 (build 2016.0.01.298513). Thanks!, -Aaron
Comment by Aaron N.
5224 | July 30, 2017 07:21:09 AM GMT