Brian,
 
Try this graphic rule...
 
var pdfOut = new FusionProResource(Field("pdfUpload"));
pdfOut.name = (Field("pdfUpload"));
pdfOut.pagenumber = xxx
if (pdfOut.exists)  {
    return pdfOut;
}
 
 
The pdfUpload is in my data file as a separate field, and the name of the pdf 
is passed through it. Enter whatever page number of the pdf file you want into 
the "xxx" placement. When I need a front and back of a shell pdf file, I use 
two rules for shellFront and shellBack and simply enter the number 1 or 2 as I 
need it. If you have a huge number of pages in your pdf file, you can either 
pass the pagenumber xxx value as a variable in your data file, or you can 
sometimes even use CurrentRecNo() to count the pages as you go.
 
HTH, Good Luck.
 
--- 
David A. Sweet 
Web Designer/Graphic Designer 
HKM Direct Market Communications 
A DirectConnectGroup Company
 


+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Calling all FP Web Users!

Do you have a question or lots of knowledge to share about FusionPro Web?

If so, join our Printable Web to Print Users' Forum today!

Send email to [EMAIL PROTECTED] to find out how!
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-


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