PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/
__________________________________________________________________
hmmmmm
I am trying to get fdf forms to work. My web server is IIS 5
I checked the Registry to add the fd entry put there is not MimeType key.
I am testing using the fdf toolkit sample forms.
I keep getting the File does not exist.
I have included the the code
CODE
<%@ Language=VBScript %>
<%
'ADOBE SYSTEMS INCORPORATED
'Copyright [1999] - [2001] Adobe Systems Incorporated
'All Rights Reserved
'NOTICE: Adobe permits you to use, modify, and distribute
'this file in accordance with the terms of the Adobe license
'agreement accompanying it. If you have received this file
'from a source other than Adobe, then your use, modification,
'or distribution of it requires the prior written permission of Adobe.
Set FdfAcX = Server.CreateObject("FdfApp.FdfApp")
Set outputFDF = FdfAcX.FDFCreate
outputFDF.FDFSetValue "Date", "December 31 1999", False
outputFDF.FDFSetValue "Name", "John Clay", False
outputFDF.FDFSetValue "Address", "12 Saratoga Ave", False
outputFDF.FDFSetValue "City", "Saratoga", False
outputFDF.FDFSetValue "State", "CA", False
outputFDF.FDFSetFile "http://localhost/PDFs/generateFDF.pdf"
Response.ContentType = "application/vnd.fdf"
Response.BinaryWrite outputFDF.FDFSaveToBuf
outputFDF.FDFClose
%>
Adobe starts up (I am using Acrobat 5.0) and displays the File does not
exist error
To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfforms.html