PDF
v0.2.2
Pages
Modules
PDF v0.2.2
Pdf.Document
View Source
Link to this section
Summary
Functions
add_external_font(document, path)
add_image(document, arg, image_path, opts \\ [])
add_page(document, new_page)
cursor(document)
fill(document)
line(document, arg1, arg2)
line_append(document, arg)
move_down(document, amount)
move_to(document, arg)
new(opts \\ [])
put_info(document, info_list)
put_info(document, atom, value)
rectangle(document, arg1, arg2)
set_fill_color(document, color)
set_font(document, name, size, opts)
set_line_width(document, width)
set_stroke_color(document, color)
set_text_leading(document, leading)
size(document)
stroke(document)
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)
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, arg, image_path, opts \\ [])
View Source
Link to this function
add_page(document, new_page)
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
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_fill_color(document, color)
View Source
Link to this function
set_font(document, name, size, opts)
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
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
to_iolist(document)
View Source