generate_page_image from PPTX? #545
Answered
by
dolfim-ibm
tejaswib428
asked this question in
Q&A
-
I have been trying to extract pages as images from PPTs, but have failed so far. Does PDFPipelineOptions class for pipelines and PDFFormatOption class for Document Conversion work in case of PPTs? I tried this way, I was able to extract text and tables but images were unsuccessful. Then I tried to implement PPTXFormatOption class, but am doubtful which PipelineOptions class to use. |
Beta Was this translation helpful? Give feedback.
Answered by
dolfim-ibm
Dec 9, 2024
Replies: 1 comment 3 replies
-
Can you please post
there have been some recent fixes which might have addressed this already. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code is saving the whole page images, which indeed are not supported in PPTX.
But you should still be able to save the images in the document with something like the following: