Yes i would like to use Acrobat JavaScript, i need to write a script to use in Save option in Acrobat module. I must to use Watermark only in specified pages for example in 1, 5, 9 , ecc.
do you know another solution?
Search found 2 matches
- Tue Feb 22, 2011 6:14 pm
- Forum: Flows
- Topic: JavaScript
- Replies: 3
- Views: 10471
- Tue Feb 22, 2011 9:58 am
- Forum: Flows
- Topic: JavaScript
- Replies: 3
- Views: 10471
JavaScript
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, n...