smartysoft / yii2-pdfjsannotations
Pdsjs Annotations = FabricJS + PDFjs + jsPDF
Installs: 108
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Language:JavaScript
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2025-03-06 05:38:19 UTC
README
This is a Yii2 extension that displays a pdf and enables the drawing of annotations. Pdsjs Annotations = FabricJS + PDFjs + jsPDF
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist smartysoft/yii2-pdfjsannotations "*"
or add
"smartysoft/yii2-pdfjsannotations": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \smartysoft\AutoloadExample::widget(); ?>```