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.
Minimum .NET Framework 4.5
You can install library from Nuget
PM-> Install-Package ILove_PDF
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");
Please see https://developer.ilovepdf.com/docs for up-to-date documentation.
The code is available as open source under the terms of the MIT License.