• Can Named Expressions use Tagged data for PDF naming

    Is it possible to extract tagged data from a title block using Named Expressions to include i.e. revision number and add it to the output file name. i.e. filename-rev.pdf = 12345-02.pdf
  • Print Scale display using named expressions

    Pen table text substitution has been used to display the print scale for the last 100 years or so. This has been implemented by placing the text "SCALE=" in close proximity to the the text "$SCALE$", with $SCALE$ being substituted with the _SCALESHORT_…
  • Re: Print Organizer Output File names

    Modifications of Print Organizer output filenames are done through Named Expressions. There are two C Expressions that can be used. Session.EvalCExprAsInt("tcb->lstvw", "") + 1 Returns the view number for the last point entered. Session.EvalCExprAsInt…
  • print organizer using named expression

    Doee anyone know if there is a way to specify a named expression that can be used to add an increment value string to the Name field of the Print Organizer (PO) list? For instance, if a file is added to PO that has 5 different areas meeting the print…