Previous | Next | (P-PDF) General
Topic: new FDF Toolkit 5.0
Conf: (P-PDF) General, Msg: 26079
From: jmoravcik
Date: 8/22/2001 02:38 AM
On 8/17/2001 11:19:00 AM, george wrote:
>> Any advice?
>
>My advice is the same: provide
>more information, such as a
>sample FDF file, so we know
>what you're dealing with.
>
>George
Hi George,
so here is the part of a source code (in ASP) which work with older version
but it doesn't work with newversion FDF Toolkit :(
'create a FDF object
Dim oFDFApp
set oFDFApp = Server.CreateObject("FdfApp.FdfApp")
set oFDF = oFDFApp.FDFCreate
'fill in the field (name PRelationship) in a PDF file
oFDF.FDFSetOpt "PRelationship", 0, "--- Select Relationship ---", ""
oFDF.FDFSetOpt "PRelationship", 1, "JanoM_1", ""
oFDF.FDFSetOpt "PRelationship", 2, "JanoM_2", ""
'close a FDF object
oFDF.FDFClose
Thanks for interest
Jano