japseyz/simple-jdf
最新稳定版本:v1.0.3
Composer 安装命令:
composer require japseyz/simple-jdf
包简介
A package for creating simple JDF messages
关键字:
README 文档
README
A package for creating simple JDF messages
JDF is an XML standard used to send files to digital printers.
Installation
composer require japseyz/simple-jdf
Usage
Create a new JDF file
// instantiate a Job
$job = new \JapSeyz\SimpleJDF\Job();
// add a new print file to the Job
$job->setPrintFile('http://absolute/path/to/file.pdf');
// save the raw JDF to a file
file_put_contents('filename.jdf', $job->asXML());
Credits
Thanks to Joe Pritchard for his JoePritchard/jdf package which this is based upon.
统计信息
- 总下载量: 1.93k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2020-06-29