Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8349813
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:07:17+00:00 2026-06-09T08:07:17+00:00

I know that in the Insertable Objects tab on the Components window, that there

  • 0

I know that in the “Insertable Objects” tab on the Components window, that there is “Adobe Acrobat Document,” but that isn’t really what I’m looking for. I’m not sure what the “Adobe Acrobat 7.0 Browser Control Type Library 1.0” (created an error when I tried to use it) is in the “Controls” tab.

Here is the functionality that I need:

  • read how many pages are in a PDF file
  • import each page as a background into a picturebox

I saw this here on SO regarding converting PDF’s to TIFF’s, so I’m not sure if this would be the best way to go? https://stackoverflow.com/questions/2…rt-pdf-to-tiff ; I downloaded ImageMagick and am not sure how to use it, but I’ll be looking into it (not sure whether I have to use “Shell” on ImageMagick’s convert.exe or if there is a better way [like using a DLL])

I also saw this: http://www.quickpdflibrary.com/faq/c…age-to-pdf.php

This one looked promising, but it appears to be for .NET: http://social.msdn.microsoft.com/For…-c1d98a90a2a2/

I’ll be working on this, but anything to point me in the right direction is appreciated and detailed information is greatly appreciated — maybe even rewarded with a bounty. 😉

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T08:07:19+00:00Added an answer on June 9, 2026 at 8:07 am

    If a commercial library is an option for you, you could try with Amyuni PDF Creator ActiveX. You could embed it in your application as a viewer, or you could use the method ExportToJPeg_Method and load the resulting images in your picturebox instead.

    Sample code:

    On Error GoTo report_error
    With PDFCreactiveX1
    .Open "test.pdf", ""
    'export the PDF file to JPEG format with the resolution=300 and
    'compression level=9.
    .ExportToJPeg "exportJpeg.jpg", 300, 9
    End With
    

    You could also use ImageMagic for PDF to image conversion by using shell execution:

    Shell "convert v.pdf v%d.png"
    

    Be aware that ImageMagic “PDF to image” conversion requires ghostscript, which is a GPL project, which means that you are not supposed to use it for free in a commercial closed-source application.

    Usual disclaimer applies for the first suggestion

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that there are more than a dozen questions about this. But I
I know that there's something fishy about the malloc part, but I'm having trouble
I know that Apple's terms for apps disallows downloading and executing code, but there
I know that this may be common knowledge, but is there a way to
I know that there has been one question about this but it is not
I know that Phonegap has an event for back button, but it's only available
I know that this sort of question has been asked here before, but still
I know that Java have its own garbage collection, but sometimes I want to
I know that immutable objects always have the same state, the state in which
I know that design patterns is generally something that's connected to OO programming, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.