cancel
Showing results for 
Search instead for 
Did you mean: 

Printing immediately from web client

Naama
Participant
0 Kudos

Hi,

I need to print a form from the web client (with out preview, and with local printer)

The problem is that because the process is not GUI it is impossible tp print to the local printer.

Is there a way to find the default printer of windows? Maybe in the browser?

Maybe passing it as a parameter in the url, can I do this?

Thanks,

Naama

View Entire Topic
arunprakash_karuppanan
Active Contributor
0 Kudos

Hi,

You could use the java script's window.print( ) function to trigger a print. Create a button and attach this script to it(onClientClick).

Regards,

Arun Prakash

Naama
Participant
0 Kudos

Hi,

thanks, but i nead to print a pdf form not the browser window

former_member189678
Active Contributor
0 Kudos

On the overview page of every Object we have Print option, Please try that.

Rg,

Harshit