django-pdfserver

Software Screenshot:
django-pdfserver
Software Details:
Version: 0.6
Upload Date: 15 Apr 15
Developer: Christoph Burgmer
Distribution Type: Freeware
Downloads: 1

Rating: nan/5 (Total Votes: 0)

django-pdfserver is a webservice that offers common PDF operations like joining documents or selecting pages. It is based on Django and depends on pyPdf to manipulate PDFs.

Rationale

Powerful tools to manipulate PDF exist but they are not universally available on all systems or not simple to use. This server allows anyone to quickly solve most common PDF operations over the web.

If you don't trust other servers with your data, deploy a copy yourself!

Example

See http://cburgmer.nfshost.com/pdfserver/ for an example installation.

Deploy

You can install this application with:

 python setup.py install pdfserver

To start a project around pdfserver run the following steps:

 1. Create a new project:

 django-admin startproject myserver

 2. Edit settings to fit pdfserver's needs (myserver/settings.py) following the example in example_settings.py. Choose sqlite3 for the database if in doubt.
 3. Create the database:

cd myserver
python manage.py syncdb


 4. Make sure the given upload directory can be written to and not accessible from the outside (if on a public server).
 5. For a test installation you can run:

 python manage.py runserver

When not in debug mode make sure to serve static files under media/js/* and media/css/*.

Features:

  • Simple, yet powerful
  • Designed to work with&without Javascript
  • Joining of files
  • Selecting pages & page ranges
  • Rotate pages
  • Add watermark to pages

What is new in this release:

  • Use SQLAlchemy broker backend for celery by default
  • Fix breakage due to incompatible Flask change
  • Fix test for ordering of uploaded files

What is new in version 0.4:

  • Handle upload and remove actions through Ajax
  • Support for asynchronous PDF generation
  • Fix max upload size handling for App Engine
  • Unittests
  • Action messages

What is new in version 0.3:

  • Renamed to "pdfserver" from "django-pdfserver"
  • "N pages on one" feature
  • Move to Flask from Django
  • Google App Engine support

Requirements:

  • Python
  • Django
  • pyPdf

Other Software of Developer Christoph Burgmer

rasterizeHTML.js
rasterizeHTML.js

11 Mar 16

CSS Critic
CSS Critic

12 Mar 16

Comments to django-pdfserver

Comments not found
Add Comment
Turn on images!