A class to provide the core functionality to create a PDF document without any requirement for additional modules.
| Modules | |
|---|---|
| Charts | A namespace for charts that can be drawn on PDF::Writer canvases. |
| Math | Encapsulate some of the mathematical calculations that need to be performed when working with PDF documents. All angles in PDF::Writer are measured in degrees, but all angles in PDF documents are in radians. The standard conversions between radians, degrees, and gradians are provided. |
| Classes | |
|---|---|
| QuickRef | A formatting language to create a quick reference sheet. This is a multi-column page in landscape mode that generally has three or four columns. This format may also be used for brochures, but brochure creation requires a bit of management to create properly. |
| SimpleTable | This class will create tables with a relatively simple API and internal implementation. |
| TechBook | The TechBook class is a markup language interpreter. This will read a file containing the "TechBook" markukp, described below, and create a PDF document from it. This is intended as a complete document language, but it does have a number of limitations. |
| Writer | |
<code/>and<pre/>for code samples.