These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Specifying page number of multipage TIFF using addWatermarkFromFile

ljpitre
Registered: Sep 21 2009
Posts: 4

Using

jsobj.addWatermarkFromFile(InnTIF, 0, 0, 0, True, True, True, 0, 3, 10, -10, False, 1, False, 0, 0.7)

works fine and inserts the first page. However, if the TIF is multiple page and I specify anything other than 0 for nSourcePage I get general error.

Does not addwatermarkfromfile support muti-page TIF files?

Is there better way?

My Product Information:
Acrobat Pro 8.0, Windows
try67
Expert
Registered: Oct 30 2008
Posts: 2398
Acrobat doesn't support multi-page TIFFs.

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

ljpitre
Registered: Sep 21 2009
Posts: 4
using the "ImageShape.getframecount" examples I see, what com do I need to link in to VS2008 to define an ImageShape object ?