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

PDF Page Size

More
11 years 1 month ago #9418 by saynas
PDF Page Size was created by saynas
Hi ,
How can i get the real sizes (width and height) of each page of a PDF ? i need help
Thinks
More
11 years 1 month ago #9420 by Davide
Replied by Davide on topic PDF Page Size
Hi,
you can get page dimensions using the following methods:
Code:
m_doc.GetPageHeight(int pageno);
Code:
m_doc.GetPageWidth(int pageno);

For more info check this: www.radaeepdf.com/documentation/javadocs...ml#GetPageWidth(int)
Time to create page: 0.380 seconds
Powered by Kunena Forum