comet.host ******************************************************************************* .. py:module:: comet.host The comet.host module provides access to the host environment which is running the priint:comet Python API. The host environment is either InDesign®, Illustrator® or comet_pdf. Several functions are only available for certain host environments since they set or query host preferences. Methods =============================================================================== .. autofunction:: comet.host.getType .. autofunction:: comet.host.getVersion .. autofunction:: comet.host.getIsServer .. autofunction:: comet.host.getLanguage .. autofunction:: comet.host.getApplicationPath .. autofunction:: comet.host.getPluginPath .. autofunction:: comet.host.getPDFProfileNames .. autofunction:: comet.host.exportPDFProfiles .. autofunction:: comet.host.importPDFProfiles .. autofunction:: comet.host.getPrintProfileNames .. autofunction:: comet.host.exportPrintProfiles .. autofunction:: comet.host.importPrintProfiles .. autofunction:: comet.host.getFlattenerProfileNames .. autofunction:: comet.host.exportFlattenerProfiles .. autofunction:: comet.host.importFlattenerProfiles