I have a PF3-BusinessCard set up that has a vector 3-color logo. This card
does not preview correctly in Acrobat unless you turn on the "Overprint
Preview" option under the "Advanced" pull-down menu. I don't believe that
this is available in Acrobat Reader or even through the browser pop-up
window while "viewing" the proof, and the customer will be alarmed as it
will appear that "stuff" is missing.
I want to use a solution similar to the one outlined in the "Tips and
Tricks" section of the "FusionPro Rules System Guide" on pg-110, using
multiple body pages and a callback "OnRecordStart" rule (see below). I have
created the second body page with a rasterized 4-color version of the logo
(this would be the "Proof" that the customer sees). My "Shell" page actually
contains the 3-color logo that we need (and yes, I have named my body pages
to coincide with the rule....) The only problem is that I want to put this
in a PrintOne using the web-to-print system. Will this, or is there
somethine else that will..., work with the proof/press settings under the
"Configuration" settings for my PrintFusion item? I already know that this
will not work as written in the guide. However, this does work if I were
going to use it like a normal FusionPro Desktop job with a database where my
"Proof" field was either "y" or "n". But I want this to work on the web
where the customer sees the 4-color "okay" looking logo, but we receive
instead the 3-color version.
if (ToLower(Field("Proof")) == "y")
{
FusionPro.Composition.SetBodyPageUsage("Proof", 1);
FusionPro.Composition.SetBodyPageUsage("Shell", 0);
}
else
{
FusionPro.Composition.SetBodyPageUsage("Proof", 0);
FusionPro.Composition.SetBodyPageUsage("Shell", 1);
}
Craig Daters | Systems Administrator | [EMAIL PROTECTED]
West Press
1663 West Grant Road
Tucson, Arizona 85745-1433
(520) 624-4939 x208
(520) 624-2715 fax
www.westpress.com
--
Please note: It is the policy of West Press that all e-mail
sent to and from any @westpress.com address may be recorded
and monitored. Unless it is West Press related business,
please do not send any material of a private, personal,
or confidential nature to this or any @westpress.com
e-mail address.
This message has been scanned for UCE (spam), viruses,
and dangerous content, and is believed to be clean
--
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
--