Difference between revisions of "PowerPDF"

From Free Pascal wiki
Jump to navigationJump to search
Line 27: Line 27:
 
# 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).
 
# Open the pack_powerpdf.lpk file in Lazarus.
 
# Open the pack_powerpdf.lpk file in Lazarus.
# (Click the Compile button only if don't want to install the component into the IDE.)
+
# Click the Compile button to check it compiles without problems.
# Click the Install button (make sure that also the .pas files are available).
+
# Click the "Use >>" button and select "Install"
# Lazarus should restart.
+
# Lazarus will ask you if you want to rebuild it, press "Yes"
 +
# Lazarus will be rebuilt and restart
 
# Make sure PowerPDF (pack_powerpdf) was successfully installed by checking under the 'Components->Package Graph'
 
# Make sure PowerPDF (pack_powerpdf) was successfully installed by checking under the 'Components->Package Graph'
  

Revision as of 00:21, 21 March 2013

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 to check it compiles without problems.
  4. Click the "Use >>" button and select "Install"
  5. Lazarus will ask you if you want to rebuild it, press "Yes"
  6. Lazarus will be rebuilt and restart
  7. Make sure PowerPDF (pack_powerpdf) was successfully installed by checking under the 'Components->Package Graph'

Version

  • 0.9 - In this version the following changes were made:
Previous version was unversioned now it's 0.9.
Fixed JPEG package dependency.
Converted some samples.
Added package to lazarus-ccr svn repository.