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
Soumya sri yaravaSoumya sri yarava 

have any one wrked with editable pdf , using the static resource in salesforce

hi guys, i have one  Editable pdf Form with fileds like name,address and other details, and i have loaded the form in the salesforce StaticResource. The requirement is need to map the values form controller to that Editablepdf fileds, so please advice how it can be acheived, any idea will be much appreciated.iam using the online pdfesacpe to get the ids of the fileds to map the values, if any one worked on that will be appreciated.. please share your advice to achieve ..

Thanks and Regards,
Soumya Sree
AbhishekAbhishek (Salesforce Developers) 
It is not feasible by static resource, but you can do it with the document object, upload the pdf in a document and then query the URL of the pdf.

I suggest you visit this link:
https://developer.salesforce.com/docs/atlas.en-us.sfFieldRef.meta/sfFieldRef/salesforce_field_reference_Document.htm


Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Thanks.