TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


variable:tmsspdfblankpagetext

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
variable:tmsspdfblankpagetext [2026/03/26 02:11] – created Scott Cunliffevariable:tmsspdfblankpagetext [2026/03/26 02:53] (current) Scott Cunliffe
Line 1: Line 1:
 ====== TMSSPDFBLANKPAGETEXT ====== ====== 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 ====
 +
 +<code>
 +set TMSSPDFBLANKPAGETEXT =No Tapes Moving Today
 +</code>
 +
 +==== Windows PowerShell ====
 +
 +<code>
 +$env:TMSSPDFBLANKPAGETEXT  = "No Tapes Moving Today"
 +</code>
 +
 +==== Linux ====
 +
 +<code>
 +export TMSSPDFBLANKPAGETEXT  =No Tapes Moving Today
 +</code>
 +
 +{{tag>environmental_variables printing pdf }}
variable/tmsspdfblankpagetext.1774491104.txt.gz · Last modified: 2026/03/26 02:11 by Scott Cunliffe