phihos / django-filer-pdf

django-filer PDF add-on

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

django-filer PDF add-on

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%