Print a pdf document

Hi,

I have a process generating a pdf file and is stored in a Documents folder.

How can a specific user print out the pdf file.

Is there any 'print' functionality in Appian?

any ideas how to go forward on this is appreciable.

 

Thanks

Rohini

  Discussion posts and replies are publicly visible

Parents
  • Hi,

    AFAIK, there is no print functionality available directly in Appian. For achieving the same, you can try few of the things below:
    1. As an alternative, save the document on to local machine and achieve the functionality.
    2. Using window.print() in javascript : this will be done through browser and varies from each browser on the settings existing. Infact, using Ctlr+p this can be achieved.
    3. Create a new plugin-in

    Thanks.
Reply
  • Hi,

    AFAIK, there is no print functionality available directly in Appian. For achieving the same, you can try few of the things below:
    1. As an alternative, save the document on to local machine and achieve the functionality.
    2. Using window.print() in javascript : this will be done through browser and varies from each browser on the settings existing. Infact, using Ctlr+p this can be achieved.
    3. Create a new plugin-in

    Thanks.
Children
No Data