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
Jonathan Wolff 7Jonathan Wolff 7 

mass pdf with visualforce

Hello, I build a pdf template in Visualforce. Now I would like to create mass pdfs so I can chose many accounts and salesforce fills the data in the pdfs and make it possible to create a single pdf for every account
 
VinayVinay (Salesforce Developers) 
Hi Jonathan,

Check below example.

https://salesforce.stackexchange.com/questions/269568/how-to-generate-multi-page-pdf-using-visualforce
https://developer.salesforce.com/forums/?id=906F000000097O7IAI

Thanks,