On Fri, Aug 5, 2016 at 3:11 AM, Torsten Bonde Christiansen
wrote:
> I am looking for at component that can write RTF format, preferably like
> the TRichMemo:
>
> http://wiki.lazarus.freepascal.org/RichMemo
>
> but without the need for LCL.
>
> In fpc 3.0 there is a RTF reader, but i have not been
Hi List.
I am looking for at component that can write RTF format, preferably like
the TRichMemo:
http://wiki.lazarus.freepascal.org/RichMemo
but without the need for LCL.
In fpc 3.0 there is a RTF reader, but i have not been able to find a writer.
Kind regards,
Torsten
I know rtf2html, the problem is it works with file (infile outfile). And I need
one that works
with strings as params.
Also it must work on windows.
--- Damien Gerard <[EMAIL PROTECTED]> wrote:
>
> Le May 12, 2008 à 8:34 PM, Leonardo M. Ramé a écrit :
>
> > Hi, does anyone knows a good Rtf
Le May 12, 2008 à 8:34 PM, Leonardo M. Ramé a écrit :
Hi, does anyone knows a good Rtf To HTML converter for FPC/Delphi?
I need one that accept strings/streams, not files.
Under OS X (via MacPorts):
sudo port install rtf2html
Under Linux (Gentoo):
emerge -av app-text/rtf2html
I suppose
Hi, does anyone knows a good Rtf To HTML converter for FPC/Delphi?
I need one that accept strings/streams, not files.
Leonardo M. Ramé
http://leonardorame.blogspot.com
Be a better friend, newshound, an
Hi,
I've committed an initial implementation for an RTF backend for
FPDoc (implemented by Luk Vandelaer). I'd appreciate it if people
could test it. It's selected with the --format=rtf option.
Currently one addition is still planned (other than fixing bugs):
inserting an arbitrary piece of RT
>But if you just need to create a single kind of document,
>perhaps with some data changed, then you can often solve the
>problem much more simply by: (1) create an RTF document in
>your favorite software; (2) Insert tags like ##ADDRESS1## where
>you want to substitute text; (3) read in the te
> From: Alan Mead <[EMAIL PROTECTED]>
> Subject: Re: [fpc-pascal]RTF
> To: [EMAIL PROTECTED]
> Send reply to: [EMAIL PROTECTED]
> Date sent: Mon, 28 Jun 2004 09:25:19 -0700 (PDT)
> --- David G Jenkins <[EMAIL PROTECTED]> wrote:
&
--- David G Jenkins <[EMAIL PROTECTED]> wrote:
> rtfpars
> Contains a RTF (Rich Text Format) parsing class. All that
> needs to
> be done is set some event handlers and you can display RTF wherever
> you
> want.
>
> I would like to use this to generate RTF files but don't have any
> docume
rtfpars
Contains a RTF (Rich Text Format) parsing class. All that needs to
be done is set some event handlers and you can display RTF wherever you
want.
I would like to use this to generate RTF files but don't have any
documentation about the functionality of this unit.
Can anyone help?
--
10 matches
Mail list logo