Avatar

Level 2

If I must add a button on the form I will do it and if I have a Form with lot of pages, I need to put a button on each page so the user don't have to look for the button. The save button in Reader is always at the same place that's why I would like to use it, the user know where to find it.

But looking at your answer it seems to be impossible to do.

For the loading it's ok with the XDP file. I just have to set the value in the XML and it rocks.

For the saving I will test the HTTP button. I find how to close the PDF (app.execMenuItem("Close")), but is seems it's impossible to close Reader (same security problem with exporting XDP with filename as parameter).

I will have to do some tests now. Thanks for your answers, maybe I will come back later

Edit : I didn't test with Acrobat Reader but Acrobat Pro, and exportData don't work with Acrobat Reader ... so HTTP button is my only chance for now.