[advanced search]
Results from the most recent live auction are here.
31 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Go Back   NamePros.Com > Design and Development > Programming
User Name
Password

Old 05-04-2008, 02:25 PM   · #1
dpari
NamePros Regular
 
Trader Rating: (4)
Join Date: Jul 2006
Posts: 578
NP$: 50.00 (Donate)
dpari is on a distinguished road
Question How can I import text data from PDF doc

Hi,

Please educate me on how I can import text data from Adobe Reader v.8.0
into an MS Access database.

Do I need the Adobe professional version or some type of specialized tool that is
available for download, etc..

Thank you in advance.


Please register or log-in into NamePros to hide ads
dpari is offline   Reply With Quote
Old 05-04-2008, 02:33 PM   · #2
weblord
www.1weblord.com
 
weblord's Avatar
 
Name: William R. Nabaza - williamrnabaza.com
Location: Philippines - www.Nabaza.com
Trader Rating: (210)
Join Date: Dec 2005
Posts: 16,738
NP$: 19111.23 (Donate)
weblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatness
Autism Protect Our Planet
you may try any of the following:
Able2Doc 4.0
http://www.investintech.com/convertpdftodoc.html

Convert PDF to Word, HTML and more
http://www.pdftodocconverterpro.com/

or you may hire someone to compile this source code
http://www.codeproject.com/KB/datab...texport_db.aspx

HTH
weblord is offline  
  Reply With Quote
Old 05-04-2008, 02:55 PM   · #3
mholt
DNOA Member
 
Name: Matthew Holt
Location: 127.0.0.1
Trader Rating: (75)
Join Date: May 2004
Posts: 4,863
NP$: 17.21 (Donate)
mholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant future
Autism Marrow Donor Program 9/11/01 :: Never Forget Multiple Sclerosis Adoption Alzheimer's Lou Gehrig's Disease (ALS)
Originally Posted by weblord
you may try any of the following:
Able2Doc 4.0
http://www.investintech.com/convertpdftodoc.html

Convert PDF to Word, HTML and more
http://www.pdftodocconverterpro.com/

or you may hire someone to compile this source code
http://www.codeproject.com/KB/datab...texport_db.aspx

HTH


Do you even know what the OP is talking about? None of those links show how to do as he requested. The first one converts to Microsoft Word format. The second one doesn't convert to a database, and the last one exports a database into PDF, the opposite of what he's trying to do.


dpari: Databases organize data using tables, or some type of format that clearly separates values and organizes them into columns and rows (e.g. CSV or Spreadsheet software) -- PDF documents are usually not in this format, so it isn't really practical to convert the text in them into a database.

Unless, of course, the PDF has the data organized in some way that would fit into a "table" or "database". Is there a particular PDF you need converted, or do you mean just in general?
mholt is offline   Reply With Quote
Old 05-04-2008, 03:00 PM   · #4
weblord
www.1weblord.com
 
weblord's Avatar
 
Name: William R. Nabaza - williamrnabaza.com
Location: Philippines - www.Nabaza.com
Trader Rating: (210)
Join Date: Dec 2005
Posts: 16,738
NP$: 19111.23 (Donate)
weblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatness
Autism Protect Our Planet
once in doc you can get it to ms access.

Originally Posted by mholt
Do you even know what the OP is talking about? None of those links show how to do as he requested. The first one converts to Microsoft Word format. The second one doesn't convert to a database, and the last one exports a database into PDF, the opposite of what he's trying to do.


dpari: Databases organize data using tables, or some type of format that clearly separates values and organizes them into columns and rows (e.g. CSV or Spreadsheet software) -- PDF documents are usually not in this format, so it isn't really practical to convert the text in them into a database.

Unless, of course, the PDF has the data organized in some way that would fit into a "table" or "database". Is there a particular PDF you need converted, or do you mean just in general?

weblord is offline  
  Reply With Quote
Old 05-04-2008, 03:04 PM   · #5
mholt
DNOA Member
 
