5 pts.
 Convert PDF to Excel
How to convert PDF to Excel?

Software/Hardware used:
ASKED: October 23, 2012  1:38 PM
UPDATED: October 23, 2012  2:34 PM

Answer Wiki:
You might be able to try this: Go to Data --> From Text --> Highlight the text, change the text files to All files (*.*) and see if that helps you out. Good luck
Last Wiki Answer Submitted:  October 23, 2012  6:57 pm  by  Harisheldon   5,475 pts.
All Answer Wiki Contributors:  Harisheldon   5,475 pts. , Michael Tidmarsh   11,400 pts. , LDS   5 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Welcome to ITKE, LDS. One of our experts should be able to help you with your question but they might ask for a little more information.

To find out how our community works, check out the site FAQ.

 11,400 pts.

 

I convert the pdf to text and edit the text with notepad/wordpad as that easier to extract the raw data and not have to fight highlighting the data in pdf format. The pdftotext.exe is part the xpdf package. http://www.foolabs.com/xpdf/download.html. I use the -l to keep the format was it was in the pdf. You can also put a front end (ie. GUI) using something like ‘autoit’ to make
it easier for you (or your users) to pick their pdf and bring it up without
knowing command line. Hope this helps.

 1,445 pts.