ppt2jpg.cfg

Package: WA2L/WinTools 1.2.08
Section: Configuration Files (4)
Updated: 12 March 2022
Index Return to Main Contents

 

NAME

ppt2jpg.cfg - configuration file for ppt2jpg

 

SYNOPSIS

WA2LWinTools/etc/ppt2jpg.cfg

 

AVAILABILITY

WA2L/WinTools

 

DESCRIPTION

This is the optional configuration file for the ppt2jpg command.

 

FILEFORMAT

Rows starting with # are considered as comments.

The file format is OPTION=VALUE

Between the OPTION , the = and the VALUE are no spaces.

You can comment out any OPTION or completely remove the related setting line to use the default settings.

 

OPTIONS

IMAGE_WIDTH
set the width in pixels of the image file created.

If this setting is not set, the width is calculated using the given IMAGE_HEIGHT of the output file and the page size of the PowerPoint™ presentation to keep the aspect ratio.

Example: IMAGE_WIDTH=800

Default: IMAGE_WIDTH=2000

IMAGE_HEIGHT
set the height in pixels of the image file created.

If this setting is set to 0 or is not set, the height is calculated using the given IMAGE_WIDTH of the output file and the page size of the PowerPoint™ presentation to keep the aspect ratio.

Example: IMAGE_HEIGHT=800

Default: IMAGE_HEIGHT=0

IMAGE_FORMAT
set the output image format. Possible settings are: png, jpg, jpeg, bmp, gif.

Example: IMAGE_FORMAT=gif

Default: IMAGE_FORMAT=jpg

 

EXAMPLES

1) Simple example configuration file

#
# WA2LWinTools/etc/ppt2jpg.cfg - Configuration file for ppt2jpg
#
# [00] 12.03.2022 CWa   Initial Version
#

IMAGE_WIDTH=3000
IMAGE_HEIGHT=2250

 

SEE ALSO

wintoolsintro(1), ppt2jpg(1), ppt2png(1), ppt2png.cfg(4)

 

NOTES

-

 

BUGS

-

 

AUTHOR

ppt2jpg.cfg was developed by Christian Walther. Send suggestions and bug reports to wa2l@users.sourceforge.net .

 

COPYRIGHT

Copyright © 2022 Christian Walther

This is free software; see WA2LWinTools/man/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


 

Index

NAME
SYNOPSIS
AVAILABILITY
DESCRIPTION
FILEFORMAT
OPTIONS
EXAMPLES
SEE ALSO
NOTES
BUGS
AUTHOR
COPYRIGHT

This document was created by man2html using the manual pages.
Time: 16:32:42 GMT, September 14, 2024