I have a PDF file which contains one bitmap image per page. The pages of the file have been cropped using Adobe Acrobat. As always with Adobe Acrobat, the PDF file still contains the full original bitmaps, but the TrimBox coordinates indicate the part of the bitmaps that are shown when viewing the PDF.
I'd like to use Aspose.PDF to extract the visible parts of the bitmaps. However, when I extract the bitmaps using Aspose.PDF, I receive the full bitmaps. How can I instruct Aspose.PDF to first crop the bitmaps according to the TrimBox?