Regarding TJvRichEdit and Delphi… How?
- Load/Save rtf (including text and images – not only .bmp) to/from a file?
- Read/Write rtf (including text and images – not only .bmp) to/from Firebird blob field?
- Automatically convert screendump pasted from clipboard (Ctrl-V) into .jpg format before it is inserted into the TJvRichEdit rtf?
Guidance/advice, examples/code and useful URLs are all helpful. Thanks.
Regarding 3 i would advice to create bitmap load from clipboard (see LoadFromClipboardFormat, SaveToClipboardFormat), convert to jpeg save to clipboard, richedit paste from clipboard,
Converting from bitmap to jpeg: