I have a pdf form which submits to ASP.
I want to be able to take an entire fdf submission, and save as a file.
This way I do not have to do any form parsing, this is good because there is 12 pages of form fields. The client can then come along - download the fdfs and open them in Acrobat Reader.
I am using ADOStream to write the Binary Stream, the only problem am running into is getting the Binary data from the fdf formatted submission.
any ideas?
<bb/>
I want to be able to take an entire fdf submission, and save as a file.
This way I do not have to do any form parsing, this is good because there is 12 pages of form fields. The client can then come along - download the fdfs and open them in Acrobat Reader.
I am using ADOStream to write the Binary Stream, the only problem am running into is getting the Binary data from the fdf formatted submission.
any ideas?
<bb/>