Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: html2ps
I didn't find anything myself a while back, so I just did something like the
following... works in general...
#
# HTML Documents
0 string <!DOCTYPE ps /usr/local/bin/html2ps %i >
%o
0 string <!doctype ps /usr/local/bin/html2ps %i >
%o
0 string <!-- ps /usr/local/bin/html2ps %i >
%o
0 string <html> ps /usr/local/bin/html2ps %i >
%o
0 string <HTML> ps /usr/local/bin/html2ps %i >
%o
0 string <TITLE> ps /usr/local/bin/html2ps %i >
%o
0 string <title> ps /usr/local/bin/html2ps %i >
%o
0 string <head> ps /usr/local/bin/html2ps %i >
%o
0 string <HEAD> ps /usr/local/bin/html2ps %i >
%o
0 string <h1> ps /usr/local/bin/html2ps %i >
%o
0 string <H1> ps /usr/local/bin/html2ps %i >
%o
0 string <h2> ps /usr/local/bin/html2ps %i >
%o
0 string <H2> ps /usr/local/bin/html2ps %i >
%o
0 string <h3> ps /usr/local/bin/html2ps %i >
%o
0 string <H3> ps /usr/local/bin/html2ps %i >
%o
0 string <P> ps /usr/local/bin/html2ps %i >
%o
0 string <p> ps /usr/local/bin/html2ps %i >
%o
-----Original Message-----
From: admin <admin@sakh.com>
To: flexfax@sgi.com <flexfax@sgi.com>
Date: Tuesday, September 07, 1999 4:58 PM
Subject: flexfax: html2ps
>Where to find file typerules for html2ps ?
>