Hello everybody, there is a new version of nanDECK, with bugs fixed and these new features:
New MERGEPDF directive
This directive merges two or more PDF files, the syntax is:
MERGEPDF = “result file”, “source file”, “page range”, page rotation
The 2nd, 3rd and 4th parameters can be sequences.
New IMAGELIMIT directive
This directive detects the limits of an image over a background color, the syntax is:
IMAGELIMIT = “range”, pos x, pos y, width, height, html color, threshold
The limits are loaded in the variables PL (left), PR (right), PT (top) and PB (bottom).
New LINKFONT directive
This directive adds a couple of HTML tag when a different font is read from a cell in a linked spreadsheet, the syntax is:
LINKFONT = ON/OFF
New LINKSPLIT directive
This directive is used to read each line from a linked file as two different lines, the syntax is:
LINKSPLIT = every row, odd rows, even rows
The parameters can be sequences.
New FRAMEIMAGE function
This function creates a list of frames from a source list and an image, this is a thread about it:
Added A and R flags in BRUSH directive for bitmap positioning
Added C and I flags in REPLACE function for case replacement
Added multiple body parameters in SCHEMA function
Added a sequence as 3rd parameter in EXPAND function