Skip to content

Thorvaldd/ilovepdf-net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iLovePDF Api - C# Library

A library in C# for iLovePDF Api You can sign up for a iLovePDF account at https://developer.ilovepdf.com

Develop and automate PDF processing tasks like Compress PDF, Merge PDF, Split PDF, convert Office to PDF, PDF to JPG, Images to PDF, add Page Numbers, Rotate PDF, Unlock PDF, stamp a Watermark and Repair PDF. Each one with several settings to get your desired results.

Requirements

Minimum .NET Framework 4.5

Install

You can install library from Nuget

PM-> Install-Package ILove_PDF

Simple usage looks like:

var lovePdfAPi = new LovePdfApi("project_public_id", "project_secret_key");

var task = lovePdfAPi.CreateTask<CompressTask>();
var file = task.AddFile("file1.pdf")
var time = task.Process();
task.DownloadFile("directory-to-download");

Documentation

Please see https://developer.ilovepdf.com/docs for up-to-date documentation.

License

The code is available as open source under the terms of the MIT License.

About

iLovePDF Api - #C Library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%