Installing Prince

User Guide / Getting Started

Installing Prince on Windows

Download the Prince installer for Windows.

Run the installer, accept the license agreement, and click "Next" until installation is complete.

Run Prince! Try converting some HTML documents to PDF.

You can use Prince with PHP, Java, .NET, and other server frameworks by installing a Prince wrapper.

Installing Prince on MacOS X

Download the Prince package for MacOS X.

From the Terminal, unpack and run the installer:

$ tar xzf prince-9.0-macosx.tar.gz
$ cd prince-9.0-macosx
$ ./install.sh

To install Prince in a system directory like /usr/local, run the installer via sudo:

$ sudo ./install.sh

Run Prince! Try converting some HTML documents to PDF.

You can use Prince with PHP, Java, .NET, and other server frameworks by installing a Prince wrapper.

Installing Prince on Linux

Download the appropriate Prince package for your Linux distribution.

From the Terminal, unpack and run the installer:

$ tar xzf prince-9.0-linux.tar.gz
$ cd prince-9.0-linux
$ ./install.sh

To install Prince in a system directory like /usr/local, run the installer via sudo:

$ sudo ./install.sh

Run Prince! Try converting some HTML documents to PDF.

You can use Prince with PHP, Java, .NET, and other server frameworks by installing a Prince wrapper.