2026 March Release

Low-Code API Permanenter Link zu dieser Überschrift

Sie können die Aktionen, die auf dem InDesign-Server ausgeführt werden auch über die Low-Code API aus beispielsweise Prozessen anstoßen. Die Dokumentation der Funktionen finden sie auch „inline“, wenn Sie in den entsprechenden Feldern in der Benutzeroberfläche die Maus über die Funktion bewegen.



Es stehen folgende Funktionen zur Verfügung:

Funktionen

// Platzierung von Assets und XML in eine Layoutvorlage

XpubLowCodeInDesignPlacementProductionCreateV0(
      string product,
      string planningnode,
      retval string productionid)

   * @param product coo id of product
   * @param planningnode coo id of planning node / layout
   * @param productionid coo id of the newly created
   *   SOLXPUBLISHER@111.100:XpubInDesignPlacementProduction



// Erstellung einer PDF-Preview für ein Layout

XpubLowCodeInDesignPreviewProductionCreateV0(
      string product,
      string planningnode,
      retval string productionid)

   * @param product coo id of product
   * @param planningnode coo id of planning node
   * @param productionid coo id of the newly created
   *   SOLXPUBLISHER@111.100:XpubInDesignPreviewProduction



// Aktualisierung einer bestehenden Layoutvorlage auf einen neuen Produktionsdienst (Update der InDesign Version)

XpubLowCodeInDesignLayoutConversionCreateV0(
      string product,
      string productionservice,
      string planningnode,
      retval string productionid)

   * @param product coo id of product
   * @param productionservice coo id of production service
   * @param planningnode coo id of planning node
   * @param productionid coo id of the newly created
   *   SOLXPUBLISHER@111.100:XpubInDesignLayoutConversion


// Erstellung einer Teilproduktion

XpubLowCodeInDesignPartialProductionCreateV0(
      string product,
      string productionservice,
      string provisionformat,
      string planningnode,
      retval string productionid)

   * @param product coo id of product
   * @param productionservice coo id of production service
   * @param provisionformat coo id of provision format
   * @param planningnode coo id of planning node
   * @param productionid coo id of the newly created
   *   SOLXPUBLISHER@111.100:XpubInDesignPartialProduction



// Erstellung einer Gesamtproduktion

XpubLowCodeInDesignTotalProductionCreateV0(
      string product,
      string productionservice,
      string provisionformat,
      retval string productionid)

   * @param product coo id of product
   * @param productionservice coo id of production service
   * @param provisionformat coo id of provision format
   * @param productionid coo id of the newly created
   *   SOLXPUBLISHER@111.100:XpubInDesignTotalProduction