PDF
v0.2.2
Pages
Modules
PDF v0.2.2
Pdf.Page
View Source
Link to this section
Summary
Functions
add_image(page, arg, image, opts \\ [])
cursor(map)
fill(page)
line(page, arg1, arg2)
line_append(page, arg)
move_cursor(page, y)
move_down(page, amount)
move_to(page, arg)
new(opts \\ [size: :a4])
push(page, command)
rectangle(page, arg1, arg2)
set_cursor(page, y)
set_fill_color(page, color)
set_font(page, name, size, opts \\ [])
set_line_width(page, width)
set_stroke_color(page, color)
set_text_leading(page, leading)
size(map)
stroke(page)
text_at(page, xy, text, opts \\ [])
text_lines(page, xy, lines, opts \\ [])
text_wrap(page, xy, wh, text, opts \\ [])
Link to this section
Functions
Link to this function
add_image(page, arg, image, opts \\ [])
View Source
Link to this function
cursor(map)
View Source
Link to this function
fill(page)
View Source
Link to this function
line(page, arg1, arg2)
View Source
Link to this function
line_append(page, arg)
View Source
Link to this function
move_cursor(page, y)
View Source
Link to this function
move_down(page, amount)
View Source
Link to this function
move_to(page, arg)
View Source
Link to this function
new(opts \\ [size: :a4])
View Source
Link to this function
push(page, command)
View Source
Link to this function
rectangle(page, arg1, arg2)
View Source
Link to this function
set_cursor(page, y)
View Source
Link to this function
set_fill_color(page, color)
View Source
Link to this function
set_font(page, name, size, opts \\ [])
View Source
Link to this function
set_line_width(page, width)
View Source
Link to this function
set_stroke_color(page, color)
View Source
Link to this function
set_text_leading(page, leading)
View Source
Link to this function
size(map)
View Source
Link to this function
stroke(page)
View Source
Link to this function
text_at(page, xy, text, opts \\ [])
View Source
Link to this function
text_lines(page, xy, lines, opts \\ [])
View Source
Link to this function
text_wrap(page, xy, wh, text, opts \\ [])
View Source