PDF Document Creator
Convert clipping spec into PDF string
Render pdf_dict as character string
Convert pdf_stream to character
Convert scale/rotate/translate specification to a PDF transformation s...
Define a clipping polygon for use as a clip argument
Define a clipping rectangle for use as a clip argument
Create an new PDF
minipdf: PDF Document Creator
Add a cubic bezier to a PDF doc
Add a circle to a PDF doc
Add a global clipping polygon to a PDF doc
Add a global clipping rectangle to a PDF doc
Add image to a PDF doc
Add a line to a PDF doc
Start a new page in a PDF odc
Add a polygon to a PDF doc
Add a polyline to a PDF doc
Add a rectangle to a PDF doc
Modify global transformation matrix with additional rotation
Modify global transformation matrix with additional scaling
Add text to a PDF doc
Modify global transformation matrix with additional translation
Create graphical parameters for PDF objects
Print a 'pdf' object to the console
Create a rotation specification (for use as tf argument)
Create a scaling specification (for use as tf argument)
Create a translation specification (for use as tf argument)
Write pdf to file or string
PDF is a standard file format for laying out text and images in documents. At its core, these documents are sequences of objects defined in plain text. This package allows for the creation of PDF documents at a very low level without any library or graphics device dependencies.