Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 916 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 916 Bytes

pdf-element

Published on webcomponents.org

Web component built with Polymer which allows to view PDF files.

Demo: http://pavelmakhov.com/pdf-element/

Features

  • Next/Previous page
  • Zoom
  • Download (optional)
  • Compatible with Polymer 1.0
  • Dynamically change document without page reloading
  • Looks polymer way :)
  • Text selection (optional)
  • Works in IE (in progress)

pdf-element

Installation

git clone https://github.com/streetturtle/pdf-element.git
cd ./pdf-element
npm install
bower install
gulp serve

or with bower:

bower install -S pdf-element

Contributing

I would really appreciate any help. PR/issues are welcome =)

Licence

The MIT License (MIT) © 2016 Pavel Makhov