PowerShell script New-PDF made possible by PDFSharp
PDFsharp is the Open Source library that easily creates PDF documents from any .NET language without . The same drawing routines can be used to create PDF documents, draw on the screen, or send output to any printer. Neither Adobe’s PDF Library nor Acrobat are required.
Thanks to Marco Shaw for spotting this.
Hello World
The New-PDF PowerShell script is a port of the PDFSharp Hello World sample.


