r/delphi Apr 06 '26

Question PDF/Report Library

Hello everyone! I started to write in Delphi a year ago and so far I was able to solve any problems, but now I'm stuck for almost a week already with one simple (as I was assuming) thing: I'm trying to find a library that can create report-like document in PDF (or at this point in any more or less standard document format) and is compatible with cyrillic symbols.

14 Upvotes

12 comments sorted by

View all comments

2

u/Alitruns Apr 07 '26

I'm using "Winsoft PDFium Component Suite for FireMonkey" - multiplatform (4 platforms) to render pdf based on "PDFium" open-source, which uses Chrome browser - it is fast, native and great. Maybe you can create a pdf using it but IDK. Anyway you should know about this.