https://github.com/codeboxrcodehub/cbxphpfpdf
FPDF library as WordPress plugin
https://github.com/codeboxrcodehub/cbxphpfpdf
Last synced: about 1 year ago
JSON representation
FPDF library as WordPress plugin
- Host: GitHub
- URL: https://github.com/codeboxrcodehub/cbxphpfpdf
- Owner: codeboxrcodehub
- License: mit
- Created: 2024-10-03T04:42:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-25T05:18:55.000Z (about 1 year ago)
- Last Synced: 2025-03-25T06:20:49.294Z (about 1 year ago)
- Language: PHP
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
=== CBX PHPFPDF Library ===
Contributors: codeboxr, manchumahara
Requires at least: 5.3
Tested up to: 6.7.2
Stable tag: 1.0.2
License: MIT
License URI: https://github.com/codeboxrcodehub/cbxphpfpdf/blob/master/LICENSE.txt
Open source FPDF php library released as WordPress plugin to use easily
== Description ==
Software requirements
The following software is required:
- PHP version 7.4 or newer
https://github.com/fawno/FPDF
https://github.com/fawno/FPDF/tree/master/scripts
based on https://github.com/Setasign/FPDF which is based on original sourcecode of http://www.fpdf.org/
== Installation ==
1. Download the latest zip from here (https://github.com/codeboxrcodehub/cbxphpfpdf/releases)
2. [WordPress has clear documentation about how to install a plugin].(https://codex.wordpress.org/Managing_Plugins)
3. After install activate the plugin "CBX PhpDompdf Library" through the 'Plugins' menu in WordPress
4. This plugin doesn't load any library by default, it doesn't create extra folder or menu.
== Changelog ==
= 1.0.2 =
* [updated] Minor improvements
= 1.0.1 =
* Some helper functions added
* WordPress 6.7.2 compatible
= 1.0.0 =
* First public release