Difference between revisions of "PowerPDF"

From Free Pascal wiki
Jump to navigationJump to search
Line 11: Line 11:
 
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.
 
=== Download ===
 
=== Download ===
PowerPDF for Lazarus can be downloaded from the [http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=294009 Lazarus CCR SourceForge mirror] or from [http://iquad.nl/files/powerpdf/ here].
+
PowerPDF for Lazarus last version and the original port package and can be downloaded from the [http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=294009 Lazarus CCR SourceForge mirror]. The original PowerPDF Lazarus port can also be found [http://iquad.nl/files/powerpdf/ here].
  
 
=== SVN ===
 
=== SVN ===

Revision as of 19:15, 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 last version and the original port package and can be downloaded from the Lazarus CCR SourceForge mirror. The original PowerPDF Lazarus port can also be found 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 ---