TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


variable:tmsspdfcolorhdr

This is an old revision of the document!


TMSSPDFCOLORHDR

The Environmental Variable TMSSPDFCOLORHDR changes the color of the PDF report header background or title bar using HEX number input (without the #).

The Environmental Variable TMSSPDFCOLORHDR will set the color for all report headers.

If used in conjunction with the Report-ID, eg TMSSPDFCOLORHDR100, it will override the global color set for that report. For example TMSS10MoveList produces three reports (Report 117, 118 and 119), setting TMSSPDFCOLORHDR to red and TMSSPDFCOLORHDR117 to blue would produce a PDF report with 117 with a blue title bar, 118 and 119 having a red title bar.

Example

To change the title bar to Red

Windows Command Line

set TMSSPDFCOLORHDR=FF0000

Windows PowerShell

$env:TMSSPDFCOLORHDR = "FF0000"

Linux

export TMSSPDFCOLORHDR = "FF0000"
variable/tmsspdfcolorhdr.1643333136.txt.gz · Last modified: 2025/01/21 22:07 (external edit)