Save PDF Pages as BMPs

Is there a way of saving PDF pages as bmps?


I want to do this so that I can print the PDF using the TMSFMXNativeUIActivityViewController by adding each page as an image using the Bitmaps.Add() routine.

Is there another way of using the iCL objects to print a PDF?

Hi, 


We have investigated this here and have added a Files property, which is similar to the Bitmaps, but accepts all kind of file types. When testing this with a PDF, we get the option to print the PDF, with the ability to select the printer and the range of pages to print.
The next version will address this.

Kind Regards,
Pieter

Thanks very much, Pieter. :)