Board index » delphi » Convert RTM files of Piparti -> TXT files

Convert RTM files of Piparti -> TXT files

Hello,

Does one of you know if it's possible to convert
the file format of Piparti (.RTM) into .TXT ?
(and, of course, do the reverse operation TXT -> RTM)

Using this, the declaration of objects would
be visible in the same way it's poassible to
see the DFM structure using the Convert utility
of Borland.

Many thanks in advance for your response.

Informatique Associs

 

Re:Convert RTM files of Piparti -> TXT files


On Tue, 8 Dec 1998 20:06:39 +0100, "Informatique Associs"

Quote
<i...@dial.oleane.com> wrote:
>Does one of you know if it's possible to convert
>the file format of Piparti (.RTM) into .TXT ?
>(and, of course, do the reverse operation TXT -> RTM)

>Using this, the declaration of objects would
>be visible in the same way it's poassible to
>see the DFM structure using the Convert utility
>of Borland.

You can use ObjectBinaryToText to convert an RTM file to text.

--
Report all {*word*201} mail to your Potsmaster.

Re:Convert RTM files of Piparti -> TXT files


Many thanks for this hint !

I tried it and it works very well for the RTM -> TXT operation.
But when I want to make the reverse operation using ObjectTextToBinary
I obtain RTM files which can't be read by Piparty !

It's very strange because if I convert one of the created RTM files again in
TXT, it gives me the same structure than in the previous TXT. So, I don't
think
ObjectTextToBinary has a problem : for me, Piparti save its files under a
special format.
Did you succeed into the TXT -> RTM conversion operation ?

Sincerely,
Informatique Associs

David Rifkind a crit dans le message
<366dfcae.47587...@netnews.worldnet.att.net>...

Quote
>On Tue, 8 Dec 1998 20:06:39 +0100, "Informatique Associs"
><i...@dial.oleane.com> wrote:
>>Does one of you know if it's possible to convert
>>the file format of Piparti (.RTM) into .TXT ?
>>(and, of course, do the reverse operation TXT -> RTM)

>>Using this, the declaration of objects would
>>be visible in the same way it's poassible to
>>see the DFM structure using the Convert utility
>>of Borland.

>You can use ObjectBinaryToText to convert an RTM file to text.

>--
>Report all {*word*201} mail to your Potsmaster.

Other Threads