Previous | Next | (P-PDF) JavaScript
Topic: addWeblinks?
Conf: (P-PDF) JavaScript, Msg: 28715
From: jmar222
Date: 10/18/2001 08:42 AM
I'm trying to get the addWeblinks function to work. Basically, I have a form set up to capture data entry, and rather than go through a cgi handler, it is set up to email the pdf. That part works fine. 2 of the data entry forms are for URLs and I would like to get the script to check for links before it sends pdf via email. This way the reciepiant can click on the URLs.
I can get this to work by calling the check web links through the menu on an action, but this brings up a dialoge that prompts you to choose a number of pages or all pages. I'd like all of this to happen in the background using all pages of the PDF.
Has anyone done something like this before?