Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I need to allow our users to be able to fill out an IRS W-4 form on our intranet web site, but I need to fill in their personal info first from a database so they can just make the necessary changes to exemptions etc.

I found the iTextSharp toolkit, but the example I found creates a file on the web servers hard drive, of the programatically filled out w-4, which I would like to avoid.

How can I manipulate the W-4 form in memory and then present it to the user for completion and printing in IE?

Thanks for any help,
Mike
Posted
Comments
Simon_Whale 3-Sep-10 4:40am    
is this a 3rd party form?
MichaelWhaley 7-Sep-10 14:32pm    
Yes. It is fw4.pdf that I downloaded from the IRS's web site. I went ahead and used the iTextSharp toolkit. It does create a file on the server so I just gave it a file name that contains a timestamp to handle multiple users and added a subroutine to clean up the temp folder. I don't have very many users anyway and this will not be used very frequently.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900