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

Annotation Tool Bar And Notes annotation feature

More
IP: 192.168.0.71 11 years 7 months ago #6778 by Mahesh007
Hi

i have used your sdk. when i integrate your sdk from your given document. this gives me error on that line.
[m_view vOpen:m_doc: self]; in this method - (int)PDFOpen:(NSString *)path withPassword:(NSString *)pwd.i have attach screeshot with that.
or i have create all annotation tool bar from my self with all annotation tool or you have to provide annotation tool bar like other library.is notes feature available in your library . can we get bezier path from freehand drawing.
More
IP: 192.168.0.71 11 years 7 months ago #6779 by radaee
you had mixed old codes and new codes.
the new codes: Document is a obj-c class, not C pointer.
More
IP: 192.168.0.71 11 years 7 months ago #6781 by Mahesh007
where i can find this document.
please reply on this asap.
i have create all annotation tool bar from my self with all annotation tool or you have to provide annotation tool bar like other library.is notes feature available in your library . can we get bezier path from freehand drawing.
More
IP: 192.168.0.71 11 years 7 months ago - 11 years 7 months ago #6784 by radaee
the new Document class:
PDFDoc doc = [PDFDoc alloc] init];
[doc open:pathname];
PFView view = [[PDFView alloc] initWithFrame:rect];
[view vOpen:doc.....];
....
view.vClose();
[doc close];
Last edit: 11 years 7 months ago by .
More
IP: 192.168.0.71 11 years 7 months ago #6785 by radaee
and add PDFObjc.h and PDFObjc.m to your project.
Time to create page: 0.409 seconds
Powered by Kunena Forum