Download the PHP package oyswonder/html2pdf without Composer
On this page you can find all versions of the php package oyswonder/html2pdf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download oyswonder/html2pdf
More information about oyswonder/html2pdf
Files in oyswonder/html2pdf
Download oyswonder/html2pdf
More information about oyswonder/html2pdf
Files in oyswonder/html2pdf
Vendor oyswonder
Package html2pdf
Short Description A Simple package for easily generating PDF documents from HTML.This package is specially for laravel but you can use this without laravel.
License MIT
Package html2pdf
Short Description A Simple package for easily generating PDF documents from HTML.This package is specially for laravel but you can use this without laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package html2pdf
Laravel-Html2Pdf
一个简单的包,用于把HTML页面生成为PDF文档。该程序包专门用于laravel,但您可以在不使用laravel的情况下使用。 此包是基于 nahidulhasan/laravel-pdf 上修改的。
安装
安装 wkhtmltopdf
经以下系统测试:
- Ubuntu 18.04.3 x64
- Windows 10 x64
wkhtmltopdf ≥ 0.12.5
可在官网直接下载安装包安装(推荐)
官网安装包包含 qt,可以直接运行 wkhtmltopdf 而不需要额外安装 vxfb
https://wkhtmltopdf.org/downloads.html
通过 apt 安装
For docker
Upddate Composer
如果 laravel 版本<5.5,请将 ServiceProvider 添加到 config/app.php 中的 providers 数组中
oyswonder\Html2pdf\Html2pdfServiceProvider::class,
您可以选择将 facade 用于较短的代码。把这个加到你的 facades 上:
'Pdf' => oyswonder\Html2pdf\Facades\Pdf::class,
基础用法
要创建PDF,请向您的一个 Controller 中添加类似的内容。
下载 pdf
将PDF保存到特定文件夹中的文件中,然后下载
Other Usage
也可以使用以下方法 :
在浏览器中打开PDF文件
Running without Laravel
您可以不在 Laravel 上使用此库。
例如:
License
Html2PDF for Laravel 是根据 MIT license 许可证许可的。
All versions of html2pdf with dependencies
PHP Build Version
Package Version
No informations.
The package oyswonder/html2pdf contains the following files
Loading the files please wait ....