Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Summarizing Large Reports

Our company's computer system can generate sales reports, but only in
PDF. I'd like to be able to see the sales data in Excel.

Maybe this was the wrong direction, but I was trying to use AutoIt to
run script-macros to translate the data. Info on AutoIt is at
http://www.autoitscript.com/autoit3


Starting with a PDF file that contains sales data
(example) Sales Report in PDF
http://dressindustrial.com/geogb8341.pdf

I can use an Online PDF to plain text converter to turn the PDF into
a text file Excel can read
http://dressindustrial.com/geogb8341.txt

The next step is to reformat that text into an
Excel File with Sales Data
http://dressindustrial.com/geogb8341.xls



I'm hoping that someone can help roll this all together, from PDF to
Excel. Any info you have to contribute would be GREAT advise



you can see the autoit script that I was working on at
http://dressindustrial.com/test.au3

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default Summarizing Large Reports

Hi,
Some versions of PDF do not allow you to import the data in a way that you
can treat it as numbers etc., so it is hard to work with. If you can get it
into Excel, the rest will depend on what you want the summary to look like
ie. summary by account, by region, etc.
--
David


"wutzke" wrote:

Our company's computer system can generate sales reports, but only in
PDF. I'd like to be able to see the sales data in Excel.

Maybe this was the wrong direction, but I was trying to use AutoIt to
run script-macros to translate the data. Info on AutoIt is at
http://www.autoitscript.com/autoit3


Starting with a PDF file that contains sales data
(example) Sales Report in PDF
http://dressindustrial.com/geogb8341.pdf

I can use an Online PDF to plain text converter to turn the PDF into
a text file Excel can read
http://dressindustrial.com/geogb8341.txt

The next step is to reformat that text into an
Excel File with Sales Data
http://dressindustrial.com/geogb8341.xls



I'm hoping that someone can help roll this all together, from PDF to
Excel. Any info you have to contribute would be GREAT advise



you can see the autoit script that I was working on at
http://dressindustrial.com/test.au3


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 694
Default Summarizing Large Reports

David,

Firstly, it appears that your 'main application' looks like a unix file and
generally you can access the spool logs for the printers especially, if you
specify a generic text line printer, and grab the output that way.

If you print in the windows environment you can specify a text file printer
which will save the file as a text file. You may need to set it as the
defaukt printer on your system for running the report.

The conversion from text to excel is quite a complex process and you
basically would be better off using a specialist application like
parse-o-matic

http://www.pyrotoinc.com/parse/default.aspx

or

Datawatch's Monarch

http://www.datawatch.com/

With these you can set up code to convert the files easily.

The first one is free but takes more time to learn.

The other solution is to write it in VBA but it is generally a good days
work to get a stable product working and user ready.

--
Hope this helps
Martin Fishlock, Bangkok, Thailand
Please do not forget to rate this reply.


"David" wrote:

Hi,
Some versions of PDF do not allow you to import the data in a way that you
can treat it as numbers etc., so it is hard to work with. If you can get it
into Excel, the rest will depend on what you want the summary to look like
ie. summary by account, by region, etc.
--
David


"wutzke" wrote:

Our company's computer system can generate sales reports, but only in
PDF. I'd like to be able to see the sales data in Excel.

Maybe this was the wrong direction, but I was trying to use AutoIt to
run script-macros to translate the data. Info on AutoIt is at
http://www.autoitscript.com/autoit3


Starting with a PDF file that contains sales data
(example) Sales Report in PDF
http://dressindustrial.com/geogb8341.pdf

I can use an Online PDF to plain text converter to turn the PDF into
a text file Excel can read
http://dressindustrial.com/geogb8341.txt

The next step is to reformat that text into an
Excel File with Sales Data
http://dressindustrial.com/geogb8341.xls



I'm hoping that someone can help roll this all together, from PDF to
Excel. Any info you have to contribute would be GREAT advise



you can see the autoit script that I was working on at
http://dressindustrial.com/test.au3


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Summarizing Data John Excel Worksheet Functions 2 January 29th 09 07:13 PM
Why are large reports truncated in Excel? ALPost95Adj Excel Discussion (Misc queries) 1 October 26th 08 01:45 AM
How to export large amounts of text data into single reports Wayne Excel Discussion (Misc queries) 1 May 23rd 08 11:44 PM
EPM REPORTS - Exporting 2007 excel reports to 2003 excel report Prashanthi Setting up and Configuration of Excel 0 February 18th 08 03:02 PM
help with summarizing Jesper[_2_] Excel Programming 0 July 19th 04 11:51 AM


All times are GMT +1. The time now is 08:17 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"