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
Mayank Pant 11Mayank Pant 11 

Download vf page as pdf in communities + Angular Js

Hi Everyone, I am using angular js in my communities vf pages.I on of the vf page I have Export as pdf button. On click of that button I want to download another page as pdf. I tried to redirect user using setRedirect(true) but it is not working.
My method for redirect user to vf page is have @RemoteAction tag. 

Is it possible to download the pdf in community? Many thanks in advance. 

Regards,
Mayank
VineetKumarVineetKumar
Did you try using the renderAs = pdf, attribute on the <apex:page> tag?