Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default working with PDF data

Hello,

Can anyone clarify...

Is it possible to extract data (in table format) from PDF file to excel.
When tried to copy the table data from PDF to excel, it is pasted as text.
And if try to break it with "Text to columns" it is not breaking exactly as
per the PDF format.

Best regards,
Ram
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default working with PDF data

Acrobat 6 (the paid version) has a function to "Select Table", then "Open
table in spreadsheet".
Acrobat Reader 6 (the free version) does not. Maybe later version do ?

A pdf table may look like a set of cells in Excel, but there is no
connection in the formats really. Unless the pdf component can put the data
into the clipboard that Excel can recognise as cells, then you will get
text. Maybe one of the other pdf components has such a feature ?

Otherwise, you need some means to recognise the end of each cell value. Then
TextToColumns or manipulating the clipboard data will be possible

NickHK

"Ram" wrote in message
...
Hello,

Can anyone clarify...

Is it possible to extract data (in table format) from PDF file to excel.
When tried to copy the table data from PDF to excel, it is pasted as text.
And if try to break it with "Text to columns" it is not breaking exactly

as
per the PDF format.

Best regards,
Ram



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default working with PDF data

Hi Nick,

Thank you for your valuable suggestion... Is it possible to read or use the
PDF file in C++ program like a text file... Also is it possible to create
user defined functions and call them in excel...

--
Best regards,
Ram


"NickHK" wrote:

Acrobat 6 (the paid version) has a function to "Select Table", then "Open
table in spreadsheet".
Acrobat Reader 6 (the free version) does not. Maybe later version do ?

A pdf table may look like a set of cells in Excel, but there is no
connection in the formats really. Unless the pdf component can put the data
into the clipboard that Excel can recognise as cells, then you will get
text. Maybe one of the other pdf components has such a feature ?

Otherwise, you need some means to recognise the end of each cell value. Then
TextToColumns or manipulating the clipboard data will be possible

NickHK

"Ram" wrote in message
...
Hello,

Can anyone clarify...

Is it possible to extract data (in table format) from PDF file to excel.
When tried to copy the table data from PDF to excel, it is pasted as text.
And if try to break it with "Text to columns" it is not breaking exactly

as
per the PDF format.

Best regards,
Ram




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default working with PDF data

Ram,
As PDF is a binary format, it is not text; you have to understand the file
format. As for reading it in C++, you would have to ask in an appropriate
NG.
UDFs can be created in Excel. Depends what you want to do.

NickHK

"Ram" wrote in message
...
Hi Nick,

Thank you for your valuable suggestion... Is it possible to read or use

the
PDF file in C++ program like a text file... Also is it possible to create
user defined functions and call them in excel...

--
Best regards,
Ram


"NickHK" wrote:

Acrobat 6 (the paid version) has a function to "Select Table", then

"Open
table in spreadsheet".
Acrobat Reader 6 (the free version) does not. Maybe later version do ?

A pdf table may look like a set of cells in Excel, but there is no
connection in the formats really. Unless the pdf component can put the

data
into the clipboard that Excel can recognise as cells, then you will get
text. Maybe one of the other pdf components has such a feature ?

Otherwise, you need some means to recognise the end of each cell value.

Then
TextToColumns or manipulating the clipboard data will be possible

NickHK

"Ram" wrote in message
...
Hello,

Can anyone clarify...

Is it possible to extract data (in table format) from PDF file to

excel.
When tried to copy the table data from PDF to excel, it is pasted as

text.
And if try to break it with "Text to columns" it is not breaking

exactly
as
per the PDF format.

Best regards,
Ram






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
Working with duration data PGiessler Excel Discussion (Misc queries) 3 March 25th 09 03:40 PM
working with data Joikochan Excel Worksheet Functions 8 May 8th 07 05:45 AM
Working with data from two worksheets Nithya Excel Worksheet Functions 1 November 20th 06 05:42 PM
Working with data? FF Excel Worksheet Functions 4 November 14th 05 02:35 AM
Working with data from several worksheets Jason Cohen[_2_] Excel Programming 1 June 23rd 05 06:58 PM


All times are GMT +1. The time now is 09:05 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"