Does anyone know how to convert a html to pdf? C#
-
Currently I am doing a school project about C#. Does anyone know how to convert a html to pdf? After i click the button , it will auto generate it self into a pdf and will be save inside a C:\temp In need of help Thank you
-
Currently I am doing a school project about C#. Does anyone know how to convert a html to pdf? After i click the button , it will auto generate it self into a pdf and will be save inside a C:\temp In need of help Thank you
-
ans found....
-
ans found....
-
sorry i mean Answer found Thank you by the way Do you know how solve this? I have a IE toolbar menu button: Generate My flow is After i click the Generate button, the link on my current website will appear in a: Form1 > textBoxWebPageURL Form the Form1.Designer.cs this.textBoxWebPageURL.Location = new System.Drawing.Point(238, 13); this.textBoxWebPageURL.Name = "textBoxWebPageURL"; this.textBoxWebPageURL.Size = new System.Drawing.Size(328, 20); this.textBoxWebPageURL.TabIndex = 5; this.textBoxWebPageURL.Text = "http://www.codeproject.com"; <-- Whereby i have to hardcode it How do i make it auto capture the current website that i am browsing and the textbox will display the current website ? Thank You