expdf v0.1.3 Expdf
A collection of functions helping you generate a PDF using erlguten
Link to this section Summary
Link to this section Functions
Link to this function
add_hline(pdf, arg, width, opts \\ [])
Link to this function
add_image(pdf, image, pos, opts \\ [])
Link to this function
add_image_fill(pdf, image, opts \\ [])
Link to this function
add_line(pdf, arg1, arg2, opts \\ [])
Link to this function
add_page(pdf)
Link to this function
add_rectangle(pdf, pos, size, opts \\ [])
Link to this function
add_table(pdf, header, items, opts \\ [])
Link to this function
add_text(pdf, text, opts \\ [])
Link to this function
add_text_lines(pdf, lines, opts \\ [])
Link to this function
export(pdf, filename)
Link to this function
export_and_delete(pdf, filename)
Link to this function
get_bounds(pdf, opts)
Link to this function
get_dimensions(pdf, opts \\ [])
Link to this function
get_font(pdf, opts \\ [])
Link to this function
get_string_width(pdf, text, opts \\ [])
Link to this function
set_page(pdf, page)
Link to this function