View Single Post
Old 08-05-2003, 09:42 AM   #9 (permalink)
Fat_Boy
Addict
 
Fat_Boy's Avatar
 
Location: Southern California
This can easily be done by taking advantage of the FDF layer of the PDF. You can manipulate the FDF by using JSP or ASP. You can also take advantage of the Java Script within the PDF Document.

The JSP or ASP model can perform lookups to a database or any other file to retrieve the information.

I noticed you find out the address from the web-site they call it from. You can then just use an FDF file. Fill out the address in a blank form and select File | Export | Form Data. This will create an FDF. Place this in the directory where the PDF is located and instead of calling the PDF, call the FDF. This will launch the PDF with the proper information.

If this isn't an option use the Java Script to create an FDF on the fly and load it into the browser with the correct information.

Let me know and I will try to locate a sample for you.
Fat_Boy is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73