Skip to content

ilovepdf/ilovepdf-net

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 2, 2022 13:24
January 3, 2023 15:52
January 3, 2023 15:52
October 18, 2022 12:38
April 27, 2017 13:40
October 18, 2022 12:38
October 18, 2022 12:38
January 9, 2023 10:34

iLovePDF

CI NuGet Downloads NuGet ILove_PDF_test on fuget.org GitHub

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.