Try this one ...

var pathName = "..\\resources\\";
var x = new FusionProResource(pathName + "MyFile.pdf", "graphic");
   x.name = (pathName + "MyFile.pdf");
   x.pagenumber = 2;
if (x.exists) {
   return x;
}

This will return the second page of a pdf file named "MyFile.pdf". Sometimes we have a field in our instance file that lists the pdf name and we parse out the page that we need when necessary.

---
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