打开一个Pdf form文件

<% Response.ContentType = "application/vnd.fdf" %>
%FDF-1.5 
<% fullname=Request.QueryString("fullname") %> 
<% dateofbirth=Request.QueryString("dateofbirth") %>
<% placeofbirth=Request.QueryString("placeofbirth") %>
<% tradingLocationAddress=Request.QueryString("tradingLocationAddress") %>
<% residentialAddress=Request.QueryString("residentialAddress") %>
<% branchid=Request.QueryString("branchid") %>
<% date1=Request.QueryString("date") %>
1 0 obj 
<< 
/FDF 
<< 
/Fields 
[ 
<< /T (fullname) /V (<% = fullname %>) >> 
<< /T (dateofbirth) /V (<% = dateofbirth %>) >> 
<< /T (placeofbirth) /V (<% = placeofbirth%>) >> 
<< /T (tradingLocationAddress) /V (<% = tradingLocationAddress %>) >> 
<< /T (residentialAddress) /V (<% = residentialAddress %>) >>
<< /T (date) /V (<% = date1 %>) >>
<< /T (fullname2) /V (<% = fullname %>) >>
] 
/F (http://localhost/IdverificationdeclarationTrieme20100203.pdf) 
>> 
>> 
endobj
trailer 
<<  /Root  1 0 R  >> 
%%EOF

你可能感兴趣的:(F#,asp)