Convert acrobat 9.0 PDF to Image .PNG Using VBA Code (2 Viewers)

Dvorak Pietrek

New member
Local time
Yesterday, 23:08
Joined
Sep 6, 2025
Messages
9
Hi everyone!

Could someone please help me convert a PDF file to PNG format using Acrobat? I want to open the file with Acrobat 9.0 and then convert or export it to PNG format. If you could provide me with a simple VBA example, I would be very grateful. Please, keep it simple as I'm new to this kind of programming.
 
Hi everyone!

Could someone please help me convert a PDF file to PNG format using Acrobat? I want to open the file with Acrobat 9.0 and then convert or export it to PNG format. If you could provide me with a simple VBA example, I would be very grateful. Please, keep it simple as I'm new to this kind of programming.
What exactly have you tried so far? Do you have a copy of Adobe Acrobat 9.0 already? Have you investigated whether it even has that capability?

VBA is a Microsoft Office product. Does Acrobat 9.0 even use VBA?
 
What exactly have you tried so far? Do you have a copy of Adobe Acrobat 9.0 already? Have you investigated whether it even has that capability?

VBA is a Microsoft Office product. Does Acrobat 9.0 even use VBA?
If I'm asking, it's because I have Acrobat. I have the full version of Acrobat and have used VBA before. Read what I posted and you'll see what I need.
 
You might be able to do it using a shell command to open the file with acrobat and save as a png. I don’t use acrobat so refer to the acrobat documentation

Perhaps ChatGPT can help
 

Users who are viewing this thread

Back
Top Bottom