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
sclosesclose 

Rendered PDF

Hi Wizards,

 

Looking for easy code to add, that will create space or an empty section on a form. This will be an area where someone can write in once it is printed out.

 

Thanks 

souvik9086souvik9086

After printing, someone can write in it. Can you please explain it a little more?

<apex:outputtext> will not work?

sclosesclose
Sent from my iPhone
Ajay_SFDCAjay_SFDC

Hi there ,

 

If you just want to create an empty area use: 

 

<apex:outputPanel > and give it  Height and Width .

 

 

Thanks

Ajay