I want my fillable pdf form to be filled and when a button is clicked to save the pdf on a directory on a server.The directory is predefined but the filename needs to be created dynamically from the data entered and the current timestamp.
How can I make a button click save the pdf file with its content on a server? How can I generate this dynamic name for the file?
How can I make a button click save the pdf file with its content on a server?
How can I generate this dynamic name for the file?