senny / pdfjs_viewer-rails

PDF.js viewer packaged as a Rails engine.
MIT License
114 stars 175 forks source link

get all pdfinfo / document properties #23

Closed dimitrideruiter closed 8 years ago

dimitrideruiter commented 8 years ago

Is it possible to get pdf properties using this gem? If so how?

senny commented 8 years ago

This gem just packages the PDF.js library and adds some helpers to integrate it with Rails. Everything is client-side. You can check out the PDF.js docs for details about the library.

siegy22 commented 8 years ago

@dimitrideruiter You can find the docs here and the GitHub Repo here.

Maybe we should link this somewhere in the README I think. :grin: