Skip to main content
Participant
February 29, 2024
Question

how to extract images from pdf using pdfservices-sdk

  • February 29, 2024
  • 1 reply
  • 1845 views

I have seen tutorials on extracting text content from pdf using pdfservices-sdk. I would like to understand how to extract images in the pdf using the sdk(python).

I have tried extracting the images using pdfextract api. i would like to do the same using pdfservices-sdk

    This topic has been closed for replies.

    1 reply

    Raymond Camden
    Community Manager
    Community Manager
    February 29, 2024

    I'm not sure I understand your question. PDF Extract is one of our APIs, and the PDF Services SDKs are simply wrappers to use our APIs, all of them. You install one SDK (if you want, we have nice REST APIs) and get access to use any API.

     

    And yes, Extract can extract the images, we've got docs showing you how to do that. Have you tried it yet?

    Participant
    March 1, 2024

    Hi Raymond,

     

    Thank you for the quick response. I would like to highlight my exact requirement.
    Lets consider I have a pdf which contains images along with texts. I am able to extract the texts from it using pdfservices-sdk by following the tutorial. Additionally, the other requirement is to download the images present in the same pdf. And I would like to use pdfservices-sdk for it as well.

     

    Unfortunately I could not find a helpful documentation regarding the same. If you could provide any leads/links to the documentation would be really appreciated

     

    Thanks in advance