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 pdfcrowd

How to install pdfcrowd

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install pdfcrowd
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
2.3
2.4Never BuiltWhy not?
2.3 Available View build log
2.2 Available View build log
2.1 Available View build log
2.0 Available View build log
1.9 Available View build log
Windows (64-bit)
2.3
2.4Never BuiltWhy not?
2.3 Available View build log
2.2 Available View build log
2.1 Available View build log
2.0 Available View build log
1.9 Available View build log
Mac OS X (10.5+)
2.4 Available View build log
2.3 Available View build log
2.2 Available View build log
2.1 Available View build log
2.0 Available View build log
1.9 Available View build log
Linux (32-bit)
2.4 Available View build log
2.3 Available View build log
2.2 Available View build log
2.1 Available View build log
2.0 Available View build log
1.9 Available View build log
Linux (64-bit)
2.4 Available View build log
2.3 Available View build log
2.2 Available View build log
2.1 Available View build log
2.0 Available View build log
1.9 Available View build log
 
Author
License
License :: OSI Approved :: MIT License
Imports
Lastest release
version 2.4 on Mar 24th, 2013

The Pdfcrowd API lets you easily create PDF from web pages or raw HTML code in your Python applications.

To use the API, you need an account on pdfcrowd.com, if you don't have one you can sign up here. This will give you a username and an API key.

An example:

System Message: WARNING/2 (<string>, line 13)

Literal block expected; none found.

import pdfcrowd

try: # create an API client instance client = pdfcrowd.Client("username", "apikey")

# convert a web page and store the generated PDF into a pdf variable pdf = client.convertURI('http://example.com')

# convert an HTML string and save the result to a file html="<html><body>In-memory HTML.</body></html>" client.convertHtml(html, open('html.pdf', 'wb'))

# convert an HTML file client.convertFile('/path/to/local/file.html', open('file.pdf', 'wb'))

except pdfcrowd.Error, why: print 'Failed:', why

Subscribe to package updates

Last updated Mar 24th, 2013

Download Stats

Last month:1

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.