Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about iOS development and PDF
  • Page:
  • 1

TOPIC:

Curl/flipping pages in iOS 3.59 version 4 years 2 months ago #14877

  • kamennik
  • kamennik's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
Hi,

we included the radaee pdf library in Android and it works well.

Now I'm trying to port the same functionality to iOS. Downloaded the latest evaluation 3.59 and running tests on the sample app provided. It works, however I'm not able to set the curl option in the view modes.

What I did:
1. Set in RDVGlobal.m _g_render_mode to 6
2. set _g_curl_enabled to tru in both instances:it is initialized twice for some reason:
here a copy/paste from RDVGlobal.m:
_g_render_mode = 6;
....
_g_static_scale = false;
_g_curl_enabled = true;
_g_cover_page_enabled = false;
_g_fit_signature_to_field = true;
_g_execute_annot_JS = true;
_g_dark_mode = false;
_g_annot_lock = true;
_g_annot_readonly = true;
_g_paging_enabled = true;
_g_double_page_enabled = true;
_g_curl_enabled = true;
_g_cover_page_enabled = false;
_g_case_sensitive = false;
_g_match_whole_word = false;
_g_sel_right= false;
_g_screen_awake = false;
_g_auto_launch_link = true;
_g_save_doc = false;

The viewer still doesn't curl/flip the pages.

Please let me know where I can specify the rendering setting or anything else, to get the curl effect for paging?

I am using the Objective C library.

TYVM,

Kamen

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

Curl/flipping pages in iOS 3.59 version 4 years 2 months ago #14880

  • federico
  • federico's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 261
  • Thank you received: 18
Hi,
Curling pages is not integrated in RadaeePDF's tiled version.
In the old render's project was used external class LeavesView but this is no more supported.
For more information we invite you to send a ticket addressed to sales department.

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

Last edit: by federico.

Curl/flipping pages in iOS 3.59 version 4 years 1 month ago #14911

  • federico
  • federico's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 261
  • Thank you received: 18
Hi Kamen,
We've just uploaded new Radaee iOS SDK's beta version with curling page available.
You could find it here: www.radaeepdf.com/download/download-prev...radaeepdf-tiled-3-60
To activate curling page mode you should set g_render_mode to 7 in RDVGlobal.
Curling page mode does not support any kind of event on pdf, it just open docs in read only mode, as it is in Android.
If you want to try it and give us a response we'll appreciate a lot

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

Last edit: by federico.
  • Page:
  • 1
Powered by Kunena Forum