承接 vectorface/docbuilder 相关项目开发

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

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

vectorface/docbuilder

最新稳定版本:v3.0.3

Composer 安装命令:

composer require vectorface/docbuilder

包简介

A Markdown To PDF Documentation Generation Tool

README 文档

README

docbuilder is a simple tool that allows you to generate PDF documentation from markdown & css. This tool generates pdfs through intermediary HTML that can be styled with custom CSS rules (see usage).

Requirements

  • PHP >= 7.4
  • mbstring
  • gd (for image support)
  • zlib

Installation

$ git clone https://github.com/Vectorface/docbuilder.git
$ cd docbuilder
$ composer update

Usage

$ ./bin/docbuilder -h
Usage: docbuilder [OPTION]... [INFILE] [OUTFILE]
Converts Markdown files to pdf.
Options:
  -c, --css=FILE   provide css file for styling (overrides default styling)
  -p, --printhtml  output intermediate html file (accepts optional filename argument)
  -h, --help       display this help and exit
  -v, --version    output version number and exit

Build Phar

A standalone .phar archive can be built with box.

统计信息

  • 总下载量: 7.2k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 9
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-06-29