You need to sign in to do that
Don't have an account?

Can we have the Visual force page rendered as editable PDF ?
Hi,
I need to create a PDF file those will contain the input fields like HTML form. Its kind of application form where user can enter the details. Its not necessary to be inserted or updated to the DB. Just an editable PDF form.
Please suggest some solutions.
Thank in advance!!
Anand Agrawal
Not natively. SF's PDF rendering engine only does read-only. If you have an external service you can send your content to and display that way - that could work?
-Andy