PDF v0.3.1 Pdf.Document View Source

Link to this section Summary

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

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

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_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

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