For some reason when I double click on the file it does not open up the
PDF with the data filled in. What I want to do is to double click on an
XFDF which will contain some data for merging. That XFDF will then open
up the PDF with all the data merged into it. We want to put this on a
web server so anybody can just go to //localhost/test.xfdf and then the
PDF will be show on the page (and not the contents of the test.xfdf
which is just xml text) with the data in the fields. All of this is done
o...