- Posts: 814
- Thank you received: 65
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
Roman numerals as page numbers
IP: 37.183.44.177
7 years 9 months ago #13905
by Davide
Replied by Davide on topic Roman numerals as page numbers
Hi,
now this new feature is in beta for Android, it will be published for Windows and iOS at the end of the month.
now this new feature is in beta for Android, it will be published for Windows and iOS at the end of the month.
IP: 37.183.44.177
7 years 8 months ago #13945
by nermeen
Replied by nermeen on topic Roman numerals as page numbers
IP: 105.226.26.30
7 years 8 months ago #13961
by cornelius
Replied by cornelius on topic Roman numerals as page numbers
Awesome, thank you!
IP: 196.210.43.189
7 years 8 months ago #13976
by cornelius
Replied by cornelius on topic Roman numerals as page numbers
Hi
I tested this on the 3.8.5 beta1 of the sample app for iOS and the pageLabel returns nil
I added this code to RDPDFViewController and the pagenumber is nil:
I tested this on the 3.8.5 beta1 of the sample app for iOS and the pageLabel returns nil
I added this code to RDPDFViewController and the pagenumber is nil:
Code:
- (void)viewDidAppear:(BOOL)animated {
[super viewDidAppear:animated];
NSString *pagenumber = [m_doc pageLabel:0];
NSLog(@"%@", pagenumber);
}
IP: 212.97.62.176
7 years 8 months ago #13987
by emanuele
Replied by emanuele on topic Roman numerals as page numbers
Hi,
now you can download the new iOS beta version here
We checked the code:
with the new version and now it works correctly.
Thank you for your feedback
now you can download the new iOS beta version here
We checked the code:
Code:
- (void)viewDidAppear:(BOOL)animated {
[super viewDidAppear:animated];
NSString *pagenumber = [m_doc pageLabel:0];
NSLog(@"%@", pagenumber);
}
Thank you for your feedback
IP: 196.210.129.153
7 years 8 months ago #13993
by cornelius
Replied by cornelius on topic Roman numerals as page numbers
Hi
I downloaded the latest beta version and pageLabel method still returns nil in the sample app
I downloaded the latest beta version and pageLabel method still returns nil in the sample app
Time to create page: 0.382 seconds