in reply to Adding text to an image for printing
So.. make a PDF, use the image, and then write whatever text on it you want on it after importing your font with the above method.# Add an external TTF font to the PDF $font = $pdf->ttfont('/path/to/font.ttf');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Adding text to an image for printing
by tel2 (Pilgrim) on Nov 30, 2014 at 02:18 UTC |