[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: OT: html or text to rtf conversion tool?



on Mon, Oct 01, 2001 at 10:59:02PM +0100, Andreas Obermaier (aobermai@port22.net) wrote:
> On Mon, Oct 01, 2001 at 10:47:22PM +0100, xio wrote:
> > Hi,
> > 
> > I am trying to find a common denominator with recruitment agencies who
> > don't want to accept my cv either in html or text.  Most of them keep
> > insisting in asking for a cv in Word format.
> > 
> > Does anybody know if there is conversion tools from html or text to rtf?
> > (they'd have to run on Debian)

> Hmm, I think I was too fast in sending this mail.  apt-cache search
> gave me the answer:
> 
> enscript - Converts ASCII text to Postscript, HTML, RTF or Pretty-Print
> 
> Did anybody make any good/bad experiences with enscripting RTF from text
> formats?

Please use postfix quoting format:  your reply goes below the material
cited.  Trim your quotes appropriately and ensure your attributions are
accurate.

Thank you.


Anyone got a strict HTML -> RTF converter?

I've got my resume in HTML as a base format, with a Makefile to convert
it to PS, PDF, and text formats, as well as update the online copy
automajickally.  Text -> RTF works...sorta.  It looks like shit.

Hmm...  Googling...


Microsoft Patent Oppression Satellite W3C lists a set of tools:

    http://www.w3.org/Tools/html2things.html

    MS Word / RTF

    - html2rtf translates HTML to RTF. Using this program and the
      standard windows help compiler, you can convert hyperlinked Web
      pages into Windows HLP files. Contact:
      guido.krueger@itzehoe.netsurf.de
      http://itzehoe.netsurf.de/~guido.krueger
      
      [Note:  domain does not exist]

    - hh2rtf is a set of freeware perl scripts that converts most
      HtmlHelp formatted HTML to WinHelp-ready RTF. Contact:
      steve@blighty.com (Steve Atkins).
      http://www.blighty.com/products/hh2rtf/

      [Note:  URL not found]

Hmm...

db2rtf seems to be the most likely suspect under existing Debian
packages.  Not  sure 'zactly what needs to be done to an HTML file to
make it legal SGML.  Anyone?

Peace.

-- 
Karsten M. Self <kmself@ix.netcom.com>        http://kmself.home.netcom.com/
 What part of "Gestalt" don't you understand?              Home of the brave
  http://gestalt-system.sourceforge.net/                    Land of the free
   Free Dmitry! Boycott Adobe! Repeal the DMCA!  http://www.freesklyarov.org
Geek for Hire                      http://kmself.home.netcom.com/resume.html
all : resume.tidy resume.txt resume.ps resume.pdf 


rcs : resume.html
	ci -l resume.html

resume.tidy : resume.html 
	tidy -i -w 80 resume.html >resume.html.bak 2>resume.tidy && mv resume.html.bak resume.html

resume.txt : resume.html resume.tidy
	lynx --dump resume.html > resume.txt

resume.ps : resume.html resume.tidy
	html2ps -Tn resume.html > resume.ps 

resume.pdf : resume.ps
	ps2pdf resume.ps resume.pdf

resume.ftp : resume.txt resume.html resume.ps resume.pdf
	echo -e "cd www\n ascii\n mput resume.html resume.txt\n binary\n mput resume.ps resume.pdf" | ftp -ivp pweb.netcom.com | tee resume.ftp

clean :
	rm -f resume.tidy resume.txt resume.ps resume.pdf resume.ftp

Attachment: pgpC_XA9tJI9V.pgp
Description: PGP signature


Reply to: