i have read the documents and used the code to import a file. The problem is the “form” is not reconized when i declare Form as Form ( the as Form is not recognized!). I used the msi installer but i still had to add reference by browsing and picked the dll in the bin/net20 folder. it is as if my website doesnt even know it is there – do i have to do something else to install this???
Dim form As Form = New FormParameter("DirectApp.pdf", "output.pdf")
Dim xfdfInputStream As New FileStream("DirectApp_Data.xfdf", FileMode.Open)
form.ImportXfdf(xfdfInputStream)
form.Save()
xfdfInputStream.Close()
thanks blake