Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: PDF plugin #11

Open
csandfeld opened this issue Jun 28, 2016 · 1 comment
Open

Feature request: PDF plugin #11

csandfeld opened this issue Jun 28, 2016 · 1 comment

Comments

@csandfeld
Copy link

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.

@iainbrighton
Copy link
Owner

@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.

Thoughts? It might be worth it's own thread?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants