You need to sign in to do that
Don't have an account?
Jina Chetia
checkbox not getting displayed when page renderas pdf
Hi,
I am rendering a page as a 'pdf' and i have used 'renderAs' attribute of apex:page. My page needs to have some checkbox on it but in pdf form those checkboxes are not visible. When I remove the renderAs='pdf' from the code, the page comes up properly with checkbox. How do I make those checkboxes visible in pdf?
I tried using both apex:inputCheckBox and html checkbox but none of them works.
Thanks
Jina
The pdf opens in a new screen which is fine but I dont want a blank window to be opened where I see my page Editor and controller without anything in the main window as the page is rendered as 'pdf'. Is the blank screen visible because I am the system Admistrator and not the end user? How I avoid opening of the blank window?
Hi.. Jina..
I am also facing the same problem..
1. How to avoid blank page in IE while renderas PDF..?
2. How to add a checkbox in PDF...?
If u got a solution for it please post ur code here...
It will help us more....