Michael Van Canneyt pisze:


On Thu, 26 Nov 2009, Dariusz Mazur wrote:

Hi
I've made several changes to powerpdf unit
it consist:
- possibility of using char form charset 1250:aogonek, Sacute, Zdotaccent (simple change to other)
- draw vertical text

using this unit without dependency of Lazarus (even pdfImage depends only from fpImage)

My source in http://www.emadar.com/fpc/powerpdf(darek).zip

Is any interesting to integrate this with ccr version?

And by the way. I write library, which can draw on canvas form screen (tControlCanvas), printer, PDF, postscript and soon on HTML canvas. I use them to prepare reports on different media.
Is any , who need something like that.

Absolutely. But it exists already: all you need to do is draw on a
TFPCustomCanvas class; Your code will then be able to draw on screen,
printer, pdf and whatnot, because the canvas classes in the LCL descend
from TFPCustomCanvas.
of course its good choice, and I say about something similar,
but its not ready do use:

powerPDF is not based on it,
second: what about scaling factor, PDF has different
handling bitmap, font style  are also different
there is also problem with last point on drawing line

where is implementation  of postscript and html



--
 Darek





--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to