You need to sign in to do that
Don't have an account?
Rocks_SFDC
How to Print the Pdf file generated by Visualforce page in Salesforce
Hi Team,
I have created a button on the object and displayed in the detail page. Whenever this button is clicked, a visualforce page will open with PDF preview page with the content from detail page.
Now i have couple of questions below:
1. I want to send that file to the printer directly without showing the PDF preview.
2. I want to process the multiple records at the same time like batches. Here, Once we click on some universal button, then it will process all the records and all the files needs to be printed.
Could anyone please give any solutions for this requirement.
Thanks,
Anil
I have created a button on the object and displayed in the detail page. Whenever this button is clicked, a visualforce page will open with PDF preview page with the content from detail page.
Now i have couple of questions below:
1. I want to send that file to the printer directly without showing the PDF preview.
2. I want to process the multiple records at the same time like batches. Here, Once we click on some universal button, then it will process all the records and all the files needs to be printed.
Could anyone please give any solutions for this requirement.
Thanks,
Anil
Converting a Page to a PDF File.
- https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_renderas_pdf.htm
Hope it will be helpful.Thanks
Rahul Kumar