stupid html question
Roger Oberholtzer
roger
Sun Sep 5 04:38:27 PDT 2004
Two easy ways:
In your browser, print the page to a file. It will be PostScript.
Then, do:
ps2pdf the_file.ps
This will create the_file.pdf
Your system may even have a PDF printer queue (SUSE does). It automates
these steps, but does basically the same thing.
The other way is to open the html file in OpenOffice. From there it
should be possible to export to PDF. If not (depends on your version),
you can repeat the steps above: print to a file and convert with ps2pdf.
On Sun, 2004-09-05 at 04:41, Chong Yu Meng wrote:
> Hi Tony,
>
> If you want PDF without shelling out for Adobe Acrobat, you might want
> to look at DocBook (http://www.docbook.org/). If you're using Fedora/Red
> Hat, it is relatively easy to generate nice looking PDF's using just a
> text editor and XML. The learning part is tough, though. Or you could
> use Open Office, though I haven't tried the PDF function there myself.
>
>
> Tony Alfrey wrote:
>
> >On Saturday 04 September 2004 01:43 pm, Net Llama! wrote:
> >
> >
> >>On 09/04/2004 01:45 PM, Tony Alfrey wrote:
> >>
> >>
> >>>Hi;
> >>>
> >>>I have composed an html page with various gif and jpg files linked
> >>>in the html source. But I would like to send the whole composed
> >>>page to a friend as one "file" so that when it is opened, it is
> >>>"self-contained", as opposed to the html page and the gif and jpg
> >>>files located in the same directory as the html source.
> >>>Is it possible to do such a thing?
> >>>
> >>>
> >>Not with HTML. You might try converting the page to a PDF.
> >>
> >>
> >
> >That's exactly what I thought, also with regards to converting to a PDF.
> >I will try that.
> >Thanks!
> >
> >
> >
More information about the Linux-users
mailing list