- Posts: 8
- Thank you received: 0
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
- biplab2014
- Topic Author
- Offline
- New Member
-
Less
More
IP: 192.168.0.71
11 years 8 months ago #6664
by biplab2014
How to get the current page no of pdf was created by biplab2014
:dry:
How to get the current page no of a pdf?.
How to get the current page no of a pdf?.
IP: 192.168.0.71
11 years 8 months ago #6665
by radaee
Replied by radaee on topic How to get the current page no of pdf
there are callback method OnPageChanged();
- biplab2014
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
IP: 192.168.0.71
11 years 8 months ago #6674
by biplab2014
Replied by biplab2014 on topic How to get the current page no of pdf
i find out the method. But how to call and get the page no?
IP: 192.168.0.158
11 years 8 months ago #6677
by nermeen
Replied by nermeen on topic How to get the current page no of pdf
an alternative is to created a get method in PDFReader to return the value of m_pageno
- biplab2014
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
IP: 192.168.0.71
11 years 8 months ago #6687
by biplab2014
Replied by biplab2014 on topic How to get the current page no of pdf
public int GetPageNo()
{
int pageno = m_pageno;
System.out.println("PageNo = "+pageno);
return pageno;
}
{
int pageno = m_pageno;
System.out.println("PageNo = "+pageno);
return pageno;
}
IP: 103.175.186.127
1 year 7 months ago #15892
by rohsha2
Replied by rohsha2 on topic How to get the current page no of pdf
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