lazarus-ccr/components/powerpdf/pack_powerpdf.pas
jesusr 87fdff01a2 PowerPDF Check In
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@585 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-10-06 15:02:30 +00:00

24 lines
501 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit pack_powerpdf;
interface
uses
PdfTypes, PdfDoc, PdfJpCMap, PdfJPFonts, PdfGBFonts, PdfFonts, PdfImages,
PReport, PdfJpegImage, PRJpegImage, PRAnnotation, PowerPdf,
LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('PowerPdf', @PowerPdf.Register);
end;
initialization
RegisterPackage('pack_powerpdf', @Register);
end.