JavaScript
Posted: Tue Feb 22, 2011 9:58 am
Hello,
i need a javascript reference manual to work with FullSwitch. For example now i would like to create a flow that add a WaterMark using a precise rules, i tested this example but don't work.
doc.addWatermarkFromFile({
cDIPath: "c:Tacca.pdf",
nSourcePage: 1,
nEnd: 5,
nHorizAlign: 0,
nVertAlign: 0,
nHorizValue: 0,
nVertValue: 0,
nRotation: 0
});
i need a javascript reference manual to work with FullSwitch. For example now i would like to create a flow that add a WaterMark using a precise rules, i tested this example but don't work.
doc.addWatermarkFromFile({
cDIPath: "c:Tacca.pdf",
nSourcePage: 1,
nEnd: 5,
nHorizAlign: 0,
nVertAlign: 0,
nHorizValue: 0,
nVertValue: 0,
nRotation: 0
});