Click here to Skip to main content
15,887,485 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Context Menu Pin
Jon_Boy18-Jun-09 6:37
Jon_Boy18-Jun-09 6:37 
GeneralRe: Context Menu Pin
No-e18-Jun-09 12:08
No-e18-Jun-09 12:08 
GeneralRe: Context Menu Pin
Jon_Boy19-Jun-09 6:09
Jon_Boy19-Jun-09 6:09 
AnswerRe: Context Menu Pin
Bahram.Zarrin27-Jun-09 5:14
Bahram.Zarrin27-Jun-09 5:14 
Questionmultipage problem in printpreview? Pin
JC.KaNNaN18-Jun-09 4:03
JC.KaNNaN18-Jun-09 4:03 
AnswerRe: multipage problem in printpreview? Pin
Luc Pattyn18-Jun-09 4:47
sitebuilderLuc Pattyn18-Jun-09 4:47 
GeneralRe: multipage problem in printpreview? Pin
JC.KaNNaN18-Jun-09 22:19
JC.KaNNaN18-Jun-09 22:19 
QuestionEtracting certain text from PDF document into a database Pin
kshincsk18-Jun-09 3:31
kshincsk18-Jun-09 3:31 
Hello.

I am currently working on a project to extract data from a PDF document into structured database tables. I have solved the problem of extracti9g the text from a pdf into a text box in vb6 form by using a readymade dll component that I referenced in my program.

Now my problem is, how to extract only certain pieces of data from the text based on some keywords that appear in the text. for example in the pdf document:

Existing Chemical Substance ID: 50–00–0
CAS No. 50–00–0
EINECS Name formaldehyde
EINECS No. 200–001–8
Molecular Formula CH2O


I need to extract "50-00-0" that appears after the keyword "CAS No.", then
the text "formaldehyde" that appears after the keyword "EINECS Name" and "200-001-8" that comes after "EINECS No.". I have database table which contain these keywords as field names. What I want is the table to look like this:

Sno CAS No. EINECS Name EINECS No.
1 50–00–0 formaldehyde 200–001–8

I would really appreciate it if someone could point me towards the string manipulation functions that I would need to use i order to do this.

Also How to get count of a keyword if it appears multiple times between two other keywords.


Thanks and Regards,
Kumar
AnswerRe: Etracting certain text from PDF document into a database Pin
Dave Kreskowiak18-Jun-09 9:58
mveDave Kreskowiak18-Jun-09 9:58 
GeneralRe: Etracting certain text from PDF document into a database Pin
kshincsk19-Jun-09 0:58
kshincsk19-Jun-09 0:58 
GeneralRe: Etracting certain text from PDF document into a database Pin
Dave Kreskowiak19-Jun-09 4:27
mveDave Kreskowiak19-Jun-09 4:27 
QuestionCopyMemory in VB.Net Pin
Knight_Rider18-Jun-09 2:57
Knight_Rider18-Jun-09 2:57 
AnswerRe: CopyMemory in VB.Net Pin
Luc Pattyn18-Jun-09 3:34
sitebuilderLuc Pattyn18-Jun-09 3:34 
GeneralRe: CopyMemory in VB.Net Pin
Knight_Rider18-Jun-09 3:39
Knight_Rider18-Jun-09 3:39 
GeneralRe: CopyMemory in VB.Net Pin
Luc Pattyn18-Jun-09 3:43
sitebuilderLuc Pattyn18-Jun-09 3:43 
GeneralRe: CopyMemory in VB.Net Pin
Knight_Rider18-Jun-09 3:47
Knight_Rider18-Jun-09 3:47 
GeneralRe: CopyMemory in VB.Net Pin
Luc Pattyn18-Jun-09 3:51
sitebuilderLuc Pattyn18-Jun-09 3:51 
GeneralRe: CopyMemory in VB.Net Pin
Knight_Rider18-Jun-09 4:08
Knight_Rider18-Jun-09 4:08 
GeneralRe: CopyMemory in VB.Net Pin
Henry Minute18-Jun-09 5:27
Henry Minute18-Jun-09 5:27 
GeneralRe: CopyMemory in VB.Net Pin
Luc Pattyn18-Jun-09 5:30
sitebuilderLuc Pattyn18-Jun-09 5:30 
QuestionWork on Ctrl +C in PropertyGridSelectedItem Pin
VB 8.018-Jun-09 0:57
VB 8.018-Jun-09 0:57 
QuestionVisual Basic Pin
ibrahimsaa17-Jun-09 20:29
ibrahimsaa17-Jun-09 20:29 
AnswerRe: Visual Basic Pin
Rajesh Anuhya17-Jun-09 20:35
professionalRajesh Anuhya17-Jun-09 20:35 
AnswerRe: Visual Basic Pin
0x3c017-Jun-09 20:47
0x3c017-Jun-09 20:47 
GeneralRe: Visual Basic Pin
LCARS x3217-Jun-09 21:05
LCARS x3217-Jun-09 21:05 

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.