.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "PDF::FromHTML::Template::Element::Image 3pm" .TH PDF::FromHTML::Template::Element::Image 3pm "2023-02-14" "perl v5.36.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" PDF::FromHTML::Template::Element::Image \- To embed images .SH "NODE NAME" .IX Header "NODE NAME" \&\s-1IMAGE\s0 .SH "INHERITANCE" .IX Header "INHERITANCE" PDF::FromHTML::Template::Element .SH "ATTRIBUTES" .IX Header "ATTRIBUTES" .IP "\(bu" 4 \&\s-1FILENAME\s0 This is the filename for the image. .IP "\(bu" 4 \&\s-1TYPE\s0 If the image type is not specified in the filename, specify it here. .IP "\(bu" 4 \&\s-1SCALE / W / H\s0 This is used to scale the image. \s-1SCALE\s0 is a value by which the image's height and width will be multiplied to arrive at the final height and width. Or, you can set W and or H, as the width (or height) you want the image to have, once scaled. .Sp The algorithm used to calculate scaling has changed, somewhat, from v0.05. It should result in better calculations, as it tries more avenues. Ultimately, if it cannot figure out what to do, it will set a \s-1SCALE\s0 of 0.5 and go from there. .IP "\(bu" 4 \&\s-1BORDER\s0 This is a boolean, used to specify if you want to draw a border around the image .IP "\(bu" 4 \&\s-1COLOR\s0 Ignored unless \s-1BORDER\s0 is specified. This is the color of the border. .SH "CHILDREN" .IX Header "CHILDREN" None .SH "AFFECTS" .IX Header "AFFECTS" Nothing .SH "DEPENDENCIES" .IX Header "DEPENDENCIES" None .SH "USAGE" .IX Header "USAGE" .Vb 1 \& \& \& .Ve .PP In both cases, the image specified by the parameter \*(L"Image1\*(R" will be placed at the current X/Y position. .SH "AUTHOR" .IX Header "AUTHOR" Rob Kinyon (rkinyon@columbus.rr.com) .SH "SEE ALSO" .IX Header "SEE ALSO"