Zan Image Printer

[Home]  [What's New]  [Download] [Pricing & BuyNow]  [Tips] [Developer]  [FAQ] [Manual]  [Screen Shot] [Contacts]

Print to TIFF file in just few clicks!


Macro Commands>>

Macro Commands

Below table lists the supported macro commands. Note that some macros support padding width (the number of digits to pad for leading zero). If width is less than the number of characters required to represent the converted value, a field of sufficient width to contain the converted value is used.
If the number of characters required to represent the converted value is less than the specified field width, the value is padded on the left with 0s.

Name Macro Description Example
Document Name [%DocName] Any invalid characters in the document name are
removed to make it a valid file name
document
File Number(no padding) [%FileNumber] File Number is a positive integer starting from 0,
it will be automatically incremented by one when a new file is generated.
12
File Number(zero padding, width 2)  [02d%FileNumber] pad with 0s, width 2 12
File Number(zero padding, width 3)  [03d%FileNumber] pad with 0s, width 3 012
File Number(zero padding, width 4)  [04d%FileNumber] pad with 0s, width 4 0012
File Number(zero padding, width 5)  [05d%FileNumber] pad with 0s, width 5 00012
File Number(zero padding, width 6)  [06d%FileNumber] pad with 0s, width 6 000012
File Number(zero padding, width 7)  [07d%FileNumber] pad with 0s, width 7 0000012
File Number(zero padding, width 8)  [08d%FileNumber] pad with 0s, width 8 00000012
Page Number(no padding) [%Page] Page Number is a positive integer starting from 1,
it will be automatically incremented by one when a new page is generated.
68
Page Number(zero padding, width 2)  [02d%Page] pad with 0s, width 2 68
Page Number(zero padding, width 3)  [03d%Page] pad with 0s, width 3 068
Page Number(zero padding, width 4)  [04d%Page] pad with 0s, width 4 0068
Page Number(zero padding, width 5)  [05d%Page] pad with 0s, width 5 00068
Page Number(zero padding, width 6)  [06d%Page] pad with 0s, width 6 000068
Page Number(zero padding, width 7)  [07d%Page] pad with 0s, width 7 0000068
Page Number(zero padding, width 8)  [08d%Page] pad with 0s, width 8 00000068
Date(MM-DD-YYYY, no padding)  [%Date] Use today's date 9-20-2004
Date(MM-DD-YYYY, zero padding)  [02d%Date] Use today's date, pad with 0s, width 2 09-20-2004
Year [%Year] Current year 2004
Month(no padding) [%Month] Current month 9
Month(zero padding) [02d%Month] Current month, pad with 0s, width 2 09
Day(no padding) [%Day] Current day 6
Day(zero padding) [02d%Day] Current day, pad with 0s, width 2 06
Time(HH-MM-SS, 12 hour format, no padding) [%Time] Current time, 12 hour format 1-40-4
Time(HH-MM-SS, 12 hour format, zero padding) [02d%Time] Current time, 12 hour format, pad with 0s, width 2 01-40-04
Time(HH-MM-SS, 24 hour format, no padding) [%Time+12] Current time, 24 hour format 13-40-4
Time(HH-MM-SS, 24 hour format, zero padding) [02d%Time+12] Current time, 24 hour format, pad with 0s, width 2 13-40-04
Hour(12 hour format, no padding) [%Hour] Hour, 12 hour format 1
Hour(12 hour format, zero padding) [02d%Hour] Hour, 12 hour format, pad with 0s, width 2 01
Hour(24 hour format, no padding) [%Hour+12] Hour, 24 hour format 13
Hour(24 hour format, zero padding) [02d%Hour+12] Hour, 24 hour format, pad with 0s, width 2 13
Minute(no padding) [%Minute] Minute 9
Minute(zero padding) [02d%Minute] Minute, pad with 0s, width 2 09
Second(no padding) [%Second] Second 8
Second(zero padding) [02d%Second] Second, pad with 0s, width 2 08
Paper [%Paper] Paper size name Letter
DPI [%DPI] DPI resolution 300 x 300
Color [%Color] Color:
Monochrome
256
Grayscale
TrueColor
Monochrome
Compression [%Compress] Compression(valid only for TIFF/BMP files):
None
G3
G4
Packbits
ZIP
JPEG
RLE8
G4
Printer [%Printer] Printer name Zan Image Printer(mono)


  Return to top



Copyright © 2002-2005, http://www.zan1011.com, All Rights Reserved.