-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from ilovepdf/develop
v2.1.3
- Loading branch information
Showing
55 changed files
with
511 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,51 @@ | ||
=== PDF Compressor & Watermark - iLovePDF === | ||
Plugin Name: Image Compressor & Optimizer - iLovePDF | ||
Version: 2.1.2 | ||
Author: iLovePDF | ||
Author URI: https://www.ilovepdf.com/ | ||
Contributors: iLovePDF | ||
Tags: compress, watermark, optimize, performance, pdf optimizer | ||
Requires at least: 5.3 | ||
Tested up to: 6.5.5 | ||
Stable tag: 2.1.2 | ||
Requires PHP: 7.4 | ||
License: GPLv2 or later | ||
License URI: https://www.gnu.org/licenses/gpl-2.0.html | ||
# PDF Compressor & Watermark - iLovePDF | ||
|
||
Compress your PDF files and Stamp Images or text into PDF files. This is the Official iLovePDF plugin for Wordpress. You can optimize all your PDF and stamp them automatically as you do in ilovepdf.com. | ||
**PDF Compressor & Watermark - iLovePDF** is the official iLovePDF plugin for WordPress. It allows you to automatically compress your PDF files and add watermarks, saving storage space and enhancing your PDF's security. | ||
|
||
== Description == | ||
With seamless integration, you can optimize all PDFs in your Media Library and stamp them automatically—just like you do on [iLovePDF.com](https://www.ilovepdf.com/). | ||
|
||
###How it works | ||
### Key Features | ||
|
||
The plugin has two modes of work, automatic or manual. | ||
Compress PDF: Every time a PDF file is uploaded to your Media Library, is compressed by our iLovePDF API and saved in your WordPress site already optimized, saving you disk space. This feature can be disabled. | ||
- **Automatic Compression:** PDFs are compressed upon upload using the iLovePDF API, saving up to 50% storage space without losing quality. | ||
- **Watermarking:** Automatically add text or image watermarks to your PDFs upon upload to safeguard your files. | ||
- **Manual & Bulk Actions:** Compress or add watermarks to existing PDFs individually or in bulk. | ||
- **Easy to Use:** Configure it once, and the plugin handles the rest, automating PDF optimization for future uploads. | ||
|
||
It can also compress all PDF already in your Media Library at once or compress PDF files one by one. The compression ratio depends on the PDF but on average you can save up to 50% of disk space occupied by PDF files without loosing quality. | ||
## How It Works | ||
|
||
Watermark PDF: Every time a PDF file is uploaded to your Media Library, is stamped by our iLovePDF API and saved in your WordPress. This feature can be disabled. | ||
It can also stamp images or text in PDF already in your Media Library at once or stamp PDF files one by one. | ||
### PDF Compression | ||
|
||
- **Automatic:** Every time a PDF is uploaded, it gets compressed via iLovePDF API, reducing file size while maintaining quality. This feature can be toggled off if needed. | ||
- **Manual:** Compress PDFs one by one or all at once from the Media Library. On average, compression can save up to 50% of the disk space. | ||
|
||
###Bulk actions | ||
### Watermarking PDFs | ||
|
||
All tools can be done for an individual files or applied to all your existing files. | ||
- **Automatic:** Add watermarks to PDFs upon upload. This feature can also be disabled if not required. | ||
- **Manual:** Watermark PDFs individually or apply watermarks in bulk to existing files. You can choose between text or image watermarks. | ||
|
||
###Automatic process | ||
### Bulk Actions | ||
|
||
All tools can be applied automatically when a PDF file is upload, so you don't need to apply any manual anymore. | ||
Easily apply compression or watermarking actions to multiple files at once, streamlining your file management process. Bulk actions can be performed on all files in the Media Library with a single click. | ||
|
||
== Installation == | ||
### Automatic Processing | ||
|
||
From your Admin panel: | ||
1. Visit Plugins > Add New. | ||
2. Search for ‘ilovepdf’ and press the ‘Install Now’ button. | ||
3. Activate the plugin from your Plugins page. | ||
Set up the plugin to apply compression and watermarking automatically for all future PDF uploads, eliminating the need for manual intervention. | ||
|
||
Manual: | ||
1. Upload `ilove-pdf` to the `/wp-content/plugins/` directory | ||
2. Activate the plugin through the 'Plugins' menu in WordPress | ||
3. Create a free account in the plugin settings page, or use your existing one | ||
4. Configure the plugin as you like | ||
## Installation | ||
|
||
Configure your iLovePDF Developer Account: | ||
Install this plugin and go to Settings -> iLovePDF to create your iLovePDF Developer account (if you already registered previously on https://developer.ilovepdf.com you can login directly) and choose your Project, but by default it will be selected ‘Default Project’. A project is what defines which API keys will be used. If you need it, you can manage your projects in your iLovePDF developer account. With your iLovePDF API Free account you get 250 free PDF files to process per month. If you need more you can purchase them | ||
### From the WordPress Admin Panel: | ||
1. Navigate to **Plugins > Add New**. | ||
2. Search for "iLovePDF" and click **Install Now**. | ||
3. After installation, activate the plugin from your **Plugins page.** | ||
|
||
### Manual Installation: | ||
1. Upload the `ilovepdf` folder to the `/wp-content/plugins/` directory. | ||
2. Activate the plugin through the **Plugins** menu in WordPress. | ||
3. Go to the plugin settings page and create a free account or log in with an existing iLoveAPI account. | ||
4. Configure the settings as per your requirements. | ||
|
||
== Frequently Asked Questions == | ||
### iLoveAPI Developer Account Setup: | ||
- Go to **Register** to create an iLoveAPI Developer account (or use an existing one if you've already registered at [iLoveAPI Developer](https://iloveapi.com)). | ||
- Select a project, which will determine which API keys to use. The "Default Project" is selected by default. | ||
- Free accounts can process up to **2500 credits per month**. If more is needed, additional processing can be purchased. | ||
|
||
###Do I need a iLovePDF account? | ||
|
||
Yes, you need a `developer` account. It can be created easily from your Wordpress, or you can use your existing one. | ||
|
||
###Is this service free? | ||
|
||
With a free account you can process up to 250 files each month. If you need more, you can upgrade your account. | ||
|
||
###What happens when the limit is reached? | ||
|
||
We will send you an email before limit is reached. When limit is reached, no more PDF files will be processed. But remember each month, 250 files are free, so in next month you will be able to process more files again! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.