I want to automate the task of opening PDF files, copying the text, and pasting to Excel.
Is there a way in C# to automatically grab a pdf file and do this. By the way, using the Adobe Reader "Convert to text" doesn't keep text properly tabular formatted and that's why I copy the text.
Thanks.