Saving PDF's Embedded in PowerPoint

JimHol

Active Member
Joined
Jan 4, 2011
Messages
314
I have a VBA app that searches PowerPoints for embedded/extractable objects that works great for Office documents, but I also need it to function for PDF's. Using "Shape.OLEFormat.DoVerb" I can open the PDF but I am struggling with the code to save the open PDF document.

Does anyone have a solution or can point me in the right direction?

Thanks,
Jim
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Paul,

Thanks, but all I really need to do is save a pdf from a vba macro. Is the pro version necessary to do that?

Thanks,
Jim
 
Upvote 0
Adobe Acrobat Pro supports VBA and is fully programmable, the free Reader doesn't and isn't.
 
Upvote 0
I have a PowerPoint VBA macro that searches presentations for embedded files. What I need for it to do is if it finds an embedded pdf I need to save it out as a separate file I dont think i need to develop anything in Adobe to do that do I?
 
Upvote 0
Who said anything about developing in Adobe? You need to automate Adobe just as you'd need to automate Word or Excel for extracting Word & Excel files. You need Acrobat Pro for the automation.
 
Upvote 0

Forum statistics

Threads
1,225,681
Messages
6,186,411
Members
453,352
Latest member
OrionF

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