Description
Description-Separate-1Good Day Folks!
Using .NET to convert a PNG file to PDF using Windows built-in "Microsoft Print to PDF" printer.


Description-Separate-2How to Use
How-Separate-1input PNG file and get PDF out (letter, landscape)
How-Separate-2Related Links
Related-Separate-1PrintDocument and Graphics classes...
https://learn.microsoft.com/en-us/dotnet/api/system.drawing.printing.printdocument
https://learn.microsoft.com/en-us/dotnet/api/system.drawing.graphics
Related-Separate-2