- Posts: 16
- 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
Annotation Tool Bar And Notes annotation feature
IP: 192.168.0.71
11 years 7 months ago #6778
by Mahesh007
Annotation Tool Bar And Notes annotation feature was created 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.
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.
IP: 192.168.0.71
11 years 7 months ago #6779
by radaee
Replied by radaee on topic Annotation Tool Bar And Notes annotation feature
you had mixed old codes and new codes.
the new codes: Document is a obj-c class, not C pointer.
the new codes: Document is a obj-c class, not C pointer.
IP: 192.168.0.71
11 years 7 months ago #6781
by Mahesh007
Replied by Mahesh007 on topic Annotation Tool Bar And Notes annotation feature
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.
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.
IP: 192.168.0.71
11 years 7 months ago - 11 years 7 months ago #6784
by radaee
Replied by radaee on topic Annotation Tool Bar And Notes annotation feature
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];
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 .
IP: 192.168.0.71
11 years 7 months ago #6785
by radaee
Replied by radaee on topic Annotation Tool Bar And Notes annotation feature
and add PDFObjc.h and PDFObjc.m to your project.
Time to create page: 0.409 seconds