//
// comet_pdf HTML export options
//
// Author : Paul Seidel
// Date : 11 Apr 2019
// Copyright : Copyright (c) WERK II GmbH, 2019
//
// Syntax
//
// keyword=value with NO delimiters
// # comment until end of line
// // comment until end of line
//
//
// Duplicate LOCAL images into a folder.
// If option is missed, images are used directly.
// Otherwise a complete path is expected.
// If the folder is next to the file, the image paths are automatically
// created relative to that folder.
//
// Allowed tags:
// = folder of html file
// = name of html file without the extension
//
image-path=/_images
//
// Image names. The option is used only if a non-empty image-path is given.
//
// plain : Copy the image directly into the folder image-path and use its
// current name.
// ATTENTION: If you have several images with the same
// names in different folders, the last duplicated image will win.
// hash : Like plain, but the MD5 hash of the image path is used as name
// full : Re-create the complete orignal image path in image-path.
// ATTENTION : You may produce ver long paths in this case!
// embed : embed the image !Handle with care!
//
image-names=embed
//
// Solve conflict, if an image already exists:
// yes : Override existing images
// no : Do ot override existing images
//
image-override=no