Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

How to retrieve the first page image of pdf.

More
IP: 192.168.0.71 11 years 8 months ago #6637 by biplab2014
Hi,
How to retrieve a image of a pdf first page using the radaee sdk in android?. Please help me it's very urgent for me.
More
IP: 192.168.0.71 11 years 8 months ago #6638 by radaee
like this:
Code:
Document doc = new Document(); doc.Open( "path anem" ); Page page = doc.GetPage(0); page.RenderToBmp( ... ); page.Close(); doc.Close();
Time to create page: 0.412 seconds
Powered by Kunena Forum