I need to create inside a PDF editable file a button that automatically save the file assuming as the file name the content of a module field, and using a predefinite saving path.
So when the user press the button, acrobat save a copy of the file with all the compiled field data and save it with a name from the data of a specific text field inside the pdf.
In specific, I have a field called "document number" and the user have to save the editable file using the "document name" as name of the new PDF file, so you'll find a list of files, with the number of the doc. For example you'll have 0256.pdf, 0257.pdf, 0258.pdf, and so on.
But i dont want that the user (that always make the wrong thing if he can ;-) ) can change the name or the path of saving.
I hope I explain my problem clearly