Micro Focus QTP (UFT) Forums
How to Automate PDF file. - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: How to Automate PDF file. (/Thread-How-to-Automate-PDF-file)



How to Automate PDF file. - upadhyay40 - 04-26-2010

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


RE: How to Automate PDF file. - basanth27 - 04-28-2010

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


RE: How to Automate PDF file. - upadhyay40 - 05-17-2010

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


RE: How to Automate PDF file. - basanth27 - 05-18-2010

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 ?


RE: How to Automate PDF file. - upadhyay40 - 05-18-2010

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


RE: How to Automate PDF file. - basanth27 - 05-20-2010

Did you consider the first option ? That should be allowed because it is legal. Dont the client have a Enterprise PDF version ?


RE: How to Automate PDF file. - Saket - 06-28-2010

is it allowed to use external/third party dlls there, if so...
see if this helps you
https://www.learnqtp.com/learnquicktestpdf-api-manipulating-pdfs-in-qtp/


RE: How to Automate PDF file. - basanth27 - 06-29-2010

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.


RE: How to Automate PDF file. - Saket - 06-29-2010

Thanks Basanth,
this is freeware, however re-distributing this should have credits to atleast learnqtp.com.


RE: How to Automate PDF file. - mv8167 - 03-07-2012

I cannot select the Download link for the LearnQuickTestPDF API. My company has the page blocked.

Can we get the LearnQuickTestPDF API elsewhere?

thx