TODO

Wed, 02 Jan 2002 12:49:55 +0000

author
eric
date
Wed, 02 Jan 2002 12:49:55 +0000
changeset 39
b1838d29227d
parent 38
ec14c7bae0c6
child 40
784efdc28421
permissions
-rw-r--r--

*** empty log message ***

     1 tiff2pdf TODO list
     2 $Id: TODO,v 1.3 2002/01/02 04:49:55 eric Exp $
     4 No particular order.  Page numbers refer to _Portable Document Format
     5 Reference Manual_ by Adobe Systems Incorporated, Addison-Wesley, 1993.
     7 -----------------------------------------------------------------------------
     8 * optimize bitmap rotation
    10 * crop
    12 * page sizes
    13     * metric
    14     * check page size, if off by too much, generate warning message and
    15       use actual scan size
    16     * multiple page sizes, pick the right one?
    18 * sort out use of float and double types
    20 * range checking
    21     * rotation (0, 90, 180, or 270)
    22     * page number style (D, r, R, a, A)
    24 * no control file mode - just grab all images from TIFF files
    26 * enhance Panda
    27     * bookmarks (outline)
    28     * name trees, number trees
    29     * page labels
    30     * in-memory images
    31     * page tree balancing
    32     * imagemask
    33     * thumbnails
    35 * PDF Page rotate attribute (p. 53)?
    37 * watermarking - in image?
    39 * ??? split into two tools, one to process TIFF files,
    40   and one to convert a single multipage TIFF into a PDF
    42 * support flip, transpose
    44 * support JPEG, PNG, and other input file formats
    46 * generate text, line art - option to embed fonts
    48 * overlay G4 images in different colors - automatic separation?
    49   draw overlay images with ImageMask set, using the fill color (p. 79)