softwareenganeer
-
Total Posts
:
1
- Scores: 0
-
Reward points
:
0
- Joined: 4/19/2010
-
Status: offline
|
Read the text from PDF file in VBScript
Monday, April 19, 2010 9:45 PM
( permalink)
Hi, I am new to VBScript, I need to read the text from the PDF file by using the VBScript. is it possible to read the PDF file by using VBScript without using any third party? if so, pls let me know the code. is there any open source code to do this in VBScript? Regards, BSK
|
|
|
|
aky_style
-
Total Posts
:
3
- Scores: 0
-
Reward points
:
0
- Joined: 1/26/2011
-
Status: offline
|
Re:Read the text from PDF file in VBScript
Thursday, December 08, 2011 10:28 PM
( permalink)
I am searching for the same. Any object or methods would help.. Thanks in advance Aky
|
|
|
|
59cobalt
-
Total Posts
:
979
- Scores: 91
-
Reward points
:
0
- Joined: 7/17/2011
-
Status: offline
|
Re:Read the text from PDF file in VBScript
Saturday, December 10, 2011 2:03 AM
( permalink)
Quick and dirty approach: - read the default value of [HKCR\.pdf] from the registry
- read the default value of [HKCR\XXX\shell\print\command] from the registry (replace XXX with the value you read in the first step)
- run the command read in the second step (replace %1 with the path to the PDF you want to print)
|
|
|
|