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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package html2pdf

Laravel-Html2Pdf

Latest Stable Version Total Downloads Latest Unstable Version License

一个简单的包,用于把HTML页面生成为PDF文档。该程序包专门用于laravel,但您可以在不使用laravel的情况下使用。 此包是基于 nahidulhasan/laravel-pdf 上修改的。

安装

安装 wkhtmltopdf

经以下系统测试:

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.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package oyswonder/html2pdf contains the following files

Loading the files please wait ....