Hi,
I have a .NET 2.0(SP1) WinForm C# application, which reads a .rtf file, creates a new VpeControl with several Regions, and writes the resulting .pdf file to disk.
The text is in slovenian, and the problem appears when the last word on the line contains one of their special characters (č, š, ž, etc...). The word gets split in two, for example, I have the word TEKOČIM at the end of the line, and it is splitted in TEKOČ and IM on the next line. The chars are now interpretted correctly, but this issue is still annoying.
I use IDEALSoftware.VpeProfessional.dll, version 4.0.4.0
Thank you