|
ANN: RTF import in RichView Editor
New beta of RichView rich text editor now can not only export, but also
import data in Rich Text Format (RTF)!
RTF can be read from files, streams and pasted from the Clipboard.
The components support extraction of:
- text with formatting (including fonts, text and background colors)
- Unicode text
- paragraph properties (including alignments, indents, background colors,
and borders)
- embedded pictures (bitmaps, both 16- and 32-bit metafiles, jpegs)
All these data can be imported in RichView for displaying and further
editing in your applications.
You can find more information and download trial versions at
http://www.trichview.com
Web site contains trial versions for this beta for Delphi and C++Builder 4
and 5. Trials for other versions of Delphi/Builder are available on request.
Compiled demo project can be downloaded separately (note: it uses special
mode for RTF import, when all RTF formatting is mapped to the most similar
of predefined text and paragraph styles).
Related Discussions - EXES CONTAINING MORE THAN ONE ICON RESOURCE ... (2001-01-05 09:25:58)Just draw your icons with the Borland Image Editor (Delivered with Delphi). It allows to save different icons in one ico file as well.
- .BMP ISN'T A VALID PICTURE FILE FORMAT!? UHUM!? (2001-01-05 14:59:28)I think you have to Specify
what line the text is in, like this.
Image1.Picture.LoadFromFile(Memo1.Lines.Strings);
If the text in the...
- PRINTING A PDF FORM (2001-01-07 03:57:11)Hello Tom,
If you find a delphi solution to bypass the acrobat Printer i am very interrested.
Actually i am printing a lot of invoice to the...
- SAVING CURSORS? (2001-01-07 03:09:39)Well whenever I want to login I have to enable cookies - that's a bit annoying.
And people were able to enter their email addresses before as...
- MP3 (2001-01-11 23:15:38)Hi!
Thx to you all ho have answered to my question about MP3.
There seems to be a some easy solutions for me and I will try out them to see...
- PLAYING MOVIE (2001-01-19 11:24:08)If you want to play only uncompressed movies, then you can use the Animate component of Delphi.
Otherwise you have to import the...
- HOW TO CREATE A SELECTABLE(DESIGNTIME) CONTROL WITHIN A COMPONENT? (2001-01-22 03:36:48)When you click on button (to select it, not double click to get into OnClick Event) and press F11, the property editor MUST appear.
- IF ANYBODY TRIED THE LIERO -GAME... (2001-01-24 10:35:14)Hi...
maybe I'm late but there are already programs that can do it...www.hem1.passagen.se/otterud/wormhole...there are all sorts of programs with...
- THAT HARD? (2001-01-23 04:54:21)ok thanks its working now..
the way I was loading the bmp was wrong..
16x16 is ok btw
- TEXTFILES (2001-01-24 08:04:29)See this newsgroup post by Peter Below. {Note: Change the
type of bytesToread from Word to Integer. It was originally
written for D1}...
|