Jerimiah,

What I believe you are referring to is being able to pull pages out of a
multi-page pdf file. This is a sample of a graphic rule that I use to do
this sort of thing. You could easily write some sort of switch rule to
decide upon which pages to pull from your main document, depending on
the "model of car" that is chosen in the data file. This would then
become your page reference in the code line "r.pagenumber = X" where "X"
is the page number you set in your switch statement, and "docName" is
the name of the pdf file that you are using as your graphic reference.
This could be a static named document or even a variable data item that
is referenced within the instance file itself.


var r = new FusionProResource("docName.pdf", "graphic", true);
        r.name = ("docName.pdf");
        r.pagenumber = 1;
if (r.exists) {
        return r;
}


Good luck.

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

-----Original Message-----
From: Jerimiah DuBois [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 03, 2008 11:12 AM
To: FusionPro Users Forum
Subject: [fusionpro] Producing a pdf from specific PDF pages

I have a situation where I have three different envelopes available  
for the user to select from. I would like to have the user select from  
a drop down and have that selection pull from pages 1-3 to produce a 1  
page pdf file for print. Anyone have any ideas on if this is possible  
with rules?

I got this idea from an Automotive Brochure that Printable created for  
our Demo Store, in which the use selects a make and model and  
depending on that selection 2 pages from the 8 are displayed and  
produced for print. I found this an interesting method and wanted to  
reproduce it for other uses.

Thank you,



Jerimiah DuBois
Web/Graphic Designer
[EMAIL PROTECTED]

Alliance Graphics | Printing
5225 Hollister Street
Houston, TX 77040
Direct: 713.333.2539
Main: 713.688.2688
Fax: 713.688.2895
www.alliancegp.net



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