Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/edern76/simple-pdfifier
- Owner: Edern76
- License: mit
- Created: 2017-07-13T17:33:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T16:08:56.000Z (over 7 years ago)
- Last Synced: 2024-12-20T14:56:25.097Z (16 days ago)
- Topics: csharp, dotnet, image-conv, itextsharp, pdf, wpf, wpf-application
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.