Previous | Next | (P-PDF) Acrobat 7
Topic: Problem with getTemplate
Conf: (P-PDF) Acrobat 7, Msg: 126341
From: george
Date: 1/26/2005 06:27 AM
> var golfTemplate = this.getTemplate("tptGolf")
>
> if (event.target.value == "Yes")
> {
> golfTemplate.spawn(this.numPages, false, false);
> }
>
> In Acrobat 6.0 Pro it works fine in reader 5 and 6.
> Using the same statement in Acrobat 7.0 Pro is does not
> seem te work in reader 6 (in my company they only have
> reader 6)
It's not clear to me what you're saying here, but it sounds like you're saying it works in Reader. If so, I'd ask if you're sure about that. Spawning template pages with Reader is not supposed to, and doesn't work for me.
You can set usage rights that will allow it to work with some versions of Reader, but you'll need to first process the PDF through Adobe's Reader Extension Server software.
George