The aspect that is confusing me is that I have 40 pdfs.  Each 2 pages.
Simple 4.25 x 6 postcards.  Currently I have a simple graphic switch rule
set.  My field in the data file is called PDF so I just have a switch for
that field.  Is there any way to incorporate the switch statement in the
graphic rule with the Text rules?.  I know nothing about scripting and I am
usually stuck just following what ever the prebuilt GUI's let me.

On 3/10/08 7:56 AM, "David Sweet" <[EMAIL PROTECTED]> wrote:

> 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



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

Reply via email to