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

TOPIC:

Unable to save PDFDoc object in premium version 10 years 11 months ago #7215

  • shivkant
  • shivkant's Avatar Topic Author
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 19
  • Thank you received: 0
Hello Support Team,

I am using Premium License of Radaee for iOS version.

I am getting true value when calling "Global_activePremium" method. It means i am authorized to use premium version features.

But when I call [PDFDoc save] , I get false value in response.

like :

pdfDoc = [[PDFDoc alloc] init];

bool isSuccess = [pdfDoc save];

NSLog(@"%i",isSuccess);

Please help. Thanks in advance.

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

Unable to save PDFDoc object in premium version 10 years 11 months ago #7217

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
document object not opened[PDFDoc open], or not created[PDFDoc create], process same as empty document object. will return false.

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

Unable to save PDFDoc object in premium version 10 years 11 months ago #7222

  • shivkant
  • shivkant's Avatar Topic Author
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 19
  • Thank you received: 0
Actually when I rum my app on iPad Simulator.. it works fine..

but when ever I tried to same on my iPad It does not render any annotation . What Should I do to render the annotation on my iPad.

Please reply

Thanks

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

Unable to save PDFDoc object in premium version 10 years 11 months ago #7224

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
never happen from our side.
are demo project works?

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

Unable to save PDFDoc object in premium version 10 years 11 months ago #7271

  • shivkant
  • shivkant's Avatar Topic Author
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 19
  • Thank you received: 0
In Demo project, I am able to add annotate on some document on emulator, But in ipad, ipadmini, iPhone It do not let me add any annot on any document. I changed the device and pdf document but did not get right thing.

In coding terms:

On Emulator --- [m_doc canSave] returns 1 or true

On device --- [m_doc canSave] returns 0 or false // Tested on 3 devices with 4 pdf documents

Please help...

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

  • Page:
  • 1
Powered by Kunena Forum