|
When printing images you'll get your printout as a collection of BMPs
or JPEGs files that you can view, store, modify, and print with other
applications, without producing piles of scribbling-paper.
A directory with the same name than the file being printed will created
inside the IMAGESDIRECTORY,
there images will be generated for each document page and named image_1, image_2
and so on. The file extension will be wither .BMP
or .JPG, depending
on your selection.
If IMAGESDIRECTORY
doesn't exists it will be created, but if it is not specified,
HTMLPRINT directory will be used instead.
If a subdirectory with the name of the file being printed already exists,
a number will be appended to the directory name to avoid overwriting the
files in the existing directory.
IMAGESWIDTH
sets the width to which the HTML is to be formatted. Text
would typically wrap at this width; if the document contents can't be
successfully wrapped to the specified width, it will be increased automatically.
if
split is on IMAGESHEIGHT
sets the images splitting height, with a limit of 4000 pixels.
Depending on the HTML Document
height, several images may be generated, or one single image will be enough.
Different from metafiles generation, the images do not correspond to printing
pages in the HTML document, but the document is split based only the IMAGESHEIGHT value.
If
split (Split images instead reducing
them) is OFF IMAGESHEIGHT
sets the scale (in percent). If after scaling the document, it
still doesn't fit in 4000 pixels the image will include only the first
part of the document.
On the contrary, if autoscale
(Automatic
scale adjustment)is
ON the scaling will be automatically adjusted, so the documents will be
reduced as needed to fit them in 4000 pixels.
JPEQQuality
sets the level of the JPEG compression, and so the quality of the generated
images.
|