Is this even possible? tried several ways and i have no idea how to continue. Using vb.net in vs 2008 and itextsharp
This is my code for creating the pdf.. also have alot of code to fill it
Dim doc As New Document(iTextSharp.text.PageSize.LETTER, 90, 80, 80, 90)
Try
PdfWriter.GetInstance(doc, New FileStream(Server.MapPath("PDF.pdf"),FileMode.Create))
But this saves the pdf.. can i do it any other way?