Re: [fpc-pascal] RTF writer

2016-08-05 Thread Dmitry Boyarintsev
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

[fpc-pascal] RTF writer

2016-08-05 Thread Torsten Bonde Christiansen
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

Re: [fpc-pascal] Rtf to HTML

2008-05-12 Thread Leonardo M. Ram�
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

Re: [fpc-pascal] Rtf to HTML

2008-05-12 Thread Damien Gerard
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

[fpc-pascal] Rtf to HTML

2008-05-12 Thread Leonardo M. Ram�
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

[fpc-pascal] RTF backend for FPDoc.

2007-05-15 Thread Michael Van Canneyt
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

Re: [fpc-pascal]RTF

2004-06-28 Thread David Emerson
>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

Re: [fpc-pascal]RTF

2004-06-28 Thread Jan Je/lowicki
> 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: &

Re: [fpc-pascal]RTF

2004-06-28 Thread Alan Mead
--- 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

[fpc-pascal]RTF

2004-06-26 Thread David G Jenkins
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? --