Automating PDF Exports with Filters Using Tabcmd Using tabcmd to automate PDF exports with multiple filters. Steps below should help to do this: Use tabcmd in conjunction with URL filter parameters. For example, the following URL with filter parameters: http://servername/views/workbook/sheet?param1=value1,value2¶m2=value Could be used in tabcmd as follows: tabcmd export "workbook/sheet?param1=value1,value2¶m2=value" --pdf -f "C:\Tableau_Workbooks\Weekly-Reports.pdf" Or: tabcmd get "http://servername/views/workbook/sheet?param1=value1,value2¶m2=value" -f "C:\Tableau_Workbooks\Weekly-Reports.pdf"