Getting at ACROBAT pdf file properties

  • Thread starter yer darn tootin
  • Start date
Y

yer darn tootin

Does anyone know what I need to query Acrobat pdf file properties from
my asp.net page? I've found various examples that use this:

x = InputBox("Enter complete path to PDF File")
Dim opdf As Object
opdf = CreateObject("AcroExch.PDDoc")
opdf.Open(x)
Dim y As String
y = opdf.GetInfo("Title")
MsgBox(y)
opdf = Nothing

I can add a reference to my vb project from the COM tab to 'Acrobat
Access 2.0 Type Library', but there's no class called AcroExch in
there. I have Adobe 5.0 and 6.0 installed on the pc.

Do I need something else installed, like an Acrobat SDK, or are there
other versions, such as 'PRO', to get at this class?

Thanks for any tips,
Bob
 
P

Phillip Ian

Apparently AcroExch is part of the full version of Acrobat, not the
free reader.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top