Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

PDF Help

New Here ,
Nov 20, 2007 Nov 20, 2007
I am trying to populate form fields (3 of them) on a pdf with either data passed through a form variable from a submitted page or by querying the database. I'm using ASP, if that helps. What steps do I need to take. I currently have a pdf created with the 3 blank fields I'll be writing to.
TOPICS
Server side applications
298
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 22, 2007 Nov 22, 2007
LATEST
If you want to manipulate PDF files in ASP.NET, start here. iTextSharp is a
free tool based on the Java tool iText.
http://sourceforge.net/projects/itextsharp/

Here's an article on how to fill in the fields
http://channel9.msdn.com/ShowPost.aspx?PostID=120461

Obviously, there are tons of commercial products that will do this for you.
Just google "ASP write PDF"

HTH

Steve

"smdevivo5359" <webforumsuser@macromedia.com> wrote in message
news:fhvvn7$457$1@forums.macromedia.com...
>I am trying to populate form fields (3 of them) on a pdf with either data
> passed through a form variable from a submitted page or by querying the
> database. I'm using ASP, if that helps. What steps do I need to take. I
> currently have a pdf created with the 3 blank fields I'll be writing to.
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines