PDF
v0.3.0
Pages
Modules
PDF v0.3.0
Pdf.Document
View Source
Link to this section
Summary
Functions
add_external_font(document, path)
add_image(document, xy, image, opts \\ [])
add_page(document, opts)
cursor(document)
fill(document)
line(document, arg1, arg2)
line_append(document, arg)
move_down(document, amount)
move_to(document, arg)
new(opts \\ [])
page_number(document)
put_info(document, info_list)
put_info(document, atom, value)
rectangle(document, arg1, arg2)
set_cursor(document, y)
set_fill_color(document, color)
set_font(document, name, size, opts)
set_font_size(document, size)
set_line_cap(document, style)
set_line_join(document, style)
set_line_width(document, width)
set_stroke_color(document, color)
set_text_leading(document, leading)
size(document)
stroke(document)
table(document, xy, wh, data)
table(document, xy, wh, data, opts)
table!(document, xy, wh, data)
table!(document, arg1, arg2, data, opts)
text_at(document, xy, text)
text_at(document, arg, text, opts)
text_lines(document, xy, lines)
text_lines(document, arg, lines, opts)
text_wrap(document, xy, wh, text)
text_wrap(document, xy, wh, text, opts)
text_wrap!(document, xy, wh, text)
text_wrap!(document, arg1, arg2, text, opts)
to_iolist(document)
Link to this section
Functions
Link to this function
add_external_font(document, path)
View Source
Link to this function
add_image(document, xy, image, opts \\ [])
View Source
Link to this function
add_page(document, opts)
View Source
Link to this function
cursor(document)
View Source
Link to this function
fill(document)
View Source
Link to this function
line(document, arg1, arg2)
View Source
Link to this function
line_append(document, arg)
View Source
Link to this function
move_down(document, amount)
View Source
Link to this function
move_to(document, arg)
View Source
Link to this function
new(opts \\ [])
View Source
Link to this function
page_number(document)
View Source
Link to this function
put_info(document, info_list)
View Source
Link to this function
put_info(document, atom, value)
View Source
Link to this function
rectangle(document, arg1, arg2)
View Source
Link to this function
set_cursor(document, y)
View Source
Link to this function
set_fill_color(document, color)
View Source
Link to this function
set_font(document, name, size, opts)
View Source
Link to this function
set_font_size(document, size)
View Source
Link to this function
set_line_cap(document, style)
View Source
Link to this function
set_line_join(document, style)
View Source
Link to this function
set_line_width(document, width)
View Source
Link to this function
set_stroke_color(document, color)
View Source
Link to this function
set_text_leading(document, leading)
View Source
Link to this function
size(document)
View Source
Link to this function
stroke(document)
View Source
Link to this function
table(document, xy, wh, data)
View Source
Link to this function
table(document, xy, wh, data, opts)
View Source
Link to this function
table!(document, xy, wh, data)
View Source
Link to this function
table!(document, arg1, arg2, data, opts)
View Source
Link to this function
text_at(document, xy, text)
View Source
Link to this function
text_at(document, arg, text, opts)
View Source
Link to this function
text_lines(document, xy, lines)
View Source
Link to this function
text_lines(document, arg, lines, opts)
View Source
Link to this function
text_wrap(document, xy, wh, text)
View Source
Link to this function
text_wrap(document, xy, wh, text, opts)
View Source
Link to this function
text_wrap!(document, xy, wh, text)
View Source
Link to this function
text_wrap!(document, arg1, arg2, text, opts)
View Source
Link to this function
to_iolist(document)
View Source