HtmlForgeX

API Reference

Command

New-HtmlXTableButtonPdf

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.DslOptions.Tables.TableButtonPdfOption

Creates a PDF export button for a DataTables table.

Remarks

Use inside New-HtmlXTable { }.

Examples

Imported script example

New-HtmlXTableButtonPdf -FileName "operations.pdf"
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-HtmlXTableButtonPdf [-FileName <string>] [-Text <string>] [-Title <string>] [<CommonParameters>]
#

Parameters

FileName string optionalposition: namedpipeline: false
Optional export file name.
Text string optionalposition: namedpipeline: false
Button label text.
Title string optionalposition: namedpipeline: false
Tooltip/title shown by the export button.

Outputs

HtmlForgeX.DslOptions.Tables.TableButtonPdfOption