This requirement is in conjunction with updating document through webdav.
The pdf files will be available through http urls (say http://localhost/myapp/webdav/file1.pdf)
Through the "open" dialog box it is possible to open the file and modify it.
What I need to do is open it in standalone acrobat reader for editing through commandline option. Say
acrobat32.exe http://localhost/myapp/webdav/file1.pdf
It doesn't open the file!!!. Though local file paths are accepted.
I need to do this because the webdav based editing is initiated programmatically
Version: Acrobat 8 professional.
Please let me know if this is possible in other versions.
Have you seen the PDF Opener Parameters Guide?Unfortunately there is not an option for opening a remote PDF. This is indeed an odd thing to leave out since people do quite often open remote PDF files. But there is an option for opening an FDF, so there might be a workaround using the FDF. An FDF can include a reference to a PDF, in fact I think you can get away with the file reference being the only thing in the FDF.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script