Click here to Skip to main content
16,005,120 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: [urgent] using iTextSharp with vb.net Pin
Imran Khan Pathan12-Sep-07 23:36
Imran Khan Pathan12-Sep-07 23:36 
GeneralRe: [urgent] using iTextSharp with vb.net Pin
Sandeep Akhare12-Sep-07 23:38
Sandeep Akhare12-Sep-07 23:38 
GeneralRe: [urgent] using iTextSharp with vb.net Pin
Big Ralph12-Sep-07 23:40
Big Ralph12-Sep-07 23:40 
GeneralRe: [urgent] using iTextSharp with vb.net Pin
Sandeep Akhare12-Sep-07 23:50
Sandeep Akhare12-Sep-07 23:50 
AnswerRe: [urgent] using iTextSharp with vb.net Pin
Sonia Gupta12-Sep-07 23:44
Sonia Gupta12-Sep-07 23:44 
GeneralRe: [urgent] using iTextSharp with vb.net Pin
Big Ralph12-Sep-07 23:53
Big Ralph12-Sep-07 23:53 
GeneralRe: [urgent] using iTextSharp with vb.net Pin
Sonia Gupta12-Sep-07 23:58
Sonia Gupta12-Sep-07 23:58 
AnswerRe: [urgent] using iTextSharp with vb.net Pin
Imran Khan Pathan12-Sep-07 23:53
Imran Khan Pathan12-Sep-07 23:53 
try this code

Dim ms As New system.io.memorystream<br />
Dim document As New iTextSharp.text.Document<br />
Dim writer As iTextSharp.text.pdf.PdfWriter =<br />
iTextSharp.text.pdf.PdfWriter.GetInstance(document , ms)<br />
document.open()<br />
document.Add(New iTextSharp.text.Paragraph("Hello World"))<br />
document.close()<br />
Response.ClearContent()<br />
Response.ContentType = "application/pdf"<br />
Response.BinaryWrite(ms.GetBuffer)<br />
Response.End()


Best Regard
Pathan

GeneralRe: [urgent] using iTextSharp with vb.net Pin
Sonia Gupta13-Sep-07 0:02
Sonia Gupta13-Sep-07 0:02 
GeneralRe: [urgent] using iTextSharp with vb.net Pin
Imran Khan Pathan13-Sep-07 0:33
Imran Khan Pathan13-Sep-07 0:33 
GeneralRe: [urgent] using iTextSharp with vb.net Pin
Big Ralph13-Sep-07 0:50
Big Ralph13-Sep-07 0:50 
GeneralRe: [urgent] using iTextSharp with vb.net Pin
Imran Khan Pathan13-Sep-07 1:04
Imran Khan Pathan13-Sep-07 1:04 
Questionhow to get out of Iframe Pin
kmanisha12-Sep-07 22:57
kmanisha12-Sep-07 22:57 
AnswerRe: how to get out of Iframe Pin
N a v a n e e t h14-Sep-07 22:00
N a v a n e e t h14-Sep-07 22:00 
QuestionWindow autehtication Pin
Sonia Gupta12-Sep-07 22:25
Sonia Gupta12-Sep-07 22:25 
AnswerRe: Window autehtication Pin
N a v a n e e t h14-Sep-07 22:05
N a v a n e e t h14-Sep-07 22:05 
QuestionPassword Retrieved Pin
ashishnagar112-Sep-07 21:33
ashishnagar112-Sep-07 21:33 
AnswerRe: Password Retrieved Pin
N a v a n e e t h14-Sep-07 22:07
N a v a n e e t h14-Sep-07 22:07 
Questiondatatable to gridview Pin
sangramkp12-Sep-07 21:29
sangramkp12-Sep-07 21:29 
AnswerRe: datatable to gridview Pin
Imran Khan Pathan12-Sep-07 23:20
Imran Khan Pathan12-Sep-07 23:20 
GeneralRe: datatable to gridview Pin
sangramkp12-Sep-07 23:50
sangramkp12-Sep-07 23:50 
GeneralRe: datatable to gridview Pin
Imran Khan Pathan13-Sep-07 0:38
Imran Khan Pathan13-Sep-07 0:38 
Questionis there any way to count the number of URL links in a website Pin
codelinks12-Sep-07 21:13
codelinks12-Sep-07 21:13 
AnswerRe: is there any way to count the number of URL links in a website Pin
Sandeep Akhare12-Sep-07 21:32
Sandeep Akhare12-Sep-07 21:32 
Questionpie charts in crystal reports using asp.net Pin
Sonia Gupta12-Sep-07 20:43
Sonia Gupta12-Sep-07 20:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.