GetFormAsPDF - Want to Customize Location and Name
I have an eform that lists multiple employees. As a manager selects an employee, does some changes and saves the changes a pdf version of the form is saved. I am using GetFormAsPDF. How can I save the pdf in a different location (fileshare) and name the pdf something other than the form name? If there is a better way other than the GetFormAsPDF please let me know since I am new to AgilePoint. Thank you in advance.
-
正式評論
Martha,
GetFormAsPDF eForm Helper method returns the entire file content of the generated PDF in the variable 'Data'. You can can use this content to save the file to default local browser or you can upload the file content to any cloud storage too.
Since you are trying to do custom implementation you have to use the browser JavaScript capabilities and achieve it. You can start by referring to this JavaScript file feature: https://developer.mozilla.org/en-US/docs/Web/API/File/File
Thank You.
AgilePoint NX Support
評論操作
請登入寫評論。
評論
1 條評論