Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

wahyugnc/yii2-pdfjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDFJS Viewer

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']);?>