Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Automate PDF file.
#1
Solved: 10 Years, 7 Months, 3 Weeks ago
Hello All,

Can anybody please let me know how to automate PDF file.
I Want to do operation
1. Open PDF file
2. Read the content
3. Compare with another PDF file.
4. Close the file.

I am using QTP 10.0

Hoping for all of your cooperation.

Regards
Mahesh
Reply
#2
Solved: 10 Years, 7 Months, 3 Weeks ago
Two ways,

1. Adobe's COM object is exposed for Adobe's proffessional[licensed full] Version. google about it and you will get it. [ Easy way ].

2. Parse PDF to a text file, read data from the text and compare. [ doable but it sure sweats ].

Make a choice my friend and you should be able to get your task done Smile
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply
#3
Solved: 10 Years, 7 Months, 3 Weeks ago
Hi Basanth,

Thanks for the help, but could you please elaborate little bit more on this.

I was tried on google for a code to parse PDF to text file but i got only PDF convertor software which are not allowed at my office.

So please your help will be appreciated i need to show demo on this friday for the same

Thanks
Reply
#4
Solved: 10 Years, 7 Months, 3 Weeks ago
The is the Easy way to do it - Automate PDF

The painful way to do it - pdftotext [ That is the name of the software. google it and you should get it].

Here is how you would use PDFtoText -

pdftotext version 0.92
Copyright 1996-2000 Derek B. Noonburg
Usage: pdftotext [options] <PDF-file> [<text-file>]
-f <int> : first page to convert
-l <int> : last page to convert
-ascii7 : convert to 7-bit ASCII (default is 8-bit ISO Latin-1)
-latin2 : convert to ISO Latin-2 character set
-latin5 : convert to ISO Latin-5 character set
-eucjp : convert Japanese text to EUC-JP
-raw : keep strings in content stream order
-upw <string> : user password (for encrypted files)
-q : don't print any messages or errors
-v : print copyright and version info
-h : print usage information
-help : print usage information

Example to use would be

Systemutil.run "c:\pdftotext.exe"," C:\toconvert.pdf c:\converted.txt"

This is a freeware and should be of no issue with respect to licensing or auditing. Why does your organization not allow ? Do they have any valid reason or is it just the whimps and fancy of some half baked sys admin ?
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply
#5
Solved: 10 Years, 7 Months, 3 Weeks ago
Hi basanth,

Thanks for your help,
The reason behind not allowed any external software is only i am working on client end where external S/w's are not allowed.
Hope you are getting my trouble.
Please if you have any code to Parse PDF to text then it will be beneficial for me.
Please take in consider, hoping for your cooperation

Thanks
Reply
#6
Solved: 10 Years, 7 Months, 3 Weeks ago
Did you consider the first option ? That should be allowed because it is legal. Dont the client have a Enterprise PDF version ?
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply
#7
Solved: 10 Years, 7 Months, 3 Weeks ago
is it allowed to use external/third party dlls there, if so...
see if this helps you
https://www.learnqtp.com/learnquicktestp...fs-in-qtp/

Reply
#8
Solved: 10 Years, 7 Months, 3 Weeks ago
Saket -
I read this. Excellent work dude !! Just wanted to know if this dll is a shareware or a freeware ? Is it re-distributable without credits to the creator ? I mean, it will be hard if we hit any licensing issues later working under enterprise.

Let me know your thoughts.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply
#9
Solved: 10 Years, 7 Months, 3 Weeks ago
Thanks Basanth,
this is freeware, however re-distributing this should have credits to atleast learnqtp.com.

Reply
#10
Solved: 10 Years, 7 Months, 3 Weeks ago
I cannot select the Download link for the LearnQuickTestPDF API. My company has the page blocked.

Can we get the LearnQuickTestPDF API elsewhere?

thx
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Sad Save data from pdf file to a word doc Amar 0 2,394 12-12-2013, 12:29 PM
Last Post: Amar
  Retrieving Text from a PDF file smartkarthi 2 4,394 08-22-2013, 11:44 AM
Last Post: smartkarthi
  how to save a .pdf file in a browser window in qtp ssvali 15 19,734 09-24-2012, 06:14 PM
Last Post: Ankesh

Forum Jump:


Users browsing this thread: 1 Guest(s)