#1 Re: PDF Engine » Header and footer » 2015-09-21 10:45:25

any example ? smile

nevermind, i used ClearHeaders and ClearFooters.

#2 Re: PDF Engine » taJustified with other fonts » 2011-03-27 16:54:31

ok it's working, richedit too.
one more question: how to select printer before printing ?

var
  printDialog : TPrintDialog;
  MyPrinter: TPrinter;
  TGDIP: TGDIPages;
...
      TGDIP := TGDIPages.Create(Form1);
...
      printDialog := TPrintDialog.Create(Form1);
      MyPrinter := Printer;
      if printDialog.Execute then
      begin

         PrintPages(1, 1);
      end;

Its working too smile

#3 PDF Engine » taJustified with other fonts » 2011-03-27 12:26:27

ebt25
Replies: 3

Hi,

I tried to use taJustified property with the Calibri font but it didn't work. When I changed font to Arial, it works fine, is there any solution ?
And one more question: I tried to use 2 words with different font sizes in one line. What is the best way to do it ?

Andrew

Board footer

Powered by FluxBB