Status/Resolution/Reason: To Fix//BugVerified
Reporter/Name(from Bugbase): / Japanese Team (Abhishek Jha)
Created: 11/09/2016
Versions: 2016
Failure Type:
Found In Build/Fixed In Build: 2016.0.03.300357 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Linux All,Mac 10 All,Solaris All,Win XP All
Vote Count: 0
Problem: The 'pageheight' attribute of 'cfhtmltopdf' tag should be support less than 5.1 cm, ideally 1.2cm (customer requirement) If a lower value in entered in the code, it returns with the below error:
The valid size must be equal to or greater than 2 inches (5.1 centimeters)
Method: Run the below code:
<cfhtmltopdf source="https://google.com" unit="cm" pageheight="5.0" pagewidth="5.0" pagetype="custom"> </cfhtmltopdf>
Result: Error Message: 'The valid size must be equal to or greater than 2 inches (5.1 centimeters)
Expected:
Workaround: pageheight and pagewidth value should be greater than 5.1.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4197549
External Customer Info:
External Company: Samuraiz
External Customer Name: Japanese Team
External Customer Email:
Attachments:
Comments: