Click here to Skip to main content
15,905,967 members
Home / Discussions / COM
   

COM

 
GeneralHey man, COM stands for Component Object Model Pin
CPallini30-Dec-07 21:14
mveCPallini30-Dec-07 21:14 
GeneralShell Extension Left-Click Pin
Jens Frederich28-Dec-07 23:49
Jens Frederich28-Dec-07 23:49 
QuestionOverride GetOverrideKeyPath of IDocHostUIHandler2 interface. Pin
ashdwivedi26-Dec-07 21:07
ashdwivedi26-Dec-07 21:07 
Generalabout dll and exe Pin
Shaileshvb26-Dec-07 17:44
Shaileshvb26-Dec-07 17:44 
GeneralRe: about dll and exe Pin
CPallini26-Dec-07 23:09
mveCPallini26-Dec-07 23:09 
General32bit deskband DLL in Vista64 Pin
exper_t24-Dec-07 21:18
exper_t24-Dec-07 21:18 
GeneralRe: 32bit deskband DLL in Vista64 Pin
«_Superman_»27-Dec-07 22:56
professional«_Superman_»27-Dec-07 22:56 
Questionhow to convert .aspx page to .pdf on fly using asp.net in vb.net Pin
gopal_Pandey20-Dec-07 18:03
gopal_Pandey20-Dec-07 18:03 
hi friends,

1)I have designed .aspx page in which user input the values.

2)when i click the save button, after that the save button should not be visible.

3)Whatever be the design of the .aspx page with values is to be saved as pdf file.

Now My problem starts from here,

I have used itextsharp.dll for creation of pdf files at runtime in asp.net but i don't know how to solve this problem with the help of itextsharp.

i have used many dlls which can be used for .aspx to .pdf conversion on fly but they are not working properly. For Example:PDFizers,ABC pdf,Ntidy,Ghtmldoc.exe etc....

what they all do is converting simple pages to pdf........
but this is complex page containing images and all that........


as per my knowledge about itextsharp.dll, it create pdf file but the designing of the page is not possible with this..(if i am wrong then correct me..)

so what i have to do tell me about this....following is my code of creating pdf file by using itext sharp.

if any suggestion please reply,

all reply appreciated.....

thanks in advance.............

Private Sub function1()

Dim mydoc As iTextSharp.text.Document

Dim str As String

Dim a As PdfWriter

Dim ms As FileStream


cmdSave.Visible = False

str = Server.MapPath("bin\1.pdf")

mydoc = New iTextSharp.text.Document

If File.Exists(str) Then File.Delete(str)

ms = New FileStream(str, FileMode.OpenOrCreate)

mydoc.Open()

mydoc.Add(New Paragraph("123"))

mydoc.Add(New Paragraph("123"))

mydoc.Add(New Annotation("123", "123"))

mydoc.Close()

End Sub
Generalexcel object Pin
gauthee20-Dec-07 3:41
gauthee20-Dec-07 3:41 
GeneralRe: excel object Pin
User 21559720-Dec-07 5:17
User 21559720-Dec-07 5:17 
GeneralCOM Object NameSpace Pin
Ju@ncho19-Dec-07 7:05
Ju@ncho19-Dec-07 7:05 
GeneralRe: COM Object NameSpace Pin
Nathan Holt at EMOM19-Dec-07 11:20
Nathan Holt at EMOM19-Dec-07 11:20 
GeneralRe: COM Object NameSpace Pin
Ju@ncho20-Dec-07 2:47
Ju@ncho20-Dec-07 2:47 
GeneralRe: COM Object NameSpace Pin
Nathan Holt at EMOM20-Dec-07 7:17
Nathan Holt at EMOM20-Dec-07 7:17 
GeneralRe: COM Object NameSpace Pin
Lim Bio Liong20-Dec-07 23:22
Lim Bio Liong20-Dec-07 23:22 
GeneralRe: COM Object NameSpace Pin
Kuryn19-Dec-07 11:38
Kuryn19-Dec-07 11:38 
QuestionCOM+ Example? Pin
Mohib Sheth18-Dec-07 20:33
Mohib Sheth18-Dec-07 20:33 
AnswerRe: COM+ Example? Pin
Nathan Holt at EMOM19-Dec-07 11:24
Nathan Holt at EMOM19-Dec-07 11:24 
GeneralAn unhandled exception of type System.Runtime.InteropServices.COMException occurred Pin
gauthee17-Dec-07 18:36
gauthee17-Dec-07 18:36 
GeneralRe: An unhandled exception of type System.Runtime.InteropServices.COMException occurred Pin
User 21559718-Dec-07 0:22
User 21559718-Dec-07 0:22 
QuestionHow to automate Excel 2007 with C# 2003.... Pin
student49115-Dec-07 7:32
student49115-Dec-07 7:32 
QuestionCOM - Class doesn't support automation! Pin
peepsicola14-Dec-07 6:57
peepsicola14-Dec-07 6:57 
QuestionRe: COM - Class doesn't support automation! Pin
CPallini14-Dec-07 9:27
mveCPallini14-Dec-07 9:27 
GeneralRe: COM - Class doesn't support automation! Pin
peepsicola14-Dec-07 10:28
peepsicola14-Dec-07 10:28 
GeneralRe: COM - Class doesn't support automation! Pin
Mike Dimmick14-Dec-07 13:13
Mike Dimmick14-Dec-07 13:13 

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.