vba help - Create early binding

Mallesh23

Well-known Member
Joined
Feb 4, 2009
Messages
976
Office Version
  1. 2010
Platform
  1. Windows
Hi Team,

I want to read pdf document.I have downloaded ASPPDF Library.
attached snapshot of object browser and Reference Library.

How to create early binding code to use Property opendocument.


Below is my attempted code......


VBA Code:
Sub test()
Dim doc As Object
Dim NewDoc As Object
Dim pdf As ASPPDFLib
Set pdf = New ASPPDFLib

'Set pdf = Server.CreateObject("Persits.Pdf")

Set doc = pdf.OpenDocument("D:\Merge\21206752.pdf")
Set NewDoc = doc.ExtractPages("Page1=1; Page2=2")
NewDoc.Save "D:\Output\abc.pdf"

End Sub


1608617714239.png


Thanks
mg
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top