2017 © Pedro Peláez
 

library simple-pdf

Generate PDF directly from PHP (in native PHP)

image

phpfriends/simple-pdf

Generate PDF directly from PHP (in native PHP)

  • Sunday, December 18, 2016
  • by phpfriends
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

simple-pdf

Generate PDF directly from PHP (in native PHP), (*1)

Build Status, (*2)

Run the sample code, (*3)

php src/Example/Example1.php

Should create a double page PDF document in the same Example folder that has to be visible with any PDF viewer., (*4)

Compatibility notes

FontDescriptor

  • Beginning with PDF 1.5, the special treatment given to the standard 14 fonts is deprecated. All fonts used in a PDF document should be represented us- ing a complete font descriptor. For backwards capability, viewer applications must still provide the special treatment identified for the standard 14 fonts.

The Versions

23/10 2016

1.0.1

1.0.1.0 https://github.com/jlaso/simple-pdf

Generate PDF directly from PHP (in native PHP)

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

pdf