Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PDF Validation
#2
Not Solved
If you have Adobe Acrobat installed on your machine, you can use this to manipulate your pdf files.
like the below examle using AcroExch object to get the number of pages in the pdf file

Code:
Set Acroapp = CreateObject("AcroExch.App")
Set pdf = CreateObject("AcroExch.PDDoc")
pdf.Open <<PdfFile>>,"temp"
Set pdfFile = pdf.GetPDDoc
GetPDFPageCount = pdfFile.GetNumPages
Set pdffile = nothing

Reply


Messages In This Thread
PDF Validation - by wheelercha - 12-22-2009, 08:34 PM
RE: PDF Validation - by Saket - 12-23-2009, 01:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PDF Automation using Adobe PDF Test Tool Kit. PremShanmugam 0 1,675 01-21-2017, 01:49 AM
Last Post: PremShanmugam

Forum Jump:


Users browsing this thread: 1 Guest(s)