* How can I store myfile as pdf type using emacs?
@ 2005-09-01 2:29 Qiang
0 siblings, 0 replies; 2+ messages in thread
From: Qiang @ 2005-09-01 2:29 UTC (permalink / raw)
I want to store my file edited by emacs as pdf type. I wonder if there is one .el file able to execute this function.
Can you tell me?
^ permalink raw reply [flat|nested] 2+ messages in thread
[parent not found: <mailman.5659.1125541773.20277.help-gnu-emacs@gnu.org>]
* Re: How can I store myfile as pdf type using emacs?
[not found] <mailman.5659.1125541773.20277.help-gnu-emacs@gnu.org>
@ 2005-09-02 7:08 ` Tim X
0 siblings, 0 replies; 2+ messages in thread
From: Tim X @ 2005-09-02 7:08 UTC (permalink / raw)
Qiang <linux.liuqiang@163.com> writes:
> I want to store my file edited by emacs as pdf type. I wonder if there is one .el file able to execute this function.
> Can you tell me?
>
More information required. If you want to produce PDF files from
within emacs, there are a number of solutions - all of them need
additional utilities, so a lot depends on your platform. Some possible
solutions are
1. Use LaTeX and emacs AucTex mode (needs the tetex package)
2. Use docBook and emacs nxml mode (needs a docbook2pdf utility)
3. Use emacs muse mode (also needs external utilities)
There are other solutions. There is no elisp package I know of which
can create a pdf file from an ascii/utf-8/whatever text file on its
own and without support from other external packages.A PDF file is
essentialy compressed postscript and translating plain text to PDF is
a complex task which would reuire considerable elisp coding and I
expect would be a bit slow (though the postscript printing of buffers
might provide some guidence).
Tim
--
Tim Cross
The e-mail address on this message is FALSE (obviously!). My real e-mail is
to a company in Australia called rapttech and my login is tcross - if you
really need to send mail, you should be able to work it out!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-09-02 7:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-01 2:29 How can I store myfile as pdf type using emacs? Qiang
[not found] <mailman.5659.1125541773.20277.help-gnu-emacs@gnu.org>
2005-09-02 7:08 ` Tim X
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).