High-level representation of a PDF page.
Coordinates currently use the native PDF coordinate system:
- origin at the bottom-left corner;
- X grows toward the right;
- Y grows toward the top.
Summary
Functions
Converts the high-level page into PDF indirect objects and adds them to the document.
Adds a circle drawing operation.
Converts all page operations into one PDF content stream.
Adds a line drawing operation.
Adds a rectangle drawing operation.
Adds a text drawing operation.
Types
Functions
@spec add_to_document(t(), PaperForge.Document.t()) :: PaperForge.Document.t()
Converts the high-level page into PDF indirect objects and adds them to the document.
Adds a circle drawing operation.
Converts all page operations into one PDF content stream.
Adds a line drawing operation.
Adds a rectangle drawing operation.
Adds a text drawing operation.