home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 21 PDrivers / 21-PDrivers.zip / POST32.ZIP / PSCRIPT.DOC < prev    next >
Text File  |  1994-03-03  |  13KB  |  316 lines

  1.  
  2.   OS/2 32-bit PostScript Printer Driver
  3.   =====================================
  4.  
  5.   LICENSE
  6.   -------
  7.  
  8.   See the file LICENSE included in this package for licensing
  9.   information that apply to this driver package.
  10.  
  11.   HISTORY  (date - version - description of changes )
  12.   -------
  13.  
  14.   03/01/94 - v21.411 - OS/2 2.11 Version (MR1)
  15.  
  16.              NEW DEVICES:
  17.  
  18.                 Brother HL-10PS/DPS (PS)
  19.                 Brother HL-10h
  20.                 Brother HL-4PS (PS)
  21.                 Brother HL-8PS (PS)
  22.                 Brother HS-1PS (PS)
  23.                 HP DesignJet 650C v2013_109
  24.                 HP LaserJet 4ML PS v2013_103
  25.                 HP LaserJet 4MP v2013_103
  26.                 Kyocera FS-1500 (KPDL)
  27.                 Kyocera FS-1500A (KPDL)
  28.                 Kyocera FS-3500 (KPDL)
  29.                 Kyocera FS-3500A (KPDL)
  30.                 Kyocera FS-5500 (KPDL)
  31.                 Kyocera FS-850 (KPDL)
  32.                 Oki OL830-PS v52_5
  33.                 Oki OL840-PS v51_8
  34.                 Oki OL850-PS v52_5
  35.                 Oki OL870 v2013_108
  36.                 QMS 2025 Print System
  37.                 QMS 3225 Print System
  38.                 QMS 420 Print System
  39.                 QMS 4525 Print System
  40.                 QMS 860+ Print System
  41.                 QMS ColorScript Laser 1000
  42.                 Seiko ColorPoint PSN Model 14
  43.                 Seiko ColorPoint PSN Model 4
  44.                 Seiko Prof_ ColorPoint PSH
  45.                 Seiko Prsnl ColorPoint PS v241
  46.                 Star LS5 TT
  47.                 TI microLaser Pro 600 L2 PS
  48.                 TI microWriter PS v_52_1
  49.  
  50.  
  51.              FIXES/CHANGES since 9/15/93 driver:
  52.  
  53.              a) APAR#:       PJ10518
  54.                 DEFECT#:     74083
  55.                 DESCRIPTION: Printing to an IBM 4039 in Duplex causes
  56.                              "Stackundeflow"
  57.                 RESOLUTION:  The buffer to handle duplex was increased.
  58.  
  59.              b) APAR#:       PJ11163
  60.                 DEFECT#:     75994
  61.                 DESCRIPTION: Unable to print polygons with over 200 points
  62.                              (reported using a Freelance Line chart) due
  63.                              to driver upper limit.
  64.                 RESOLUTION:  If strokepath fails the driver will attempt
  65.                              a stroke.
  66.  
  67.              c) APAR#:       PJ11342
  68.                 DEFECT#:     76325
  69.                 DESCRIPTION: Continuous beeping when printing to a file
  70.                              ("Print To File" selected) and file name
  71.                              already exists.
  72.                 RESOLUTION:  Driver tries to display error message but
  73.                              application does not have a message queue
  74.                              so driver will create one for it.
  75.  
  76.              d) APAR#:       PJ09619
  77.                 DEFECT#:     73420
  78.                 DESCRIPTION: '2 Sided Flip' option disabled on
  79.                              HP Laserjet 4Si printer
  80.                 RESOLUTION:  Enabled duplex support for this printer
  81.  
  82.              e) APAR#:       None
  83.                 DEFECT#:     76383
  84.                 DESCRIPTION: "Forms Mismatch" displayed by spooler
  85.                              when printing.
  86.                 RESOLUTION:  If the form in 'Printer Properties' and
  87.                              'Job Properties' do not match, "Forms
  88.                              Mismatch" is displayed. The driver now
  89.                              provides better form checking.
  90.  
  91.  
  92.   09/15/93 - v21.397 - OS/2 2.1 (GA + fixes)
  93.  
  94.              FIXES/CHANGES since 5/24/93 driver:
  95.  
  96.              a) APAR#:       PJ06190
  97.                 DESCRIPTION: Bad bounding box when using downloaded font
  98.                 RESOLUTION:  Increased the accuracy of GpiQueryTextBox.
  99.  
  100.              b) APAR#:       PJ08087
  101.                 DESCRIPTION: Pure color index values do not match system
  102.                              color index vals.
  103.                 RESOLUTION:  The color index values that are passed back
  104.                              when an application calls GpiCreateLogColorTable
  105.                              and is requesting Purecolor are now correct.
  106.  
  107.  
  108.              c) APAR#:       PJ08303
  109.                 DESCRIPTION: Driver does not conform to the Adobe
  110.                              compatible standards
  111.                 RESOLUTION:  Removed the -1.0 from the first line of the job.
  112.  
  113.  
  114.              d) APAR#:       JR07163
  115.                 DESCRIPTION: File Manager printing when 7 drivers selected
  116.                              traps.
  117.                 RESOLUTION:  Added allocated buffers vs. fixed length.
  118.  
  119.              e) APAR#:       PJ08861
  120.                 DESCRIPTION: SYS3175 message printing from
  121.                              IBM Time and Place/2 (TAP/2) using OS/2 2.1
  122.                 RESOLUTION:  DevEscape( DEVESC_ENDDOC ) now returns a
  123.                              valid JobID.
  124.  
  125.              f) APAR#:       PJ09004
  126.                 DESCRIPTION: Print Jobs disappearing using 32-bit
  127.                              Postscript driver
  128.                 RESOLUTION:  Problems with Drag'n'Drop of PostScript
  129.                              files to a printer has been fixed.
  130.  
  131.              g) APAR#:       PJ09251
  132.                 DESCRIPTION: Postscript driver failing with more than
  133.                              64000 Arc coordinates
  134.                 RESOLUTION:  Driver now can handle large ( > 32,000 )
  135.                              fixed point numbers.
  136.  
  137.              h) APAR#:       PJ09252
  138.                 APAR#:       PJ09272
  139.                 DESCRIPTION: Cannot transform or change width of
  140.                              Cosmetic lines using postscript driver
  141.                 RESOLUTION:  Cosmetic lines are re-scaled after a transform
  142.                              AND will now honor width changes.
  143.  
  144.              i) APAR#:       PJ09384
  145.                 DESCRIPTION: Code page incompatibility under OS/2 2.1
  146.                 RESOLUTION:  Relax the code page checking for
  147.                              NO_CODEPAGE fonts.
  148.  
  149.              j) APAR#:       PJ09413
  150.                 DESCRIPTION: "Print to File" does not retain job properties.
  151.                 RESOLUTION:  Job Properties were being ignored and the
  152.                              defaults used instead. This is now fixed.
  153.  
  154.              k) APAR#:       PJ09305
  155.                 DESCRIPTION: Job properties get lost installing driver
  156.                              from 2.1 over 2.0 driver.
  157.                 RESOLUTION:  Job properties are now preserved on install.
  158.  
  159.              MISC FIXES:
  160.  
  161.              a) The cx and cy fields of the HCINFO structure enumerated
  162.                 from DevQueryHardcopyCaps() API now match the
  163.                 OS/2 Programming Guide Vol 3 (pg 18-1)
  164.  
  165.              b) Fixed some traps/missing output for Standard spooling.
  166.  
  167.              c) Fixed problem with some downloaded fonts that had
  168.                 overlapping lines of text.
  169.  
  170.              d) The driver now generates a PageRegion statement when
  171.                 the selected page region is the same as the default
  172.                 specified in the PPD file.  This sets the frame buffer
  173.                 correctly even if use has changed the default form.
  174.  
  175.              e) Fix problem with QMS 1725 not printing.
  176.  
  177.  
  178.   05/24/93 - v21.389 - OS/2 2.1 GA Version + 5 NEC printers
  179.  
  180.              NOTE: New 32-bit Postscript driver
  181.  
  182.                    a) 32-bit IBM C/Set 2 code
  183.                    b) PM_Q_STD data type supported
  184.                       so .SPL metafiles can be created
  185.                       for postscript devices before
  186.                       translated to PS language for
  187.                       faster LAN transmission.
  188.                    c) Faster/better ATM font downloading
  189.                       If you install an ATM font the
  190.                       PS driver automatically picks them up
  191.                       as downloadable device fonts.
  192.                    d) Postscript allows all colors available
  193.                       to display driver in the driver
  194.                       so 256 colors are possible if using SVGA
  195.                       or XGA display drivers in 256 color mode.
  196.  
  197.              NOTE: Please use same level 2.1 postscript
  198.                    driver on servers as on requesters.
  199.                    This means servers should have at least 2.0
  200.                    + Service Pack installed.
  201.  
  202.                    Otherwise use the POST16.ZIP driver which
  203.                    is still a 16-bit version for the time being.
  204.  
  205.  
  206.              NEW DEVICES SUPPORTED:
  207.  
  208.                 IBM 4039 LaserPrinter 300 dpi
  209.                 IBM 4039 LaserPrinter 600 dpi
  210.                 NEC Colormate PS/40
  211.                 NEC Colormate PS/80
  212.                 NEC Silentwriter 95 v2010.121
  213.                 NEC Silentwriter 95f v2011.111
  214.                 NEC Silentwriter 97 v2011.111
  215.  
  216.  
  217.              FIXES since last posting:
  218.  
  219.              a) DEFECT#:     62305
  220.                 DESCRIPTION: Paper sizes default incorrectly for Brazil
  221.                 RESOLUTION:  If Brazillian codepage detected correct
  222.                              paper sizes used.
  223.  
  224.              b) Fixed command for setting printer resolution for
  225.                 some QMS printers.
  226.  
  227.              c) Rounded numbers in DevQueryHardCopyCaps to match
  228.                 table in 2.0 programming guide table 18.1.
  229.  
  230.              d) Changed version number in 32 bit driver to 21 vs 13.
  231.  
  232.  
  233.   03/19/93 - v13.371 - OS/2 2.1 6.498 beta version (still 16-bit)
  234.  
  235.              NEW DEVICES SUPPORTED:
  236.  
  237.                 COMPAQ PAGEMARQ 15
  238.                 COMPAQ PAGEMARQ 20
  239.                 Epson EPL-8000 PS Card 82605
  240.                 HP LaserJet 4  PS v2011_110
  241.                 HP LaserJet 4M PS v2011_110
  242.                 HP LaserJet III Cartridge Plus
  243.                 HP LaserJet IIID Cartridge Plus
  244.                 HP LaserJet IIIP Cartridge Plus
  245.                 HP PaintJet XL300 PS v2011_112
  246.                 IBM 4079 Color Jetprinter PS
  247.                 QMS 860 Print System
  248.                 QMS-PS 1700
  249.                 Seiko Personal ColorPoint PSE
  250.                 Tektronix Phaser 200e 17 fonts
  251.                 Tektronix Phaser 200e 39 fonts
  252.                 Tektronix Phaser 200i v2011_108
  253.                 Tektronix Phaser II PXe 17 font
  254.                 Tektronix Phaser II PXe 39 font
  255.                 Tektronix Phaser IISD v2011
  256.  
  257.              FIXES SINCE Service Pack:
  258.  
  259.              a) DEFECT #:    63389
  260.                 DESCRIPTION: PostScript driver does not validate
  261.                              source and destination handles for
  262.                              bitblt operations to make sure
  263.                              both are compatible
  264.                 RESOLUTION:  checking added and return code set
  265.  
  266.  
  267.              b) DEFECT #:    61603
  268.                 DESCRIPTION: Character slope and kerning info
  269.                              not returned correctly from PostScript
  270.  
  271.                              This problem was reported by Charles
  272.                              Petzold in his 12 January 1993,
  273.                              PC Magazine Environments article.
  274.  
  275.                 RESOLUTION:  If the character slope is non-zero, then the
  276.                              FM_SEL_ITALIC flag should be set in the
  277.                              usSelection field of the font metrics structure.
  278.  
  279.                              Also, the FM_TYPE_KERNING bit should be set in
  280.                              the fsType field if the font includes kerning
  281.                              pairs.
  282.  
  283.              c) DEFECT #:    60644
  284.                 DESCRIPTION: Text fields get truncated in
  285.                              Job and Printer Property dialog boxes
  286.                              on some displays.
  287.                 RESOLUTION:  Changed size of dialog so all text can
  288.                              be viewed from any display driver.
  289.  
  290.  
  291.   08/20/92 - v13.346 - Initial posting of driver package.
  292.                        No changes since GA.
  293.  
  294.   03/30/92 - v13.342 - OS/2 2.0 GA version
  295.  
  296.   BEFORE INSTALLATION
  297.   -------------------
  298.  
  299.   The Extended Attribute file (.EA) for the driver must be attached
  300.   to the actual driver file (.DRV) so installation of the driver
  301.   will succeed.  This is done by using the EAUTIL.EXE program that
  302.   is part of OS/2.
  303.  
  304.   * Use the command file (PSCRIPT.CMD) provided to do this for you.
  305.  
  306.   Once, this is done successfully you may proceed with normal
  307.   printer driver installation.
  308.  
  309.  
  310.   INSTALLATION HELP
  311.   -----------------
  312.  
  313.   For more detailed information see the file INSTALL.DOC included
  314.   in this package.
  315.  
  316.