====== TMSSPDFBLANKPAGETEXT ====== The [[variable:start|Environmental Variable]] ''TMSSPDFBLANKPAGETEXT '' is used in TapeTrack [[cli:introduction|Command Line Programs]] to handle PDF reports when no data is returned via the executed [[cli:introduction|Command Line Programs]]. ===== Example ===== ==== Windows Command Line ==== set TMSSPDFBLANKPAGETEXT=No Tapes Moving Today ==== Windows PowerShell ==== $env:TMSSPDFBLANKPAGETEXT = "No Tapes Moving Today" ==== Linux ==== export TMSSPDFBLANKPAGETEXT =No Tapes Moving Today ==== See Also ==== * [[variable/start|Variables]] {{tag>environmental_variables printing pdf }}