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
PFangPFang 

Using Visualforce to replicate PDF form

Hi Guys,

 

I would just like to verify if it is possible to replicate pdf forms using Visualforce, like the one below:

 

 

Thanks in advance!

Adil_SFDCAdil_SFDC

Yes  . It is possible. 

Create a VF Page and use and render as pdf

<apex:page renderAs=" pdf" >

<!-- Your code here -->

</apex:page>

PFangPFang

Thanks Adil but judging by the appearance of the form I posted, the orange lines, indentation, spacing and other symbols on it, is it possible to do this? I have encountered online forms being converted to PDF but the PDF I'm converting the form to has specific formatting based on a template.