You are not logged in.
Pages: 1
Hi ab and friends,
How to render a TPdfDocument, TPdfDocumentGDI into TGdiPages without saving to disk?
Last edited by eraldo (2015-07-23 19:02:20)
Offline
Use TGdiPages to write on its page canvas, then render it into PDF.
The TPdfDocumentGDI instance would be owned and called by TGdiPages itself.
Online
I don't suppose you have an example of this?