473,385 Members | 1,901 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

want to display our w2's

Hey all

I want to create an asp.net application where our employees can view a read-only screen of their W2s. I want it to have the look and feel of the paper W2s forms they receive now. What's the best way to accomplish this? My first guess, would Sql Server Reporting Services do a good job

Thanks in advance
rodchar
Jul 21 '05 #1
2 1674
Someone probably has a copy of the W2 in PDF format, get it and the PDF tool
kit, read the data from the
database and populate the form. There is probably more than 10 different
ways of doing this, we used the PDF and it
worked fine for filling out another type of federal form.
"rodchar" <an*******@discussions.microsoft.com> wrote in message
news:16**********************************@microsof t.com...
Hey all,

I want to create an asp.net application where our employees can view a read-only screen of their W2s. I want it to have the look and feel of the
paper W2s forms they receive now. What's the best way to accomplish this?
My first guess, would Sql Server Reporting Services do a good job?
Thanks in advance,
rodchar

Jul 21 '05 #2
Yep, there are a bunch of ways to produce PDF from within .NET.
Adobe's kit is one way. but there are many others, Some are commercial and
some free.

In no particular order:

1. XMLPDF, by Visual Programming - http://www.xmlpdf.com/
Generate an XML file that conforms to their schema, then generate a PDF from
that XML file.
Commercial.

---------------------------------
2. a version of Crystal Reports included in Visual Studio .NET does PDF
export.
See
http://www.crystaldecisions.com/prod...comparison.asp

---------------------------------
3. PdfCreator for .NET -
Free.
http://www.gotdotnet.com/Community/U...8-603ef212d0db

---------------------------------
4. PdfCreator printer driver - (this is different from the above)
see
http://sector7g.wurzel6.de/pdfcreator/index_en.htm

---------------------------------
5. itextsharp - http://itextsharp.sourceforge.net/
Free, and GPL.
This depends on SharpZiplib -
http://www.icsharpcode.net/OpenSourc.../Download.aspx

Of itextsharp, What I found... It works as advertised. I only
used the basic features. I did not do page layout or graphics,
just basic text, tables, lists. I did the "XML to PDF"
translation. (something like FOP).

http://itextsharp.sourceforge.net/tu...7.html#xml2pdf

You can see a few simple examples here, with source code, and a few notes I
had about usage:
http://dinoch.dyndns.org:8080/cheeso/itext/

---------------------------------
6. http://sourceforge.net/projects/pdflibrary/

---------------------------------
7. http://www.pdftron.com/net/index.html

---------------------------------
8. http://siberix.com/pdf/

---------------------------------
9. nFop - XSL FO for .NET (open source)
http://nfop.sourceforge.net/

---------------------------------
10. Report.net (open source and GPL)
entirely written in C#
http://report.sourceforge.net

----------------------------------
11. PDFControl by wpCubed GmbH - http://www.wptools.de
is able to convert metafiles into PDF file (high quality text +
vectors)
"Jim Douglas" <ja***********@genesis-software.com> wrote in message
news:Bxuvc.34728$3x.28669@attbi_s54...
Someone probably has a copy of the W2 in PDF format, get it and the PDF tool kit, read the data from the
database and populate the form. There is probably more than 10 different
ways of doing this, we used the PDF and it
worked fine for filling out another type of federal form.
"rodchar" <an*******@discussions.microsoft.com> wrote in message
news:16**********************************@microsof t.com...
Hey all,

I want to create an asp.net application where our employees can view a

read-only screen of their W2s. I want it to have the look and feel of the
paper W2s forms they receive now. What's the best way to accomplish this?
My first guess, would Sql Server Reporting Services do a good job?

Thanks in advance,
rodchar


Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: mikel | last post by:
Hello, I have several characters in my html code like / W and so on.... The problem is, tehy are converted in HTML in their approbiate characters like @ is @ and F is F But I DONT want to...
3
by: Ken | last post by:
I have a database called autographs.mdb that is in the "XYZ" folder in the "database" folder. I have a form in the database that I want to display a photo of the celeb on. The photos are in a...
1
by: Rich | last post by:
I have a form with a combo box on it. The combo box's source is a access lookup table with two columns, EmployeeName & EmployeeNumber. I want to display the EmployeeName from the dropdown but...
2
by: rodchar | last post by:
Hey all I want to create an asp.net application where our employees can view a read-only screen of their W2s. I want it to have the look and feel of the paper W2s forms they receive now. What's...
3
by: Alex Greenberg | last post by:
Hi, I don't know if I'm doing anything wrong, but I'm trying to list 3 products per line on a page. So for example, if a user searches for 'widget' and he gets 4 results, I would have something...
1
by: Benny Ng | last post by:
Dear All, Now I met one problem in the development of my one application. I have one ASP.NET page. It's for disply the information of customer. But now I have one new requirement. It's to...
4
by: beemomo | last post by:
Hi everyone, i have a database with the information like: id transId transType 1001 3001 1 1002 3002 1 1003 3002 0 1004 3005 ...
1
by: jeddiki | last post by:
Hello, I have made a nice opt-in form and tested it in Moz FF and it looks fine. But in IE the elements don't line up properly. I think I am nearly there but can not get these elements...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.