Hi All, I want to convert text files (.doc,.txt..rtf) to pdf files using C#.Net. if any one knows please send me the solution or how to do it. Thanks in Advance
Sophia Rekhi
Posts
-
How to convert text files to PDF files using C#.Net -
The session time is out before image uploadedHi all, I want to upload one large image through one website, while uploading image, the session time is out before image uploaded. how can i solve this problem.bcz my website session time is fixed. what to do? Pls help me.
-
How to convert PDF files to HTML , using DotNet for web/desk top applicationsHi all, I want to convert PDF files to HTML files in our web application(ASP.NET). If any one knows the procedure or source code or any source link, then kindly send me. Thanks
-
How to change my line color while debugging.Hi Abhijit, Thanks a lot for u r help.
-
How to change my line color while debugging.Hi All, Could you help me please. " I want to change my line color while debugging, the line which is yellow by default. But i want to change line color from yellow to Dark green (or) any other color. How it is possible? Please help me. Thanks
-
upload files in websiteHi Venkatesh, Thank u very much for u r reply
-
upload files in websiteHi All, What files are required when uploading and host in the webside developed by asp.net. ex: Bin folder, global.asax etc. which specific files are needed when hosting the website. pls help me. Thanks
-
How to find nth record in a table using sqlserver.hi Prasad, Thanks for u r valuable solution, its working by making some modifications. this is working properly SELECT TOP 1 sal FROM prs where sal in (SELECT TOP 4 sal FROM prs ORDER BY sal )order by sal desc all the best
-
How to find nth record in a table using sqlserver.Hi all, i want to know How to find exact record in my table. ex : in a table having 10 records. i want 5 th record. with out knowing details containg in a table how can i find it. only know table name. pls help me.
-
System.IndexOutOfRangeException: There is no row at position 0Thanx venkatesh, it is fine , while i click insert button.but no image is stored in to table.and after clicking the getimage button same error will raise. but your solutions is very helpful to me. thanks
-
System.IndexOutOfRangeException: There is no row at position 0hi venkatesh, you are right, u r assumption is correct. but i want to insert many rows from webform. but this code inserts only one row.if try to insert many rows overwrite and show latest insert record. how to solve this. my code: Dim da As New SqlDataAdapter("Select * From pub_info ", con) Dim MyCB As SqlCommandBuilder = New SqlCommandBuilder(da) Dim ds As New DataSet da.MissingSchemaAction = MissingSchemaAction.AddWithKey con.Open() da.Fill(ds, "pub_info") Dim fn As String = System.IO.Path.GetFullPath(File1.PostedFile.FileName) Dim fs As New FileStream(fn, FileMode.OpenOrCreate, FileAccess.Read) Dim MyData(fs.Length) As Byte Dim sql As String fs.Read(MyData, 0, fs.Length) fs.Close() ds.Tables("pub_info").Rows(0)("logo") = MyData da.Update(ds, "pub_info") pls help me.
-
System.IndexOutOfRangeException: There is no row at position 0Hi all, i try to put one image in a table. right now the table is empty.i insert image through front end web form by selecting specified image on clicking browse button.after click the insert button then this error is raised. how can i solve this. "System.IndexOutOfRangeException: There is no row at position 0 " pls help me.
-
how to create nested data gridHi chandu, thanks for u r valuble reply. but if u have any idea to code of this nested grid. pls send me. thanks
-
how to create nested data gridhi all, i want to create one master datagrid ,in each cell of master datagrid contains one child datagrid " how it is possible. please help me.
-
System.UnauthorizedAccessException: Access to the path Deniedhi all, i am trying to save an image into table, but it is not working. and an exception is raised. here i give u code in which the error occurs. error line is 40. Line 38: con.Open() Line 39: da.Fill(ds, "Pub_info") Line 40: Dim fs As New FileStream"C:\image\sample.jpeg",FileMode.OpenOrCreate, FileAccess.Read) Line 41: Dim MyData(fs.Length) As Byte Line 42: fs.Read(MyData, 0, fs.Length) pls help me.
-
How to insert an image in sqlserver databaseThanx a lot for giving immediate reply.
-
How to insert an image in sqlserver database -
how to Host webapplication into website.Hi all, i developed one web application project , then i want to host it in to the website. how can i do this. Pls help me.
-
How to add one table data into another table in a dataset.Hi all, i want to know, How to store data from one table to another table in a dataset. * ex: dataset contains 2 tables. one table has data, other is empty. thanks
-
How to write triggers in stored procedureHi all, i want to know that "how to write triggers in stored procedures" is it possible? and can we write cursors in stored procedures? if yes then pls send me solution. Thanks