Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install django-pdfserver

How to install django-pdfserver

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install django-pdfserver
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.2.1 Available View build log
0.1 Available View build log
Windows (64-bit)
0.2.1 Available View build log
0.1 Available View build log
Mac OS X (10.5+)
0.2.1 Available View build log
0.1 Available View build log
Linux (32-bit)
0.2.1 Available View build log
0.1 Available View build log
Linux (64-bit)
0.2.1 Available View build log
0.1 Available View build log
 
Dependencies
Imports
Lastest release
version 0.2.1 on Jan 5th, 2011

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.

Dependencies

Optionally
Already included

Features

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

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/*.

Contact

Please report bugs to http://github.com/cburgmer/pdfserver/issues.

Christoph Burgmer <cburgmer (at) ira uka de>

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:3

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.