Metadata-Version: 1.0
Name: collective.pdfjs
Version: 0.2
Summary: JavaScript PDF inline renderer for Plone
Home-page: http://svn.plone.org/svn/collective/
Author: zedr
Author-email: zedr@ipnext.it
License: GPL
Description: collective.pdfjs - Plone integration for Mozilla's JavaScript PDF reader
        ========================================================================
        
        Introduction
        ============
        
        This product adds pdf.js support for Plone.
        
        When installed, it will provide an additional view for the File content-type.
        
        If the view detects a PDF file, it will attempt to render it inline using
        pdf.js. If the user browser doesn't have JavaScript enabled, it will embed
        any available PDF reader plugin (Acrobat's, Google Chrome native, etc).
        
        To know more about the integrated PDF renderer/viewer, see:
        
        .. _PDF.js Repository: https://github.com/andreasgal/pdf.js
        
        Support
        =======
        
        Right now pdf.js has rudimentary support for PDFs, so a lot of them might not
        render correctly or even work at all. Development is moving ahead fast, so
        expect improvements in the near future.
        
        Changelog
        =========
        
        0.1dev (unreleased)
        -------------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
