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

TOPIC:

Annotation Tool Bar And Notes annotation feature 9 years 8 months ago #6778

  • Mahesh007
  • Mahesh007's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 16
  • Thank you received: 0
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.
Attachments:

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

Annotation Tool Bar And Notes annotation feature 9 years 8 months ago #6779

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
you had mixed old codes and new codes.
the new codes: Document is a obj-c class, not C pointer.

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

Annotation Tool Bar And Notes annotation feature 9 years 8 months ago #6781

  • Mahesh007
  • Mahesh007's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 16
  • Thank you received: 0
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 Log in or Create an account to join the conversation.

Annotation Tool Bar And Notes annotation feature 9 years 8 months ago #6784

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
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];

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

Last edit: by .

Annotation Tool Bar And Notes annotation feature 9 years 8 months ago #6785

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
and add PDFObjc.h and PDFObjc.m to your project.

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

  • Page:
  • 1
Powered by Kunena Forum