Question
PDFs that are created when you run tabcmd export
fill only 2/3 of the page. Is there a way to make them larger?
PDFs that are created when you run tabcmd export
fill only 2/3 of the page. Is there a way to make them larger?
Tableau Server
To specify the resolution of exported PDF content, append the following parameters to a tabadmin export command:
--width PAGEWIDTH | Integer value that sets the width in pixels. Default: 800 |
--height PAGEHEIGHT | Integer that sets the height in pixels. Default: 600 |
For example, to export a view as a PDF with a resolution of 1024 x 768, use the following command:
tabcmd export "[URL]/[view]" --pdf --width 1024 --height 768
To see the full list of tabcmd export command options, type the following at the command prompt:
tabcmd help export