possible to save pdf with .net from populated form by .fdf
Posted
by Blair Jones
on Stack Overflow
See other posts from Stack Overflow
or by Blair Jones
Published on 2010-04-26T17:12:47Z
Indexed on
2010/04/26
19:03 UTC
Read the original article
Hit count: 363
I have a process that creates form data in the form of an .fdf file that then has a reference to the .pdf document that is its "parent".
is it possible with any .NET process to save that .pdf file (populated with the data that came in from the .fdf)?
I need this because I need to email the fully populated .pdf documents out.
I've been just sending the .fdfs with fully qualified links to the pdfs, but some people are having problems with it and I'd rather just go full-blown pdf if I can do it.
FYI, my server does have a licensed copy of Acrobat installed if that matters....
© Stack Overflow or respective owner