#1 Re: PDF Engine » Any position any text » 2013-08-15 09:58:13

Perhaps such a feature can be added to new updates.

I think it would be very nice.

From QuickReport is much better and convenient.

#2 Re: PDF Engine » Any position any text » 2013-08-15 07:08:26

Is there (SynPdf.pas) a print preview before printing?
same TGDIPages or QuickReport print preview

I see SynPdf.pas
thanks ab

#3 PDF Engine » Any position any text » 2013-08-14 13:27:03

3ddark
Replies: 5

Can I make this output (printout) screen with TGDIPages

sample code here


with TGDIPages.Create(self) do
try
  BeginDoc;
  ...
  ...
  ...
  ...
  EndDoc;
  ShowPreviewForm;
finally
  free;
end;

printout.jpg


I want x=140 y=210 text = 'ABC TEST TEXT OUT' on preview framework
same

Canvas.Textout(140,210,'ABC TEST TEXT OUT');

Board footer

Powered by FluxBB