Dan,

I think I need a little clarification here. Not quite used to web programming yet. When you say "graphic file in library triggered by drop down menu" does this mean a file that is uploaded by your customer?, or activating a pdf document that is stored within a library folder stored on your website?

Off-hand I don't remember the command for pdf page counting, but you can use javascript to return the number of pages that any given pdf graphic contains. I thinks it something like...

var pathName = "..\\resources\\";
var x = new FusionProResource(pathName + "MyFile.pdf", "graphic");
x.name = (pathName + "MyFile.pdf");
pages = x.length;

Again, I'm not quite sure about the actual code for the page counting feature of a pdf file, but I do know one exists.

David A. Sweet
Web Designer/Graphic Designer
HKM Direct Market Communications
A DirectConnectGroup Company

--
Users of FusionPro Desktop have unlimited free email support. Contact Printable Support at [EMAIL PROTECTED] --
View FusionPro Knowledge Base, FusionPro Samples at
www.printable.com/vdp/desktop.htm

--
You are currently subscribed to fusionpro as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
--


--
Note:  All e-mail sent to or from this address will be received or otherwise 
recorded by the e-mail recipients of this forum. It is subject to archival, 
monitoring or review by, and/or disclosure to someone other than the recipient. 
Our privacy policy is posted on www.printplanet.com
--

Reply via email to