DataSource Controls :: Get Data From Scanned Document?
Mar 31, 2010i have a test report of our business system, that report is scanned, i want to get data or pick data from this document and then save it to sql server.
View 1 Repliesi have a test report of our business system, that report is scanned, i want to get data or pick data from this document and then save it to sql server.
View 1 RepliesIs it possible to scan a text document to a computer and then programmatically search for text within that document? It doesn't seem likely since the scanned document would be an image but I'm hoping one of the gurus on here might have a solution.
View 1 RepliesI am using itextsharp dll to read pdf document. Its working fine for normal Pdf but Scanned document contents are not read.
View 1 Repliesim having a table with a column varbinary(max) data type,
there im storing all images,texts,pdf and word files in binary format.
i can read out images and texts programmatically but not with the case of word files and pdf files.
what is the possible technique so that a company can store in coming resumes in databases so that they can refer in furture purposes?
I have a Document name column with varbinary(max) type column in my table
first time when i upload document i am storing doc as a byte array
Dim fs As Stream = Me.fileupload1.PostedFile.InputStream
Dim br As New BinaryReader(fs)
Dim bytes As Byte() = br.ReadBytes(fs.Length)
in my application i have remove atttachmentDoc button, i want to remove uploaded doc from db
so when i pass like this to my storedprocedue
Dim obj As New cls1
Dim bData() As Byte = New Byte(0) {}
bData=nothing
With obj
Dim dt As DataTable = Read_Doc()
If dt.Rows.Count > 0 Then
If Not IsDBNull(dt.Rows(0)("Document")) Then
.Document = bData
.Document_extension = ""
.Remove_Attachment(Me.Selected_ID)
End If
End If
End With
i got error
dbAccess.executeQuery: Procedure or function 'SP_DML1' expects parameter '@Document', which was not supplied.
i need to convert bulk of pdf documents into non-editable format(scanned) some one help me to achieve this using C#.net
View 1 RepliesIs it a good idea to create a document managament system that stores all kinds of documents inside sql server database. This will have infrastructure to accomodate all kinds of applicartions..
View 2 RepliesWe are going to start accepting resumes online but I need to know if the uploaded files will be virus scanned before I park them into the database. I thought this would be a server thing but the server admin and the security guy both said they didn't know. We already have a firewall and antivirus software, I just want to know how things work with native ASP.Net controls and not a product to try.
View 2 Repliesi use select query i need to show the data in word after click the button
View 1 RepliesI am working on my first asp.net application. I am using a DataGrid to edit an xml document. The format of the xml is:
<ScmCodeAnalysisProjectMaster>
How do i filter an xml document and only get the rows I need. example in VB.NET with xml file and aspx page.
I want the filter rows binded to a gridview control.
I created a website with a datagridview and I would like to add documents per line, actually a inserted there the next option
<asp:BoundField DataField="ID" HeaderText="ID" InsertVisible="False"
ReadOnly="True" SortExpression="ID" />
<asp:BoundField DataField="Week" HeaderText="Week" [code]....
it works really good, the only question is that how can I load the file with the button of "update", from the datagridview, how this code should be written?
I am running into a problem with the btnPdf.on pdfDoc.Close it gives me an IOException was unhandled by user code.. The detail is The document has no pages.. I have a populated grid.. The only changes I made were to change the filename to filename LotGrid.pdf and the grid name to the name of my gridview..
View 1 Replies<iframe src="http://docs.google.com/viewer?url=filename&embedded=true" style="width:600px; height:600px;margin-left:20px;" frameborder="0"></iframe>
I am using above code to show our document online.
But when we inspect element it is showing url of file which we dont't want.
it is possible to hide this url or any other alternate to show our document to user without exposing our physical file path.
I have xml document and wanting to pass it through wcf restfull service, i am able to do that by using string format i mean i can pass the xml as string param in the restful service and it worked but now my xml document becomes huge so if i pass it as string then it gives URI long error. any way i can pass the huge xml document through the WCF RESTFul service.
View 1 RepliesI want when user upload a doc file it convert into pdf. How can i do this. I read that itextsharp convert it.
View 1 RepliesI'm building an incident reporting site in ASP. I have a gridview listing incidents, with a unique dynamic number for each incident. SQL generates a report for each incident, and I need to create a hyperlink at the end of each gridview row linking to the associated numbered document so the report can be opened and printed.
Incident Number Incident Name Incident Description Incident Report
112 fred tall link
111 frank short link
110 bill wide link
The fields are populated by pulling data from SQL (names have been changed to protect the innocent!). The link for the document needs to contain the number from the dynamically generated Incident number. SQL creates a folder full of docs:-
IncidentReport112.xml
IncidentReport111.xml
IncidentReport110.xml
I'm guessing I need to add a hyperlink field to my gridview, and then need something to tell the url to point to IncidentReportxxx.xml, where xxx is the database's Incident Number field. I am very new to coding, I'm working in ASP, language VB, using Visual Studio 2008.
I want to be able to automatically print a document to a selected printer at a given time, i.e. printer 1 @ 10:00, Printer 2 @ 10:15, this is to be unatended once the setting have been made.
View 4 Replieshow we can open word,pdf,txt document which is saved in sqlserver database in binary format.
View 1 RepliesI need to upload book , document and file, that must be stored in a database table. For this I need code.
View 3 RepliesI am launching a pdf document using either:
1. Response.Redirect("filepath/document.pdf"), or
2. Response.ContentType = "Application/pdf"
Response.WriteFile("filepath/document.pdf")
Response.End()
Both methods successfuly launch the PDF document displaying the document path and title in the title bar. For security reasons I'd like to HIDE the document title. Can someone advice how this can be done? (How can a PDF document be launched without showing the actual document's name)
i am using the multiview control inside a page and i am trying to find a control using the javascript function document.getElementById. My Problem is that the function returns null cause it cannot find the control. When i open the code of the page from the browser the active view is not rendered so I think thats the reason why I am getting a null value from the function.
On the HTML code is rendered only the first view or the view that is activated on page load.
Is there any way to find a control inside the view using javascript? or I am doing something wrong?
I want to convert to Word Document in a PDF document. I do not want to use any third party control. I want to do it on my own. Can somebody tell me how to start with it?
View 7 RepliesI have about 15 .RPT files on my .NET 2.0 site, and I recently changed to a new database server.
I successfully changed the Datasource on 14 of those .RPT files, but on one, after making the change, I get "Failed to Save Document" when I try to save the updated report. I can change the subreport's Datasource, and save it just fine, but when I try to change the main report's Datasource I get that error message.I'm definitely doing a "Verify Database" at various times throughout the process, but that doesn't seem to help.
How to read data from OpenDocument Spreadsheet and show the data in gridview....
View 1 Replies