Reputation: 19
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
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