smartysoft / yii2-pdfjsannotations
Pdsjs Annotations = FabricJS + PDFjs + jsPDF
Package info
github.com/smartycoder/yii2-pdfjsannotations
Language:JavaScript
Type:yii2-extension
pkg:composer/smartysoft/yii2-pdfjsannotations
1.0.9-rc2
2021-04-12 06:27 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-03-19 10:32:55 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(); ?>```