Module ep_paste_lib

License: MIT File: ep_paste_lib.erl Description: XML-to-PDF paste up.

Copyright © 2018 Lloyd R. Prentice

Version: .01

Authors: aloyd R. Prentice.

Description

License: MIT File: ep_paste_lib.erl Description: XML-to-PDF paste up

Function Index

paste/4Paste text elements into panel.
paste_copy/3Paste copy; write out PDF NOTE: Gap parameter supports articles-and-beads which is on the roadmap.
paste_copy/4Paste copy; write out PDF.
paste_panel/3Paste panel.
pdf_code/6Transform lines to PDF code.

Function Details

paste/4

paste(PDF::pdf_server_pid(), Paste::list(), Gap::integer(), PanelMap::ep_panel()) -> ok

Paste text elements into panel

paste_copy/3

paste_copy(Paste, Gap, PanelMap) -> any()

Paste copy; write out PDF NOTE: Gap parameter supports articles-and-beads which is on the roadmap

paste_copy/4

paste_copy(Paste, Gap, PanelMap, NameString) -> any()

Paste copy; write out PDF

paste_panel/3

paste_panel(PDF::pdf_server_pid(), Job::ep_job(), PanelMap::ep_panel()) -> ok

Paste panel

pdf_code/6

pdf_code(PDF::pdf_server_pid(), Tag::atom(), Lines::list(), Widths::list(), Offsets::list(), PanelMap::ep_panel()) -> string()

Transform lines to PDF code


Generated by EDoc