Product: PowerShell Universal
Version: 1.4.6
Hello,
I’m hoping this is easier than I imagine but I am trying to convert a New-UDTable to PSWritePDF’s New-PDFTable function. I thought I could simply do New-PDFTable -DataTable (Get-UDElement -Id ‘DataTable’) but that doesn’t return what I’m looking for. New-PDFTable is looking for a Hashtable to convert. @adam Would you know if this is possible? I assume yes because it’s PowerShell but I’m getting into unfamiliar territory.
Thank you!