user3621674
user3621674

Reputation: 19

Writing simple text pdf file using delphi synpdf

I want to write simple text pdf file and I use Synopse pdf Delphi library. Is it possible to write one text line to file and it automatically insert new line to file without using coordinates?

Upvotes: 0

Views: 4006

Answers (1)

Arnaud Bouchez
Arnaud Bouchez

Reputation: 43023

The easiest is to use the mORMotReport.pas unit.

It is very easy to add some text, with automatic insert of lines, and page layout.

See this sample folder as reference.

Upvotes: 3

Related Questions