TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


variable:tmsspdfpagesize

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:tmsspdfpagesize [2018/06/28 20:50] Gerard Nicolvariable:tmsspdfpagesize [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== TMSSPDFPAGESIZE ====== ====== TMSSPDFPAGESIZE ======
  
-^     ^ +The [[variable:start|Environmental Variable]] ''TMSSPDFPAGESIZE'' sets the PDF output page size.
-| letter  |   | +
-| letter  |   | +
-| letter  |   |+
  
- struct ESPMAP_STRING2INT oSizeMap[] = { "", HPDF_PAGE_SIZE_LETTER, +Possible values are: 
-                                        "legal", HPDF_PAGE_SIZE_LEGAL, + 
-                                        "A3", HPDF_PAGE_SIZE_A3, +^ Value      ^ Description                   ^ 
-                                        "A4", HPDF_PAGE_SIZE_A4, +| letter     | 216 x 279 mm (8.5 x 11.0 in)  | 
-                                            "A5", HPDF_PAGE_SIZE_A5, +| legal      | 216 x 356 mm (8.5 x 14.0 in)  | 
-                                        "B4", HPDF_PAGE_SIZE_B4, +A4         | 210 x 297 mm (8.3 x 11.7 in)  | 
-                                        "B5", HPDF_PAGE_SIZE_B5, + 
-                                        "executive", HPDF_PAGE_SIZE_EXECUTIVE, +==== Windows Command Line ==== 
-                                        NULL, 0,+ 
 +<code> 
 +set TMSSPDFPAGESIZE=letter 
 +</code> 
 + 
 +==== Windows PowerShell ==== 
 + 
 +<code> 
 +$env:TMSSPDFPAGESIZE = "letter
 +</code> 
 + 
 +===== See Also ===== 
 + 
 +  * [[variable:start|Variables]] 
 +  * [[technote:setting_environmental_variables|Setting Environmental Variables]] 
 +  * [[variable:tmssreportformat|TMSSREPORTFORMAT]] 
 +  * [[variable:tmsspdfoutputpath|TMSSPDFOUTPUTPATH]] 
 +  * [[variable:tmsspdflogopath|TMSSPDFLOGOPATH]] 
 +  * [[variable:tmsspdforientation|TMSSPDFORIENTATION]] 
 +  * [[variable:tmssreportcolumndelete|TMSSREPORTCOLUMNDELETE]] 
 +  * [[variable:tmssreporttitle|TMSSREPORTTITLE]] 
 + 
 +{{tag>environmental_variables printing pdf}} 
 + 
 +<-  ^ variable:start |Introduction ^ -> 
 + 
 + 
 +                                
variable/tmsspdfpagesize.1530219002.txt.gz · Last modified: 2025/01/21 22:07 (external edit)