ilovepdf / ilovepdf-php Public

$5/yr

$14/yr

Single Licence: a single website (personal, client), or intranet site project - Details

Extended Licence: a website (commercial, personal, client), or internet site project - Details

Rated

Be the first to review this.

Save for later

Save this link to facebook.

Get Social

Hit like and share it with others.

CREATED

14-Mar-2022

LAST UPDATED

13-Dec-2022

Compatible Browsers

,

DOCUMENTATION

LAYOUT

FILES INCLUDED

zip,

Seller Store

github

github

Contact Me
323

Sales

0

Comments

323+

Downloads

0

Rated Points

iLovePDF Api – Php Library

A library in php 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
PHP 7.4 and later.
Install
You can install the library via Composer. Run the following command:
composer require ilovepdf/ilovepdf-php
To use the library, use Composer’s autoload:
require_once(‘vendor/autoload.php’);
Getting Started
Simple usage looks like:
use IlovepdfIlovepdf;

$ilovepdf = new Ilovepdf(‘project_public_id’,’project_secret_key’);
$myTask = $ilovepdf->newTask(‘compress’);
$file1 = $myTask->addFile(‘file1.pdf’);
$myTask->execute();
$myTask->download();
Samples
See samples folder.
Documentation
Please see https://developer.ilovepdf.com/docs for up-to-date documentation.

Comments and Discussions



Reviews



Copyrights © 2024-2025 All Rights Reserved