Jump to content

miker

Registered Users - Approved
  • Posts

    11
  • Joined

Posts posted by miker

  1. Thanks for the reply. I've tried all sorts of options, including this. Here's my output config;

     

    (interesting thing; the front of my print has variable on it and is converting colour. The back has no variable and is passing the file through without conversion)

     

    AbortChoice=BadRec

    AFPFormDefOptions=AutoGenerate

    AFPOutputColorSpace=CMYK

    AFPOutputDeviceDPI=300

    Author=

    Bleed=900

    BleedMark=Yes

    ChangePassword=

    CompressOutput=Yes

    CropMarksInBlack=No

    DisableUnicodeFont=No

    DropShadowDPI=150

    DropShadowEffect=Grayscale

    EmbedFonts=Yes

    ErrorIfUnicodeUsedAndDisabled=Yes

    FlatFileConfiguration=/Volumes/Jobs/Jobs in Progress/16372_01 Kanavero Brochures/VDP/16372_01 KanaveroBrochures.def

    ForceIntegralPointSize=No

    HPPPMLImpositionChoice=default

    HPPPMLUseSpotColor=No

    HyphenationRuleset=English

    HyphenDictionary=/Library/Application Support/PTI/FusionPro/English.inx

    IgnoreRecordRepeat=No

    InputFileFormat=Flat

    JapaneseCropMarks=No

    JDF_create=No

    JDF_device=

    JDF_port=0

    JDF_rip=1

    JDF_server=

    JDF_submit=No

    JDF_url=

    JLYTHoldJob=No

    JLYTSnapTextKerning=No

    JLYTUseSpotColor=No

    KeepPDFAnnotions=Yes

    Keywords=

    Linearize=No

    OptimizeForIntelliStream=No

    OutputFormat=PDF

    OutputSource=onefile

    OwnerPassword=

    PageInfo=Yes

    PageMarkOffset=900

    PDF/VT=0

    PDFLevel=Acrobat 4.0/5.0 Compatible

    ppmlgraphicstoexternal=No

    PPMLGraphicsUseOriginal=Yes

    PPMLGraphicsUseUNC=No

    ppmlrewritegraphics=No

    RecordsToCompose=1

    SearchPath=

    StartRecordNo=1

    Subject=

    SuppressPDFBackground=No

    Title=

    UseImpositionDefFile=No

    UseRGBColorSpace=Yes

    VDXBindingIntent=None

    VDXBindingSide=Left

    VDXFileMode=Single File

    VDXVersion=ANSI VDX

  2. I have an RGB file that I want to leave as RGB, destined for a Fiery RIP on a Xerox digital press. If I drop the file on the Fiery, it prints as expected, but after FusionPro composition, the file is (apparently) converted to a CMYK colour space.

     

    I simply can't find any options to control the PDF creation out of FusionPro with regards to colour space.

     

    Is there a config file, or a discrete setting somewhere? I would just like it to go through unmanaged.

     

    Thanks

  3. Is this (Dan's last reply) still valid? I've changed my entries to match, and I'm returning the same error.

     

    The only other aspect of the template that I'm curious about, is that it's in a formatted text resource.

     

    Here's my converted javascript rule;

     

    var Var1 = "Title";

    var CaseSelection = "allcaps";

     

     

     

    if(CaseSelection == "allcaps")

    return ToUpper(TaggedDataField(Var1));

     

    if(CaseSelection == "smallcaps")

    return "<smallcap>" + TaggedDataField(Var1) + "</smallcap>";

     

    if(CaseSelection == "propercase")

    return ToTitleCase(TaggedDataField(Var1));

     

    if(CaseSelection == "lowercase")

    return ToLower(TaggedDataField(Var1));

     

    For now, I've disabled the function and asked the client to enter UPPER. I'd prefer to automate the solution.

     

    Many thanks.

  4. It's set for drop-down. The records are active.

     

    The only products where the grid is displayed are those with pricing. Those with pricing $0.00 hide themselves (until now).

     

    I don't want to say "maybe it's a bug", but... Maybe it's a bug. This behaviour is new since switching to Admin.

     

    Thanks for your attention.

  5. After switching to the new Admin portal, when I build store products with quantities but no pricing, the pricing grid shows up. Moreover, it shows only the first entry. If I add pricing, the whole grid shows up as expected.

     

    I have many old products that hide the grid when no pricing is included, but I can't trick MC into hiding the grid entirely when building new products in the Admin portal.

     

    Am I missing something?

     

    Thanks for any help.

     

    Grid.png.3ecf5574b0a7a1b8058a1401f554ed52.png

     

    Pricing.png.f6896ba5a1ee28368d1792dfb2bfb9e8.png

  6. Hello, and thanks for reading. I'll try to be concise.

     

    In trying to format text, typical on business cards. Many layouts format with a prefix followed by the number, and include a desired space in between. Here's an example with three spaces between.

     

    T 604.323.2323

    C 604.232.3232

    F 604.323.2323

     

    Here's my code;

    if (Field("Tell") == "")

    return "";

    else

    return 'T '+Rule("TelFor");

     

    Here are my questions;

    - Fusion seems to honour just one space. If I put three ('T '), only one is applied (even in this HTML formatting). How can I apply more, or tabs?

     

    - Characters have different kerning values. Even in my example above, the 604 do not line up, because of these values. How do I align my phone numbers?

     

    - Is there a method to affect tracking for the entire phone number, so they align overall?

     

    I use various cheats, but this has to be a common issue... Perhaps I missed a simple solution somewhere?

     

    Any advice would be much appreciated.

     

    Thanks

    Mike

     

    Fusion Mac 9.2.31

×
×
  • Create New...