Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edern76/simple-pdfifier

A simple application written in C# to convert an image file to PDF
https://github.com/edern76/simple-pdfifier

csharp dotnet image-conv itextsharp pdf wpf wpf-application

Last synced: 4 days ago
JSON representation

A simple application written in C# to convert an image file to PDF

Awesome Lists containing this project

README

        

# Simple-PDFifier
A simple application written in C# with WPF and iTextSharp to convert an image file to PDF

# Usage
Input the path of the image to convert into the first box and the path to where you want to save the output into the second box then press "PDFify!"

Supports PNG, JPG/JPEG, GIF, TIFF and BMP formats as output

# Requirements

Requires a Windows operating system with .NET Framework 4.5.2. Won't run on Linux/OSX since WPF is not available on these systems.

Also requires iTextSharp 5.5.1.1 if running from source

# Downloads

See the [releases](https://github.com/Edern76/Simple-PDFifier/releases) page.

# License

MIT License, see the LICENSE file for more information.