HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › Stop displaying dynamic data when user saves the document › Re: Re: Stop displaying dynamic data when user saves the document
Hi, Thanks for the information. However i tried using “WS” (will save) and
“DS” (did save) option nothing worked. Below is the peace of code used to check the functionality.
pd4ml.addDocumentActionHandler(“WS”, “this.getField(‘i1′).value =’kkkk’;”);
pd4ml.addDocumentActionHandler(“DS”, “this.getField(‘i1′).value =’datasaved’;”);
When i tried saving pdf using file -> SaveasCopy menu option the form field is not populated with neither of the above mentioned values.
PLease let me know how can i accomplish this.