This sample shows how to extract images from a PDF document with their location using Docotic.Pdf library.
Use the PdfPage.GetPaintedImages method to get the collection of all images drawn on the page. The collection contains instances of the PdfPaintedImage class.
Using the properties of the PdfPaintedImage
class, you can access the PdfImage object for the painted image and the bounds of the image on the page.