PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________


I have an aspx.vb file that uses the fdf Toolkit to populate the fields in my PDF template.
I can get the template to display with the fields populated
(Response.BinaryWrite(FDFDoc.FDFSaveToBuf),
the problem is when I submit (using SubmitForm button) to the aspx page
(http://localhost/MyWebSite/Somepage.aspx)
the HttpRequest is no longer Authenticated (IsAuthenticated: False).
We are using Forms Authentication.
A new Session is started and therefore it redirects to the Secure/Login Page.
Not only that, but the Login Page is now displayed in Acrobat format.
Another interesting piece is that if I open the Template.pdf
without populating the fields with FDFToolkit and SubmitForm everything works beautifully.


What is going on behind the scenes with FDF and PDF.

Two other attributes of the HTTPRequest object that may be interesting:

For the PDF Request they are:
UrlReferrer: {System.Uri}
UserAgent: "Mozilla/4.0 (compatible; Adobe Acrobat Control Version 5.00 for ActiveX)"


For the FDF HttpRequest they are:
UrlReferrer: Nothing UserAgent: "Mozilla/3.0 (compatible; WebCapture 2.0; Windows)"
I'm using Acrobat 5 and FDF toolkit 5.


Sorry for all of the info, but I've looked at this thing from so many angles.

PLEASE HELP!!!!!!!!!


Sheri Boerger


_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus



To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html



Reply via email to