Hi,
I'm fairly new to working with adobe acrobat. So far I've created a form to submit to an online url, but don't want to parse any of the information from an fdf Just want to go straight into a pdf file. I made the http submit button in the form of url: ftp://username:pass [at] www [dot] examplewebsite [dot] com/info when I click the button, the page ftp address opens and all, however I'm having a difficult time trying to get it to actually submit the edit'd pdf file. I was wondering if this was at all possible? and yes the ftp has write access/but its a locked down account for testing purposes.
-Thanks
It does implement HTTP, so you can submit the entire PDF to a script on a server. It also implements WebDav, so you can save your file to a server that also implements this protocal.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script