Hi
Is it possible to set up calculations that work between different PDFs within the same portfolio? For example, you could have a number of PDFs acting as calculation sheets and one PDF acting as a summary sheet which totaled all the amounts from the other PDFs?
Thanks
Tim
The answer is yes and no. Adobe has made steps in the direction of adding this as a feature that users could actually use. But then they destroyed that with usage and security concerns about Portflios in Acrobat 9. It's a bummer, because it'd be nice to summarize form info in the Portfoloi Navigator(the main flash display). But there's no way for the Flash in the Navigator to communicate directly with the embedded files. I think this feature will eventually be added.
What you have to understand about Portfolios is that they are just a fancy UI on top of very ordinary embedded files. If you are a programmer you could setup your own interdocument calculations in almost exactly the same way it was done back in the old days.
So the answer is, there is no built-in support for this feature so it is not avialible to ordinary users. But if you are a programmer, then there is a way using JavaScript to setup some communication between files. Although it's not easy or a robust and clean solution.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script