RoboReaderPDF 0.1.0

RoboReaderPDF 0.1.0

测试已测试
语言语言 Obj-CObjective C
许可 MIT
发布最后发布2014年12月

未声明的所有者 维护。



  • 作者:
  • Mikhail Viceman

通过几行代码,您可以创建一个 PDF 视图控制器。这个框架非常快速且易于使用。

示例用法

// Add RoboReader files to your project; import "RoboViewController.h"

// Create a RoboDocument instance for the PDF file you want to display.

NSString *path = [[NSBundle mainBundle] PathForResource:@"YourPdf" withExtension:@"pdf"]; 

RoboDocument *document = [[RoboDocument alloc] initWithFilePath:url password:@"YourPdfPassword_or_nil"]


//Create a RoboViewController instance and present it as a child view controller.

RoboViewController *r = [[RoboViewController alloc] initWithDocument:document];

致谢

RoboReader 是在 Mikhail Viceman 开发 数字版平台 时创建的,版权(c)REDMADROBOT

创建者

Mikhail Viceman @vaivaikitay

许可

RoboReader 可在 MIT 许可下获得。更多信息请参阅 LICENSE 文件。