sojebsikder/html2pdf
最新稳定版本:v1.0.0
Composer 安装命令:
composer require sojebsikder/html2pdf
包简介
Convert html to pdf
README 文档
README
This is a simple laravel package based on this https://github.com/SojebSikder/extra-power
- It helps to convert html to pdf
Install
composer require sojebsikder/html2pdf
Example:
Save pdf as file
$html = new Html2pdf(); $html->setUrl('http://google.com'); return $html->saveAs('sojeb.pdf');
Download pdf
$html = new Html2pdf(); $html->setUrl('http://google.com'); return $html->download();
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-10