Friday 15 March 2019

What is the role of the ColdFusion in maintaining the server side printing ?

Many of the time it is needed in the coldfusion application that developer needs PDF document for printing without the human intervention. In ColdFusion framework, this problem is solved by using the <cfprint> tag and its related features.
There are many options and tools in the ColdFusion framework to upload PDF documents on the server. This is done by some third party users, developers and by other processes too. The use of <cfprint> tag gives many facilities to the application developer like -
  • number of pages printed
  • sizes of papers
  • multiple pages per side
  • quality of printing
  • rotation and orientation
  • password with encryption tags
Attributes of <cfprint> tag -
  • source property for absolute variable name of PDF
  • color in yes or no by default
  • copies to determine the number of printed copies
  • password to provide the pdf with encryption
  • type - PDF
  • printer property to give the name to the available printer

Hope you have liked this post! Thanks for reading this post!
reference link -
https://universityerp.my-free.website/coldfusion-printing

No comments:

Post a Comment