Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Capture data from pdf
#2
Solved: 10 Years, 9 Months ago
Take the first line of data and split the string after implex take that string as Name

take the second line and split by delimeter : and get the phone number
take the third line and trim it for Qualification
Code:
Function GetPDFPageCount(filename)
Dim pdfFile,Acroapp,pdf
'PDF File preparations
Set Acroapp = CreateObject("AcroExch.App")
Set pdf = CreateObject("AcroExch.PDDoc")
pdf.Open filename,"temp"
Set pdfFile = pdf.GetPDDoc
GetPDFPageCount = pdfFile.GetNumPages
Set pdffile = nothing
Acroapp.Exit
End Function
Reply


Messages In This Thread
Capture data from pdf - by rahul1234 - 02-12-2010, 08:57 PM
RE: Capture data from pdf - by Sivakumar Munganda - 02-23-2010, 02:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Sad Save data from pdf file to a word doc Amar 0 2,410 12-12-2013, 12:29 PM
Last Post: Amar
  Capture data between [BRACKETS] nayak 4 5,168 02-21-2012, 08:56 PM
Last Post: nayak
  How to rerieve data from .xls & compare with data in data table test71 6 6,288 03-10-2008, 04:55 PM
Last Post: test71

Forum Jump:


Users browsing this thread: 1 Guest(s)