smartysoft/yii2-pdfjsannotations

Pdsjs Annotations = FabricJS + PDFjs + jsPDF

Installs: 108

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Language:JavaScript

Type:yii2-extension

1.0.9-rc2 2021-04-12 06:27 UTC

This package is not auto-updated.

Last update: 2024-04-18 01:33: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(); ?>```