Click here to Skip to main content
15,919,245 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can interact with pdf from excel macro and copy data from pdf to excel.pls tell me the process to create interface with adobe pdf.
Posted

1 solution

Short answer: You can't.

Longer answer: If you have a commercial version of Acrobat installed you may be able to instantiate a COM object to remotely contol a PDF document and get something out of it. You may also be able to design a COM object that wraps part of the iTextSharp library to parse a PDF file. This is very advanced stuff for someone who has been working with .NET professionally for about 5 years or more.

Tell us more about what you're trying to accomplish.

_________________________________
Yvan Rodrigues · Red Cell Innovation Inc. · L'innovation de Globules Rouges Inc.
 
Share this answer
 
v2
Comments
sunny mehra 27-Nov-11 4:56am    
i am doing one project where i want to copy data from pdf document and export into excel document as per some standard excel format
ahayek 19-Dec-11 11:57am    
You can copy all the data from the PDF document, irrespective of its type, with the formatting intact into Excel, using PDF2XL software. I have purchased this software, and a regular user.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900