- Posts: 19
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about iOS development and PDF
Unable to save PDFDoc object in premium version
IP: 192.168.0.71
11 years 6 months ago #7215
by shivkant
Unable to save PDFDoc object in premium version was created by shivkant
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.
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.
IP: 192.168.0.71
11 years 6 months ago #7217
by radaee
Replied by radaee on topic Unable to save PDFDoc object in premium version
document object not opened[PDFDoc open], or not created[PDFDoc create], process same as empty document object. will return false.
IP: 192.168.0.71
11 years 6 months ago #7222
by shivkant
Replied by shivkant on topic Unable to save PDFDoc object in premium version
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
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
IP: 192.168.0.71
11 years 6 months ago #7224
by radaee
Replied by radaee on topic Unable to save PDFDoc object in premium version
never happen from our side.
are demo project works?
are demo project works?
IP: 192.168.0.71
11 years 6 months ago #7271
by shivkant
Replied by shivkant on topic Unable to save PDFDoc object in premium version
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...
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...
Time to create page: 0.394 seconds