Module ep_richText2pdf

Function Index

richText2pdf/9 returns: Code usage : * add pdf content to PDF using eg_pdf:append_stream(PDF, Code) * note that this must be wrapped in eg_pdf:begin_text(PDF) and eg_pdf:end_text(PDF) to create a 'text object' this is required as the usage of Rot adds a 'Tm' (transformation matrix) in the pdf source, which may only be used inside a 'text object' (chp 5.3 in pdf reference manual 1.4 and 1.7).

Function Details

richText2pdf/9

richText2pdf(PID, X, Y0, Type, Rot, Lines, Leading, Widths, Offsets) -> any()

returns: Code usage : * add pdf content to PDF using eg_pdf:append_stream(PDF, Code) * note that this must be wrapped in eg_pdf:begin_text(PDF) and eg_pdf:end_text(PDF) to create a 'text object' this is required as the usage of Rot adds a 'Tm' (transformation matrix) in the pdf source, which may only be used inside a 'text object' (chp 5.3 in pdf reference manual 1.4 and 1.7)


Generated by EDoc