[Lazarus] PDF generator, try 2
Jesus Reyes A.
jesusrmx at gmail.com
Fri Apr 1 03:21:49 CEST 2016
En Thu, 31 Mar 2016 18:16:18 -0600, Graeme Geldenhuys
<mailinglists at geldenhuys.co.uk> escribió:
> On 2016-03-31 22:18, Jesus Reyes A. wrote:
>> TPDFPage has some basic primitives for drawing: lines, rects, ellipses
>> and
>> images. I don't see a way to add our own (except by patches to fpPDF of
>> course)
> // Add your custom page as follows
> P := TMyPDFPage.Create(Doc);
> Doc.Pages.Add(P); // global Page Object list
> lSection.AddPage(P); // which Section our page belongs too
>
Yes that would suffice, thanks.
Jesus Reyes A.
More information about the Lazarus
mailing list