Hi I had a project which took emailed pdfs from outlook. I grabbed the text from these and created jobs in the MySQL database. I looked for ages for an easy way to do this, pdflib seemed to be the only real contender but it cost more than the customer would pay.
My project opened the attachment with Adobe Reader then used an API call to find the opened instance. Once it had a handle it stuffed a CTRL A and CTRL C I then used _cliptext to read and process the info. Not elegant but it worked. Happy to dig out some code if you'd like to have a look see. Regards Graham Brown -----Original Message----- From: ProFox [mailto:[email protected]] On Behalf Of Jeff Johnson Sent: 14 February 2014 16:16 To: [email protected] Subject: [NF] PDF to CSV or Excel Greetings: I have used a number of tools to convert a PDF to CSV with no success. Has anyone found a Windows application that can do PDF to CSV conversions reliably? Paid application does not matter at this point. Thanks, -- Jeff Jeff Johnson [email protected] SanDC, Inc. 623-582-0323 Fax 623-869-0675 http://www.san-dc.com [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

