summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm/README
blob: 7ee29041a792dd790e61527f96a922f09955190e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
   This is dvipdfm, a DVI to PDF translator.  I wrote this mainly as
exercise to get at the features of PDF I wanted to experiment with. You're
probably wondering why I don't use PDFTeX.  I am a bit of a purist and I
would rather use TeX unmodified as Donald Knuth left it.
You can get it or the manual from

    http://odo.kettering.edu/dvipdfm

or if you prefer FTP:

    ftp://ftp.kettering.edu/pub/outgoing/mwicks/dvipdfm
    

   Features:
      - TeX \special's that approximate the functionality 
        of the PostScript pdfmarks used by Adobe's
	Acrobat Distiller.  Links, outlines, articles, and named
	destinations are supported, for example.

      - Ability to include PDF, JPEG, PNG, MetaPost, and self-contained
	(e.g., eps) PostScript (with help from an external program) files as
	embedded images.  For PDF files, only the first page is included.
	Resources will be embedded from the original file as necessary.
	File inclusion does not work for PDF files that store the page
	contents in several segments in an array.

      - Support for several \special standards for
        DVI file portability.

      - Support for thumbnails (with a little help from GhostScript).
	
      - Re-encoding support for PostScript fonts.  dvipdfm
        uses the same .enc files as dvips.  The mapfile is different.
	
      - Virtual font support.	
	
      - Support for arbitrary linear graphics transformations.
        Any material on the page can be scaled and rotated.

      - An internal color stack accessible via \special's.

      - Beginning of page (BOP) and end of page (EOP)
        \special's for placing arbitrary PDF stream
	graphics on every page.
	
      - Partial font embedding and Flate compression
        for reduced file size.
	
      - Balanced page tree and dest tree to improve reader
        speed on very large documents.

   Limitations (at present):

      - Contents streams consisting of multiple parts cannot be embedded.
      - All instances of the same Type1 font must have the same encoding.
     
   Additional Information:
   
   There is a dvipdfm e-mail list.  To join, send
e-mail to majordomo@gaspra.kettering.edu containing
the line:

   subscribe dvipdfm
    
   Mark A. Wicks
   Kettering University
   mwicks@kettering.edu