Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1

TOPIC:

How to retrieve the first page image of pdf. 9 years 10 months ago #6637

  • biplab2014
  • biplab2014's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 0
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.

Please Log in or Create an account to join the conversation.

How to retrieve the first page image of pdf. 9 years 10 months ago #6638

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
like this:
Document doc = new Document();
doc.Open( "path anem" );
Page page = doc.GetPage(0);
page.RenderToBmp( ... );
page.Close();
doc.Close();

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum