Regarding pdf

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
ladduq
Posts: 31
Joined: 22 Jan 2012 01:08

Regarding pdf

#1 Post by ladduq » 19 Mar 2012 01:39

Hi

I need some help regarding PDF

can we convert pdf to .txt or .doc format using batch program.

or

can we search for a string in a pdf document and display that whole line
in to a separate text document or pdf or .doc

say we have below few lines in pdf and search string is john

1 how are u john
2 how are u smith
3 how are u allen
4 how are u john
5 how are u smith
6 how are u allen

the expected output is


start
===================
1 how are u john
===================
6 how are u john
===================
end

Squashman
Expert
Posts: 4471
Joined: 23 Dec 2011 13:59

Re: Regarding pdf

#2 Post by Squashman » 19 Mar 2012 07:36

Not without some 3rd party software.

Post Reply