Link to home
Start Free TrialLog in
Avatar of Olimb
Olimb

asked on

DataGrid/Dataview to iTextsharp PDF

Hi!

I have a Datagrid i want to insert into a PDF file using iTextsharp.
Im using VB

Really stuck on this one!
Avatar of binaryevo
binaryevo
Flag of United States of America image

You have a few options here and ill give you the most common one.  Just create a new itextsharp document, setup the properties ( via code ) and loop through your dataset and apply to the document by creating rows and columns.  Here is a decent link to help you get started, hope this helps:

http://www.martinwilley.com/net/code/createpdf.html
Avatar of Olimb
Olimb

ASKER

Thanks binaryevo, but I work in VB...
That was C
Avatar of Olimb

ASKER

Still in C...
ASKER CERTIFIED SOLUTION
Avatar of binaryevo
binaryevo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial