Resize
Resize is a Document Action. A Studio designer can add the assembly to the Document Actions folder of a Template Project. Then a Project Job can be configured to call these methods:
ResizeHeightWidth(height, width)ResizeDimensions(dimensions)
Designs based on such Templates are resized just before the artwork server renders the output.
Release Notes
Version 1.2
30/12/2019
- The height and width arguments can have the maximum of three decimal places.
Version 1.1
21/11/2019
- The height and width arguments are allowed to be decimal numbers.
Version 1.0
29/10/2019
- Both ways supported - height and width as two arguments, and a dimensions text consisting of two numbers separated by a comma.
Compiled in an assembly DLL.