Special Character Macros in DP2
Due to encoding limitation in DP2, sometimes it is better to replace some common special characters by their macro equivalent. Here is a list of some of the most common […]
Articles describing the use and syntax of Kodak Proprietary Language
Due to encoding limitation in DP2, sometimes it is better to replace some common special characters by their macro equivalent. Here is a list of some of the most common […]
Sometimes we need to get the Order ID for use in our macros. This can be for any number of reasons, but what’s important to know is that you need […]
String manipulation is one of the most common things to do in a programming language, so it is to no surprise that KPL offers many tools for doing what you […]
KPL variables resemble PHP variables in the sense that they are loosely typed and don’t have to be declared. For those new to programming, this means that you don’t have […]
If you want to get your feet wet with KPL, cmds files are the easiest way to get started. Cmds stands for commands, there are many uses for these files […]
KPL (Kodak Professional Language) is the underlying language that drives the DP2 Photo Lab production software. It is based on the C programming language family and it allows developers access to a lot of […]