i would like to generate a very simple report with some images and text and i am wondering if there is a way to generate a pdf file with vb.net?
where can i find it? i dont see it
I__
2009-08-24 20:40:36
this is not for pdfs
I__
2009-08-24 21:40:45
yes it is - I've used it. It can export data to Excel and PDF files.
Kombucha
2009-08-26 20:30:30
+1
A:
take a look at this SO question. It pertains to C# but since the libraries are .net compat..you should be ok
Perpetualcoder
2009-08-24 20:37:41
+1
A:
You can export to a PDF file using a Crystal Reports object, which comes packaged with Visual Studio.
Matt Hamsmith
2009-08-24 20:38:32
+1
A:
The PDFSharp library (http://pdfsharp.com/) is something I used recently in a C# project. There are a lot of advanced features but fortunately you can start with just a few basic commands. Give it a try.
JYelton
2009-08-24 20:39:01