Difference between revisions of "PowerPDF"

From Free Pascal wiki
Jump to navigationJump to search
Line 24: Line 24:
 
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 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 ===
 
=== Installation ===
 
# Unpack the .gz file to a place where Lazarus can find it (e.g. the components subdirectory).
 
# Unpack the .gz file to a place where Lazarus can find it (e.g. the components subdirectory).

Revision as of 07:55, 9 October 2008

Deutsch (de) English (en) español (es) français (fr) polski (pl)

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 from the Lazarus CCR SourceForge mirror or from here.

SVN

You can checkout the actual source from

https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/powerpdf

The commandline to do this is:

svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/powerpdf

Requirements

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

Installation

  1. Unpack the .gz file to a place where Lazarus can find it (e.g. the components subdirectory).
  2. Open the pack_powerpdf.lpk file in Lazarus.
  3. (Click the Compile button only if don't want to install the component into the IDE.)
  4. Click the Install button (make sure that also the .pas files are available).
  5. Lazarus should restart.
  6. Make sure PowerPDF (pack_powerpdf) was successfully installed by checking under the 'Components->Package Graph'

Version

  • 0.9 ---