Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have the following requirement. I will have to generate a custom label having the user info to PDF.

This is a multi line label and each line has a different text format and different font size (please see the attached - below).

example

Image URL: http://www34.zippyshare.com/v/84819344/file.html (as stack over flow doesnt let me add images)

Can I achieve something like that and how ?

Im using .net framework 3.5 and Visual Studio 2010 and C#. Please provide a sample in C#.

share|improve this question

1 Answer

You should look into the iTextSharp library. It will do what you need, and it's not especially complex. It's also free (AGPL license) for open source software.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.