Skip to content

jhartma/meteor-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Provides a meteor template for rendering Pdf's. The functionality is very limited to displaying the Pdf so far and no additional text layers are implemented.

{{> displayPDF url="test.pdf"}}

where url takes the Pdf path.

This package repackages the Pdf code of mitar's great Peerlibrary app.