Difference between revisions of "PowerPDF"

From Free Pascal wiki
Jump to navigationJump to search
 
Line 4: Line 4:
 
The components were originally written by Takeshi Kanno.  
 
The components were originally written by Takeshi Kanno.  
  
The Lazarus port was done by [[User:Chtk]] and [[User:jesusrmx|jesusrmx]]. Some Lazarus examples have been created by [[User:Xno|Xno]].
+
The Lazarus port was done by [[User:Chtk|Chtk]] and [[User:jesusrmx|jesusrmx]]. Some Lazarus examples have been created by [[User:Xno|Xno]].
 +
 
 
===Licence===
 
===Licence===
 
The Delphi version of PowerPDF is licensed under the LGPL. The Lazarus port is as well.
 
The Delphi version of PowerPDF is licensed under the LGPL. The Lazarus port is as well.

Revision as of 00:33, 8 December 2005

About

PowerPDF is a set of visual and non-visual components, which can be used to create PDF documents.

Author

The components were originally written by Takeshi Kanno.

The Lazarus port was done by Chtk and jesusrmx. Some Lazarus examples have been created by Xno.

Licence

The Delphi version of PowerPDF is licensed under the LGPL. The Lazarus port is as well.

Download

PowerPDF for Lazarus can be downloaded here.

Requirements

PowerPDF for Lazarus has been tested with Lazarus 0.9.10 and the 0.9.11 nightly builds. Earlier versions have been untested.

PowerPDF for Lazarus depends on the JPEGForLazarus package, which should be in your Lazarus installation directory in \components\jpeg.

Installation

First install JPEGForLazarus. This can be skipped if JPEGForLazarus is already installed

  1. Open the jpegforlazarus.lpk file in the direcotry <Lazarus-install-dir>\components\jpeg
  2. Click the Compile button
  3. If there were no errors when compiling, press Install to install the jpeg components in the Lazarus IDE.
  4. Lazarus should restart.
  5. Make sure JPEGForLazarus was successfully installed by checking under the 'Components->Package Graph' menu if JPEGForLazarus is mentioned there.

Next install PowerPDF

  1. Open the pack_powerpdf.lpi file in Lazarus.
  2. Click the Compile button.
  3. If compiling went OK, click the Install button.
  4. Lazarus should restart.
  5. Make sure PowerPDF (pack_powerpdf) was successfully installed by checking under the 'Components->Package Graph'