django-filer-pdf

A django-filer plugin for PDF file support.


License
BSD-3-Clause
Install
pip install django-filer-pdf==0.0.1

Documentation

django-filer-pdf

This is a fork of Patrick Toal's PDF plugin for django-filer. Currently this app does only provide a PDF icon for PDF-files. But maybe more features are added to make the originally intended features happen. Contributions are welcome ;-)

Dependencies

Installation

To get started using django-filer-pdf simply install it with pip:

$ pip install django-filer-pdf

Configuration

Add "filer_pdf" to your project's INSTALLED_APPS setting and run syncdb or migrate.

Original text

This app extends django-filer by adding the following features for PDF files:

  • Thumbnail generation for the first page of PDF documents.
  • Text extraction from PDF for indexing by search engines ( eg: Haystack )
  • Currently in "vaporware" state *

Dependencies