Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 11/01/2016
Components: Documentation
Versions: 2016
Failure Type: Unspecified
Found In Build/Fixed In Build: CF2016_Update3 /
Priority/Frequency: Trivial / Some users will encounter
Locale/System: English / Win All
Vote Count: 0
CFHTMLTOPDF.currentPageNumber and CFHTMLTOPDF.totalPageCount are undocumented.
Please see: https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-g-h/cfhtmltopdfitem.html
This:
--------------------------------------------
_PAGENUMBER – Add current page number.
_LASTPAGENUMBER – Add last page number.
_CURRENTPAGENUMBER - Add current page number.
_TOTALPAGECOUNT - Add total page count.
--------------------------------------------
Should be:
--------------------------------------------
CFHTMLTOPDF.currentPageNumber – Add current page number.
CFHTMLTOPDF.totalPageCount – Add last page number.
_PAGENUMBER – Add current page number.
_LASTPAGENUMBER – Add last page number.
_CURRENTPAGENUMBER - Add current page number.
_TOTALPAGECOUNT - Add total page count.
--------------------------------------------
Related tickets: 3744504 and 3846442.
Also, the "History" section of cfhtmltopdfitem should probably state which version the CFHTMLTOPDF variables were added in.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4197198
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email:
Attachments:
Comments: