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

More
IP: 37.183.44.177 7 years 9 months ago #13905 by Davide
Hi,
now this new feature is in beta for Android, it will be published for Windows and iOS at the end of the month.
More
IP: 37.183.44.177 7 years 8 months ago #13945 by nermeen
Dear Cornel,

This method is now available for iOS and Windows 10
More
IP: 105.226.26.30 7 years 8 months ago #13961 by cornelius
Awesome, thank you!
More
IP: 196.210.43.189 7 years 8 months ago #13976 by cornelius
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:
Code:
- (void)viewDidAppear:(BOOL)animated { [super viewDidAppear:animated]; NSString *pagenumber = [m_doc pageLabel:0]; NSLog(@"%@", pagenumber); }
More
IP: 212.97.62.176 7 years 8 months ago #13987 by emanuele
Hi,

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); }
with the new version and now it works correctly.
Thank you for your feedback
More
IP: 196.210.129.153 7 years 8 months ago #13993 by cornelius
Hi

I downloaded the latest beta version and pageLabel method still returns nil in the sample app
Time to create page: 0.382 seconds
Powered by Kunena Forum