Jump to content

chads

Registered Users - Approved
  • Posts

    24
  • Joined

Posts posted by chads

  1. Create a text rule with this content and then apply the rule box. Apply the IDAUTOMATIONDMATRIX font to it and you should be good to go.

     

    // Check treat strings as tagged text
    //Replace "CNTL" with name of Field with ""
    //Apply Rule as a text field and apply IDAUTOMATIONDMATRIX Font in 4pt
    
    return MakeDataMatrixBarcode (Field("CNTL"), true, "TEXT", "UIC", "4", "NoFontTag", "IDAutomationDMatrix");

  2. Ah, sorry, that's a bug.

     

    The workaround is to use the FusionPro.Composition.isPreview property to disable the output file rename for Preview. For example:

    if (!FusionPro.Composition.isPreview)
       FusionPro.Composition.outputFileName = FusionPro.Composition.inputFileName + ".pdf";

    This is on our list of issues to address. Please reference case FP-11072.

     

    This is great, but is there a way to trim the file extension of the input file? For instance myinputfile.csv.pdf to be myinputfile.pdf?

×
×
  • Create New...