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

Both sides previous revisionPrevious revision
Next revision
Previous revision
variable:tmsspdfblankpagetext [2026/03/26 02:13] Scott Cunliffevariable:tmsspdfblankpagetext [2026/03/26 02:53] (current) Scott Cunliffe
Line 3: Line 3:
 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]]. 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.1774491208.txt.gz · Last modified: 2026/03/26 02:13 by Scott Cunliffe