Re: How copy the footer of a PDF page

"valery_vi" <[email protected]> Fri, 17 Aug 2007 12:50:33 -0000
Newsgroups gmane.comp.windows.autoit.user
Message-ID <[email protected]>
More easy method is the following.
My Adobe Reader (v.8.0) can save pdf as text file. 
Keystrokes:
{Alt+F}{Alt+V}{Enter}

This file is textual pdf content including footer, so you can extract
footer from this text file, only.

Valery

--- In [email protected], "valery_vi" <shehrer1@...> wrote:
>
> Quick answer is to use COM objects from Adobe
> 
> Valery
> 
> --- In [email protected], "mickeyhahvip" <mickeyhahvip@>
> wrote:
> >
> > Hello,
> > 
> > How can I copy footer of a PDF file to an txt file using Autoit?
> > 
> > Please help,
> > Thanks
> >
>