Adobe IO : Launch API : Tutorial

EDIT : Change in the documentation has been made. pylaunch is now called launchpy. You can now install it with pip command, doing :pip install launchpy In order to show, or demonstrate, what is possible to realize with the launchpy module, I have realized a video that I am sharing here. Overall the possibilities from…

Adobe IO : Launch API : Translator Class

EDIT : Change in the documentation has been made. pylaunch is now called launchpy. You can now install it with pip command, doing :pip install launchpy The translator class is not a required class or group of methods for the launchpy module to work. You may want to rewrite some of the functionalities for your…

Adobe IO : Launch API : Library Class

EDIT : Change in the documentation has been made. pylaunch is now called launchpy. You can now install it with pip command, doing :pip install launchpy The Library class will enable you to manage your Library workflow through python directly. You will be able to add elements to the library, build the library, attach environment…

Adobe IO : Launch API : Property Class

EDIT : Change in the documentation has been made. pylaunch is now called launchpy. You can now install it with pip command, doing :pip install launchpy This article will dig into the Property class and what is possible to realize from the instances that are created from that class. This Class helps you managing your…

Adobe IO : Launch API : Core Components

EDIT : Change in the documentation has been made. pylaunch is now called launchpy. You can now install it with pip command, doing :pip install launchpy In this article, I will look at the different method available from the launchpy module, the ones directly available without any class instantiation. At the bottom of this page…

Adobe IO : Launch API : Introduction

This article will try to summarize the workflow of Adobe Launch API and what is required in order to use the python module I developed in order to use the API. There has been update on May 2020 : The module used to be called pylaunch but it now launchpy. You may still see some…

Creating Adobe Launch Extension : Other features

On this article, I will explain some addition features that are integrated within the creation of your Launch extension. Those features are less developed in our case because they don’t require a lot of customization usually. You can, obviously, develop these features into more advanced use-cases but this is not a must to know and…

Creating Adobe Launch Extension : Shared Modules

On this article we will cover the sharedModules functionality. This part is the most hidden functionality of the Launch Extension, not because it wants to stay hidden but because it is mostly not getting anything directly from the Launch product team. This functionality is only interesting if the users (developers to be exact) are sharing…