All Projects → chen0040 → Cs Pdf To Image

chen0040 / Cs Pdf To Image

Licence: mit
a simple library to convert pdf to image for .net

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Cs Pdf To Image

Honeyjs
An open source Javascript Honey Pot implementation
Stars: ✭ 20 (-35.48%)
Mutual labels:  library
Bashmultitool
A library for bash shell program containing useful functions. Can be imported into scripts to create colourful and functional scripts and TUIs.
Stars: ✭ 27 (-12.9%)
Mutual labels:  library
Cardviewlist
An elegant and responsive CardView like Android on iOS with Swift. Available horizontal and vertical scrolling with full animations and customizable.
Stars: ✭ 30 (-3.23%)
Mutual labels:  library
Meowbottomnavigation
Android Meow Bottm Navigation
Stars: ✭ 912 (+2841.94%)
Mutual labels:  library
Ulib
C++ application development framework, to help developers create and deploy applications quickly and simply
Stars: ✭ 912 (+2841.94%)
Mutual labels:  library
Fb2index
Minimalistic web library. This repository has migrated to https://gitlab.com/opennota/fb2index
Stars: ✭ 29 (-6.45%)
Mutual labels:  library
Ambient
Lightweight ambient light javascript library for HTML image and video elements
Stars: ✭ 20 (-35.48%)
Mutual labels:  library
Discpp
Simplified, but feature rich Discord API wrapper written in modern C++.
Stars: ✭ 31 (+0%)
Mutual labels:  library
Php Confusable Homoglyphs
A PHP port of https://github.com/vhf/confusable_homoglyphs
Stars: ✭ 27 (-12.9%)
Mutual labels:  library
Openps3ftp
An open source FTP server for the PlayStation 3.
Stars: ✭ 29 (-6.45%)
Mutual labels:  library
Python Common Cache
This project is a cache component based on the memory and it is lightweight, simple and customizable. 🐍 😃
Stars: ✭ 21 (-32.26%)
Mutual labels:  library
Go Deb Version
A golang library for parsing deb package versions
Stars: ✭ 21 (-32.26%)
Mutual labels:  library
Androidstreamable
Unofficial https://streamable.com API Wrapper for Android
Stars: ✭ 29 (-6.45%)
Mutual labels:  library
Rust Csv
A CSV parser for Rust, with Serde support.
Stars: ✭ 911 (+2838.71%)
Mutual labels:  library
Libbmp
A simple Bitmap (BMP) library.
Stars: ✭ 30 (-3.23%)
Mutual labels:  library
Belogging
Easy and opinionated logging configuration for Python apps
Stars: ✭ 20 (-35.48%)
Mutual labels:  library
Anglesharp.css
👼 Library to enable support for cascading stylesheets in AngleSharp.
Stars: ✭ 27 (-12.9%)
Mutual labels:  library
Fillingbutton
🔥Replace typical onLongClickListener with this library!
Stars: ✭ 31 (+0%)
Mutual labels:  library
Whatpulse
WhatPulse reverse engineered
Stars: ✭ 30 (-3.23%)
Mutual labels:  library
React Forms
Form Rendering Library written in React
Stars: ✭ 29 (-6.45%)
Mutual labels:  library

cs-pdf-to-image

A x86 simple library based on .net 4.5.2, .net 4.5.1, and .net 4.0 to convert pdf to image for .net. This library is a derivation of Mark Redman's work on PDFConvert using Ghostscript gsdll32.dll. The derivation will automatically make the Ghostscript gsdll32 available on computer that does not have it installed, so that that developers do not need to worry whether ghostscript is available on the end user's computer in order for it to work.

Install

Install-Package Pdf2Png -Version 1.0.2

Usage

string pdf_filename="sample.pdf";
string png_filename="converted.png"; 
List<string> errors = cs_pdf_to_image.Pdf2Image.Convert(pdf_filename, png_filename);
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].