How to extract images from pdf

Web document says that  use ExtractImages() method to extract images from pdf pages .

Image[] extractedImages = pageBase.ExtractImages();

But there is no ExteactImages() method but ExtractText().

How do I extract images from pdf;


using Syncfusion.Pdf;

using Syncfusion.Pdf.Parsing;


1 Reply

IJ Irfana Jaffer Sadhik Syncfusion Team October 27, 2022 12:31 PM UTC

Hi Kim,


We do not have support to extract images from the pdf document in Xamarin and we do not have any immediate plans to implement these features . we will implement this support in any of our upcoming releases. We usually have an interval of at least three months between releases, at the planning stage for every release cycle, we review all open features. We will let you know when this feature is implemented.


The status of the feature can be tracked through our Feature Management System,

https://www.syncfusion.com/feedback/2961/extract-images-from-the-loaded-pdf-document-pages


Regards,

Irfana J


Loader.
Up arrow icon