PDF to HTML in Command Line

This page describes how to use the Pdfcrowd online API to convert PDF to HTML from the command line.

Installation

You can install the application from PyPI
pip install pdfcrowd

Check out other installation options.

Quick Start

Here are Command Line examples for quickly getting started with the API. See more examples.

Authentication

The credentials to access the API are your Pdfcrowd username and the API key. You can try out the API without registering using the following demo credentials:

  • Username: demo
  • API key: ce544b6ea52a5621fb9d55f8b542d14d

To get your personal API credentials, you can start a free API trial or buy the API license.

Troubleshooting

  • Refer to the API Status Codes page if the API returns an error.
  • You can use -debug-log to get detailed info about the conversion, such as load errors, load times, browser console output, etc.
  • Check the FAQ.
  • Contact us if you need help or are missing a feature.

User Manual

Refer to the PDF to HTML Command Line Reference Manual for a description of all command line options.