Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF

TOPIC:

Roman numerals as page numbers 5 years 10 months ago #13905

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
now this new feature is in beta for Android, it will be published for Windows and iOS at the end of the month.

Please Log in or Create an account to join the conversation.

Roman numerals as page numbers 5 years 9 months ago #13945

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
Dear Cornel,

This method is now available for iOS and Windows 10

Please Log in or Create an account to join the conversation.

Roman numerals as page numbers 5 years 9 months ago #13961

  • cornelius
  • cornelius's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 13
  • Thank you received: 0
Awesome, thank you!

Please Log in or Create an account to join the conversation.

Roman numerals as page numbers 5 years 9 months ago #13976

  • cornelius
  • cornelius's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 13
  • Thank you received: 0
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:
- (void)viewDidAppear:(BOOL)animated {
    [super viewDidAppear:animated];

    NSString *pagenumber = [m_doc pageLabel:0];
    NSLog(@"%@", pagenumber);
}

Please Log in or Create an account to join the conversation.

Roman numerals as page numbers 5 years 9 months ago #13987

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi,

now you can download the new iOS beta version here
We checked the 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

Please Log in or Create an account to join the conversation.

Roman numerals as page numbers 5 years 9 months ago #13993

  • cornelius
  • cornelius's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 13
  • Thank you received: 0
Hi

I downloaded the latest beta version and pageLabel method still returns nil in the sample app

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum