PdfReportKit

程序名称:PdfReportKit

授权协议: Apache

操作系统: iOS

开发语言: Objective-C

PdfReportKit 介绍

PdfReportKit 是一个小的工具包,用于通过 HTML 模板来创建 PDF 报表,每个页面支持头、底部和其他内容

示例模板:

{{#documentHeader}}
    Whatever you want
{{/documentHeader}}

使用代码

NSError * error;
Nsstring * templatePath = [[NSBundle mainBundle] pathForResource:@"foo" ofType:@"mustache"];
[[PRKGenerator sharedGenerator] createReportWithName:@"foo" templateURLString:templatePath itemsPerPage:20 totalItems:articles.count pageOrientation:PRKLandscapePage dataSource:self delegate:self error:&error];

PdfReportKit 官网

https://github.com/as-cii/PdfReportKit

相关编程语言

BlazeDS 是一个基于服务器的Java 远程控制(remoting...
OVal 是一个可扩展的Java对象数据验证框架,验证的规...
Volta 是一套开发工具,专为开发分布式、实时系统应...
OpenDDS 是一个开源的 C++ 实现的 对象管理组织 OMG...
JADE (Java Agent DEvelopment Framework) 是一个完...
FastMM ,在D2006和2007中已代替了原来的内存管理器。