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

TOPIC:

PDF Page Size 8 years 8 months ago #9418

  • saynas
  • saynas's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
Hi ,
How can i get the real sizes (width and height) of each page of a PDF ? i need help
Thinks

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

PDF Page Size 8 years 8 months ago #9420

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
you can get page dimensions using the following methods:
m_doc.GetPageHeight(int pageno);
m_doc.GetPageWidth(int pageno);

For more info check this: www.radaeepdf.com/documentation/javadocs...ml#GetPageWidth(int)

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

  • Page:
  • 1
Powered by Kunena Forum