You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request: A plugin to generate PDF docs. Might utilize the PDFSharp library. Tobias Weltner has done some work with PowerShell and PDFSharp that might be a good startingpoint.
Would be very useful for a project I may be doing, generating test reports for GxP systems and uploading to a document store. Apparently FDA like PDF docs better than Word docs.
The text was updated successfully, but these errors were encountered:
@csandfeld Yeah - you're not the first to ask for this!
Off topic
I'm thinking about splitting the "plugins" into different modules. This will make it easier for different plugins to support different output options in a native PowerShell fashion. However, it would mean having separate Export-PScriboWordDocument and Export-HtmlDocument (or similar) cmdlets if you wanted to export to multiple formats.
With (One)PowerShellGet it'll be easy to get the prereqs as PScribo would be a dependency. You would still, however, need to run something like this Install-Module PScriboHtml, PScribo.Word, PScribo-PDF to then get everything needed.
Feature request: A plugin to generate PDF docs. Might utilize the PDFSharp library. Tobias Weltner has done some work with PowerShell and PDFSharp that might be a good startingpoint.
Would be very useful for a project I may be doing, generating test reports for GxP systems and uploading to a document store. Apparently FDA like PDF docs better than Word docs.
The text was updated successfully, but these errors were encountered: