Zoho Creator provides in-built print support for List View, Summary View, Chart View and HTML view.

Print support for HTML view can be used to generate nicely formatted document. The sample application given below, demonstrates how HTML view can be used to print a HTML formatted report. Click the More Info button to display the contact details. The print button present in the top right corner is mapped to the url pattern that triggers the print action for a view. http://creator.zoho.com/sampleapps/employee-contact-details/
The Print option will not be displayed by default when you access an HTML view. To enable the Print option in your HTML view,

The url format to print a view is given below:
http://creatorexport.zoho.com/<app owner name>/<app name>/print/<view name>
For example:http://creator.zoho.com/zchelp/employee-manager/print/Employee_View
Refer the topic Functionality based urls to learn more about the print url patterns.