A
A
Anton2014-05-17 13:54:23
Delphi
Anton, 2014-05-17 13:54:23

Delphi formatted text output

As part of my thesis, this is writing a program that encrypts a message (AES, DES, GOST), after which it shows the user all the steps of the calculation on the screen.
What are the ways in Delphi to implement formatted text output (matrices, formulas, superscripts and subscripts, different fonts, etc.).
ps it is not necessary to display everything on the screen, maybe there are some solutions for generating pdf or something else.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
H
Hint, 2014-05-17
@jezzit

You can generate html and then save it to a file or display it in a window via TWebBrowser.

S
svd71, 2014-05-17
@svd71

there were such components: fast-report. www.fast-report.com/en
You can output it to htm, pdf, office and a bunch of other formats.
In addition, there you can also arrange a display on the screen and, if necessary, print it out. and templates to change the editor.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question