Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Basic PDF Example

This example demonstrates the basic features of TinyPDF-PHP.

Run

php basic.php

Features Demonstrated

  • Text rendering with custom colors
  • Text alignment (left, center, right)
  • Drawing rectangles with fill colors
  • Drawing lines with different widths and colors
  • Page layout and positioning
  • Footer with page numbers

Output

Creates a basic demonstration PDF saved as output.pdf in this directory.