Copyright © 2018 Lloyd R. Prentice
Version: .01
Authors: aloyd R. Prentice.
| paste/4 | Paste text elements into panel. |
| paste_copy/3 | Paste copy; write out PDF NOTE: Gap parameter supports articles-and-beads which is on the roadmap. |
| paste_copy/4 | Paste copy; write out PDF. |
| paste_panel/3 | Paste panel. |
| pdf_code/6 | Transform lines to PDF code. |
paste(PDF::pdf_server_pid(), Paste::list(), Gap::integer(), PanelMap::ep_panel()) -> ok
Paste text elements into panel
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(Paste, Gap, PanelMap, NameString) -> any()
Paste copy; write out PDF
paste_panel(PDF::pdf_server_pid(), Job::ep_job(), PanelMap::ep_panel()) -> ok
Paste panel
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