Name: Matthew Holt
Location: 127.0.0.1
Trader Rating: (75)
Join Date: May 2004
Posts: 4,863
NP$: 17.21 (Donate)
mholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant future
Autism Marrow Donor Program 9/11/01 :: Never Forget Multiple Sclerosis Adoption Alzheimer's Lou Gehrig's Disease (ALS)
Originally Posted by weblord
once in doc you can get it to ms access.


Only if the data is tabular. And if it is, then it'd be quicker to go straight from PDF to Access anyway using a script. Heck, PHP could do it.
__________________
FREE: Help With Code

Includes other technical topics:
programming, development, Windows, domain names, and Internet
mholt is offline   Reply With Quote
Old 05-04-2008, 03:07 PM   · #6
weblord
www.1weblord.com
 
weblord's Avatar
 
Name: William R. Nabaza - williamrnabaza.com
Location: Philippines - www.Nabaza.com
Trader Rating: (210)
Join Date: Dec 2005
Posts: 16,738
NP$: 19111.23 (Donate)
weblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatness
Autism Protect Our Planet
it depends on the .pdf , if you want to share it by pm i can gladly help you.

Originally Posted by dpari
Hi,

Please educate me on how I can import text data from Adobe Reader v.8.0
into an MS Access database.

Do I need the Adobe professional version or some type of specialized tool that is
available for download, etc..

Thank you in advance.

weblord is offline  
  Reply With Quote
Old 05-04-2008, 03:59 PM   · #7
dpari
NamePros Regular
 
Trader Rating: (4)
Join Date: Jul 2006
Posts: 578
NP$: 50.00 (Donate)
dpari is on a distinguished road
Clarification

Hi Matthew,

Initially, I was seeking to import data from PDF to MS Access database but
this will not be the case.

What I am seeking to have done is to take data from a word document and have it imported into an MS Access database that will then present the data after a search query is done.

Would you like for me to send you the word document containing the data in
an email attachment from your website?

Originally Posted by mholt
Do you even know what the OP is talking about? None of those links show how to do as he requested. The first one converts to Microsoft Word format. The second one doesn't convert to a database, and the last one exports a database into PDF, the opposite of what he's trying to do.


dpari: Databases organize data using tables, or some type of format that clearly separates values and organizes them into columns and rows (e.g. CSV or Spreadsheet software) -- PDF documents are usually not in this format, so it isn't really practical to convert the text in them into a database.

Unless, of course, the PDF has the data organized in some way that would fit into a "table" or "database". Is there a particular PDF you need converted, or do you mean just in general?



Thanks Weblord, I appreciate it.

Originally Posted by weblord
it depends on the .pdf , if you want to share it by pm i can gladly help you.


Last edited by dpari : 05-04-2008 at 04:08 PM.
dpari is offline   Reply With Quote
Old 05-04-2008, 05:22 PM   · #8
mholt
DNOA Member
 
Name: Matthew Holt
Location: 127.0.0.1
Trader Rating: (75)
Join Date: May 2004
Posts: 4,863
NP$: 17.21 (Donate)
mholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant future
Autism Marrow Donor Program 9/11/01 :: Never Forget Multiple Sclerosis Adoption Alzheimer's Lou Gehrig's Disease (ALS)
Originally Posted by dpari
Hi Matthew,

Initially, I was seeking to import data from PDF to MS Access database but
this will not be the case.

What I am seeking to have done is to take data from a word document and have it imported into an MS Access database that will then present the data after a search query is done.

Would you like for me to send you the word document containing the data in
an email attachment from your website?



Thanks Weblord, I appreciate it.


Sure, just send me an email with that attachment or use the site, or both. You pick.
__________________
FREE: Help With Code

Includes other technical topics:
programming, development, Windows, domain names, and Internet
mholt is offline   Reply With Quote
Reply

NamePros is a revenue sharing forum.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Site Sponsors
http://www.mobisitetrader.com/ Arcade Script Proof is in the Parking
Advertise your business at NamePros
All times are GMT -7. The time now is 03:09 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0