Vertical Print

Categories

Component ID

471888

Component name

Vertical Print

Component type

module

Component security advisory coverage

not-covered

Downloads

942

Component created

Component changed

Component body

The VPrint module will create an image (using the GD library) that prints text
vertically. The text and font size are specified as GET parameters. You can also
optionally specify the maximum vertical size, in pixels.

Usage:
www.example.com/vprint?text=This%20is%20a%20test&size=30&maxsize=400

Limitations:
Currently only supports one font - the open source "Bitstream Vera Sans", though
this is easy to change.