Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #44.2K
~1K People Reached
Favorite Tags
Member Avatar for senpark15

hi everybody, i want to read data from Ms Excel 2007 . So i used this connection string string connectionString = @"Provider=Microsoft.ACE.OLEDB.12.0;"+"Data Source="+txtFilepath.Text+";"+"Extended Properties=Excel 12.0;"; but it display error :Could not find installable ISAM. i also installed AccessdabaseEngine.exe but still display the same error. please help me

Member Avatar for SummiRS
0
313
Member Avatar for chrislucas11

I have a requirement to allow a user to upload a PDF document to my webserver then the webserver should send the PDF documnet to a printer driver which has been installed on the server using the print to file function to generate a new file called (original name).prn and …

Member Avatar for SummiRS
0
105
Member Avatar for asifjavaid

hi guys , hope you are all fine. i want to created MS word doc file to pdf file converter in MS Visual Studio 2005.. can any one help me what will be the procedure to develop such a thing? Waiting for good reply... Asif Javaid Chughtai.

Member Avatar for SummiRS
-1
413
Member Avatar for vishalrane

All the webpage data will be converted into PDF file, You can also add details such as ur name etc by using Chunk chunk1 = new Chunk("By Vishal RAne, [email]vishalrane50@example.com[/email] \n",FontFactory.GetFont("Verdana", 8)); The pdf will be saved on desktop.... u can change location by using PdfWriter.GetInstance(Doc, new FileStream(Environment.GetFolderPath (Environment.SpecialFolder.Desktop)+ "\\VishalRane.pdf", …

Member Avatar for SummiRS
1
329