This is the graphic rule method that I normally use. The field "pdfUpload" is
normally in the data file.
var r = new FusionProResource(Field("pdfUpload"), "graphic", true);
r.name = (Field("pdfUpload"));
r.pagenumber = 1;
if (r.exists) {
return r;
}
else {
return NullResource();
}
You can simply reprogram the value for "pagenumber" to be whatever page of the
pdf you want to use. I generally check to see if the page exists and only then
will I use it, returning a blank if nothing is there. I can also program for a
specific file to be displayed if the variable pdf file is not available that
may display a message like "file not uploaded", or "file not available", and
the like.
Good Luck
---
David A. Sweet
Web Designer/Graphic Designer
HKM Direct Market Communications
A DirectConnectGroup Company
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Subject: [fusionpro] Question about importing multiple page PDF's as resources
Nowhere in the manual can i find how to differentiate between using page 1
or page 2 etc in a multi page PDF. It seems that it will automatically
use Page 1 by default. Anyone know how to for instance have the variable
graphic on the front be page 1 and on the back be page 2?
Thanks in advance.
No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.518 / Virus Database: 269.21.7/1322 - Release Date: 3/9/2008 12:17
PM
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
FusionPro 5.0 Now Available!
Variable text on a curve and soft drop-shadows for variable text
LIMITED TIME upgrade offer of $299 per license for current customers:
http://fusionpro.printable.com/store/upgrade
New licenses available for $599 each at:
http://fusionpro.printable.com/store/
All FusionPro 5.0 customers to receive FusionPro 5.1 with
Adobe Acrobat 8 and InDesign CS3 support when released for FREE.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
--
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
--