Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - Tracking PDF Activity
  FAQ FAQ  Forum Search   Register Register  Login Login

Tracking PDF Activity

 Post Reply Post Reply
Author
Message
jtjtjt View Drop Down
Beginner
Beginner


Joined: 26 Feb 06
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote jtjtjt Quote  Post ReplyReply Direct Link To This Post Topic: Tracking PDF Activity
    Posted: 26 Feb 06 at 2:31AM
I'm looking for a better way to track PDF activity. Specifically, when the PDFs are opened.

After searching online, I used the following function to add javascript to a test PDF.

iSedSetOpenActionJavaScript "this.getURL(""http://127.0.0.1/test.php?123"", false);"

It does connect to the website, but it does this through an Internet browser--not silently in the background.

Can anyone recommend a better approach? I was hoping for something like www.Remote Approach.com

Thanks!

jt
Back to Top
bogey View Drop Down
Senior Member
Senior Member
Avatar

Joined: 30 Nov 05
Location: United States
Status: Offline
Points: 50
Post Options Post Options   Thanks (0) Thanks(0)   Quote bogey Quote  Post ReplyReply Direct Link To This Post Posted: 27 Feb 06 at 7:23AM

I don't know if you can embed AJAX style requests in the PDF javascript, but it might be worth a try. Try something like this:

var request = new ActiveXObject("Microsoft.XMLHTTP");
request.open("get", postURL, true);
request.send;

or

request.open("post", postURL, true);
request.send("123");

 

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store