Translating the coordinate system
When rendering a pdf page, the coordinate system can be manipulated
to accomplish certain operations. PDFLib supports the entire array of
coordinate manipulations including:
- • Rotations (pdf_rotate())
- • Offsets (pdf_translate())
- • Scaling (pdf_scale())
The current state of the coordinate system may also be saved/restored
using the pdf_save() and pdf_restore() functions.