<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RTF2PS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rtf2ps/m-p/2791514#M79804</link>
    <description>Hi,&lt;BR /&gt;Have a look at &lt;A href="http://www.nllgg.nl/Ted/index.html" target="_blank"&gt;http://www.nllgg.nl/Ted/index.html&lt;/A&gt; were i also found a 'rtf2ps' shellscript which uses Ted:&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;&lt;BR /&gt;########################################################################&lt;BR /&gt;#&lt;BR /&gt;#  Convert an rtf document to PostScript format using 'Ted'.&lt;BR /&gt;#&lt;BR /&gt;#  Usage rtf2ps.sh --paper paper something.rtf something.ps&lt;BR /&gt;#  Or  rtf2ps.sh something.rtf something.ps&lt;BR /&gt;#&lt;BR /&gt;#  This is an example. Refer to &lt;A href="http://www.nllgg.nl/Ted/index.html" target="_blank"&gt;http://www.nllgg.nl/Ted/index.html&lt;/A&gt; for the&lt;BR /&gt;#  'Ted' documentation.&lt;BR /&gt;#&lt;BR /&gt;########################################################################&lt;BR /&gt;&lt;BR /&gt;PAPER=&lt;BR /&gt;&lt;BR /&gt;case $# in&lt;BR /&gt;    2)&lt;BR /&gt; ;;&lt;BR /&gt;    4)&lt;BR /&gt; case $1 in&lt;BR /&gt;     --paper)&lt;BR /&gt;  ;;&lt;BR /&gt;     *)&lt;BR /&gt;  echo $0: '$1='$1&lt;BR /&gt;  exit 1&lt;BR /&gt;  ;;&lt;BR /&gt; esac&lt;BR /&gt; case $2 in&lt;BR /&gt;     a4|a5|a6|letter|legal|executive)&lt;BR /&gt;  PAPER=$2&lt;BR /&gt;  ;;&lt;BR /&gt;     *)&lt;BR /&gt; echo $0: '$2='$2&lt;BR /&gt;  exit 1&lt;BR /&gt;  ;;&lt;BR /&gt; esac&lt;BR /&gt; shift; shift;&lt;BR /&gt; ;;&lt;BR /&gt;    *)&lt;BR /&gt; echo $0: '$#='$#&lt;BR /&gt; exit 1&lt;BR /&gt; ;;&lt;BR /&gt;esac&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;case $PAPER in&lt;BR /&gt;    ?*)&lt;BR /&gt; Ted ++printToFilePaper $1 $2 $PAPER&lt;BR /&gt; ;;&lt;BR /&gt;    *)&lt;BR /&gt; Ted ++printToFile $1 $2&lt;BR /&gt; ;;&lt;BR /&gt;esac&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan</description>
    <pubDate>Thu, 22 Aug 2002 08:08:42 GMT</pubDate>
    <dc:creator>Ceesjan van Hattum</dc:creator>
    <dc:date>2002-08-22T08:08:42Z</dc:date>
    <item>
      <title>RTF2PS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rtf2ps/m-p/2791513#M79803</link>
      <description>Does anyone know of a tool that can convert RTF2PS properly.&lt;BR /&gt;&lt;BR /&gt;Ted4.3g found in software.hp.com does not seem to work. Please help</description>
      <pubDate>Thu, 22 Aug 2002 07:51:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rtf2ps/m-p/2791513#M79803</guid>
      <dc:creator>Osama88</dc:creator>
      <dc:date>2002-08-22T07:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: RTF2PS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rtf2ps/m-p/2791514#M79804</link>
      <description>Hi,&lt;BR /&gt;Have a look at &lt;A href="http://www.nllgg.nl/Ted/index.html" target="_blank"&gt;http://www.nllgg.nl/Ted/index.html&lt;/A&gt; were i also found a 'rtf2ps' shellscript which uses Ted:&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;&lt;BR /&gt;########################################################################&lt;BR /&gt;#&lt;BR /&gt;#  Convert an rtf document to PostScript format using 'Ted'.&lt;BR /&gt;#&lt;BR /&gt;#  Usage rtf2ps.sh --paper paper something.rtf something.ps&lt;BR /&gt;#  Or  rtf2ps.sh something.rtf something.ps&lt;BR /&gt;#&lt;BR /&gt;#  This is an example. Refer to &lt;A href="http://www.nllgg.nl/Ted/index.html" target="_blank"&gt;http://www.nllgg.nl/Ted/index.html&lt;/A&gt; for the&lt;BR /&gt;#  'Ted' documentation.&lt;BR /&gt;#&lt;BR /&gt;########################################################################&lt;BR /&gt;&lt;BR /&gt;PAPER=&lt;BR /&gt;&lt;BR /&gt;case $# in&lt;BR /&gt;    2)&lt;BR /&gt; ;;&lt;BR /&gt;    4)&lt;BR /&gt; case $1 in&lt;BR /&gt;     --paper)&lt;BR /&gt;  ;;&lt;BR /&gt;     *)&lt;BR /&gt;  echo $0: '$1='$1&lt;BR /&gt;  exit 1&lt;BR /&gt;  ;;&lt;BR /&gt; esac&lt;BR /&gt; case $2 in&lt;BR /&gt;     a4|a5|a6|letter|legal|executive)&lt;BR /&gt;  PAPER=$2&lt;BR /&gt;  ;;&lt;BR /&gt;     *)&lt;BR /&gt; echo $0: '$2='$2&lt;BR /&gt;  exit 1&lt;BR /&gt;  ;;&lt;BR /&gt; esac&lt;BR /&gt; shift; shift;&lt;BR /&gt; ;;&lt;BR /&gt;    *)&lt;BR /&gt; echo $0: '$#='$#&lt;BR /&gt; exit 1&lt;BR /&gt; ;;&lt;BR /&gt;esac&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;case $PAPER in&lt;BR /&gt;    ?*)&lt;BR /&gt; Ted ++printToFilePaper $1 $2 $PAPER&lt;BR /&gt; ;;&lt;BR /&gt;    *)&lt;BR /&gt; Ted ++printToFile $1 $2&lt;BR /&gt; ;;&lt;BR /&gt;esac&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Thu, 22 Aug 2002 08:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rtf2ps/m-p/2791514#M79804</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-08-22T08:08:42Z</dc:date>
    </item>
  </channel>
</rss>

