Skip to content

Adapting html2pdf to php 7 Drupal 7 library

License

Notifications You must be signed in to change notification settings

slowestwind/html2pdf_php7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Html2Pdf

Html2Pdf is a HTML to PDF converter written in PHP5, and compatible with PHP7.

It allows the conversion of valid HTML in PDF format, to generate documents like invoices, documentation, ...

You have to write you HTML for Html2Pdf, and not trying to convert directly an already existing html page.

Specific tags have been implemented, to adapt the html standard to a PDF usage.

You muse use Composer to install this library.

It uses TCPDF for the PDF part.

Requirements

Html2Pdf works with PHP >5.4 and Composer.

Documentation

You will find all the documentation here.

You will find lots of examples here.

Change log

See the ./CHANGELOG.md file.

Help & Support

For questions and bug reports, please use the GitHub issues page.

Donate

You can support this project by making a donation.

License

This program is distributed under the OSL License. For more information see the ./LICENSE.md file.

Copyright 2008-2017 by Laurent Minguet

About

Adapting html2pdf to php 7 Drupal 7 library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.9%
  • Shell 0.1%