wahyugnc / yii2-pdfjs
This package is abandoned and no longer maintained.
No replacement package was suggested.
This extension is a rewrite of extension owned Lucky Vic luckynvic@gmail.com written in Yii 1
Package info
github.com/wahyugnc/yii2-pdfjs
Language:Java
Type:yii2-extension
pkg:composer/wahyugnc/yii2-pdfjs
1.0.0
2015-07-07 07:30 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2023-06-24 11:07:21 UTC
README
This extension is a rewrite of extension owned Lucky Vic luckynvic@gmail.com written in Yii 1
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist wahyugnc/yii2-pdfjs "*"
or add
"wahyugnc/yii2-pdfjs": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?php use wahyugnc\pdfjs\ViewerPDF; ?> <?=ViewerPDF::widget(['url' => '/path/to/filename.pdf']);?>