2017 © Pedro Peláez
 

library mpdf-test

Test mpdf execution time

image

saschaende/mpdf-test

Test mpdf execution time

  • Wednesday, July 5, 2017
  • by saschaende
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

MPDF speed test

Install with composer, (*1)

composer create-project saschaende/mpdf-test

Call the script from your terminal:, (*2)

php pdftest

The script will load the contents of style.css and lorem.text and build up to 100 pdf pages. While generating the pdf, you can get the actual page number with:, (*3)

// Get actual page
echo "page: ".$mpdf->PageNo()."\n";

Script execution on MacBook Pro: 4.9377 seconds, (*4)

The Versions

05/07 2017

dev-master

9999999-dev http://www.sascha-ende.de

Test mpdf execution time

  Sources   Download

MIT

The Requires

 

generator pdf

05/07 2017

v1.1

1.1.0.0 http://www.sascha-ende.de

Test mpdf execution time

  Sources   Download

MIT

The Requires

 

generator pdf

20/06 2017

v1.0

1.0.0.0 http://www.sascha-ende.de

Test mpdf execution time

  Sources   Download

MIT

The Requires

 

generator pdf