承接 japseyz/simple-jdf 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2020-06-29