function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pooja05Pooja05 

batch printing without using appexchange application

Is there a way to implement batch printing in apex?

 

We want the users to be able to print all the quotes selected from a list by click of one button.

I was not sure how we could call the windows print functionality and send all the documents to the printer for printing.

 

 

Please let me know if you have any idea about how this can be achieved

 

Thanks,

Pooja

patrospatros
You could do this with a VF page that takes the selected items as parameters and generates a PDF which could then be printed. There's no way to go directly to the printer as far as I know.