Not sure if there is an easy thing out there for this. Is there a way so convert a png to a pdf file in a UWP program? I've got a program that reads in a lot of images and I'd like to edit them, then output as a pdf. I just need to convert a 1280 x 720 png file into a landscape pdf in the same location with the same file name so hopefully this could be done without the user needing to input too much.
I'm not really sure where to start on this.
Any pointers to anything relevant would be appreciated.
First google result: https://www.c-sharpcorner.com/UploadFile/26b237/insert-an-image-to-pdf-in-C-Sharp/
Not promoting the component, but it shows how it is done. You create a .pdf document and load the image into it with desired styles and save the document.
We usually do not propose solutions (there are multiple ways). Rather we help you along the way - you should try something yourself, and when you get stuck then show what you tried.