Re: [iText-questions] Auto Call Web Service

2006-11-09 Thread Leonard Rosenthol
At 8:55 AM +0100 11/9/06, Bruno Lowagie (iText) wrote: >[EMAIL PROTECTED] wrote: >> Is there a way to automatically call a web service when the PDF is opened? Sure. Create a document level script that uses the Soap object. This will only work for Acrobat >=6. It will NOT work

Re: [iText-questions] Auto Call Web Service

2006-11-08 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > Is there a way to automatically call a web service when the PDF is opened? I'm not sure how I would do this, but maybe you could trigger an URL action from the onOpen action. > Trying to keep track of who does what with the PDFs What if the PDF is browsed offline? best

[iText-questions] Auto Call Web Service

2006-11-08 Thread MMarcavage
Is there a way to automatically call a web service when the PDF is opened? What I am trying to do is send PDFs out and when the user opens the PDF, it calls a web service (User not knowing this). The web service is just to record that the user got the PDF and has opened it Trying to keep track of