all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tim X <timx@spamto.devnul.com>
Subject: Re: How can I store myfile as pdf type using emacs?
Date: 02 Sep 2005 17:08:20 +1000	[thread overview]
Message-ID: <87irxkkkuz.fsf@tiger.rapttech.com.au> (raw)
In-Reply-To: mailman.5659.1125541773.20277.help-gnu-emacs@gnu.org

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!

       reply	other threads:[~2005-09-02  7:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.5659.1125541773.20277.help-gnu-emacs@gnu.org>
2005-09-02  7:08 ` Tim X [this message]
2005-09-01  2:29 How can I store myfile as pdf type using emacs? Qiang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87irxkkkuz.fsf@tiger.rapttech.com.au \
    --to=timx@spamto.devnul.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.