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 get the current page no of pdf

More
IP: 192.168.0.71 11 years 8 months ago #6664 by biplab2014
:dry:
How to get the current page no of a pdf?.
More
IP: 192.168.0.71 11 years 8 months ago #6665 by radaee
there are callback method OnPageChanged();
More
IP: 192.168.0.71 11 years 8 months ago #6674 by biplab2014
i find out the method. But how to call and get the page no?
More
IP: 192.168.0.158 11 years 8 months ago #6677 by nermeen
an alternative is to created a get method in PDFReader to return the value of m_pageno
More
IP: 192.168.0.71 11 years 8 months ago #6687 by biplab2014
public int GetPageNo()
{
int pageno = m_pageno;
System.out.println("PageNo = "+pageno);
return pageno;
}
More
IP: 103.175.186.127 1 year 7 months ago #15892 by rohsha2
To get the current page number of a PDF, you can use a PDF reader’s built-in tools or software. For advanced needs , consider using PDF libraries in programming languages, such as PyPDF2 for Python.
Time to create page: 0.392 seconds
Powered by Kunena Forum