TweetFollow Us on Twitter

September 96 - Print Hints: The All-New LaserWriter Driver Version 8.4

Print Hints: The All-New LaserWriter Driver Version 8.4

Dave Polaschek

By the time you read this, version 8.4 of the LaserWriter 8 printer driver will have shipped. This driver -- LaserWriter version 8.4, for short -- is not the same old LaserWriter driver: it has new features that developers have been asking for, sports a new user interface, and beats earlier versions of the driver in the quarter mile.

Here I'll outline some of the changes -- a few minor, a few major -- that you need to be aware of for compatibility reasons. Even if you don't want to take advantage of any of the great new features, you'll at least need to address compatibility issues if any of the changes cause problems with your application.

To help you implement the new features, this column is backed up with detailed documentation on this issue's CD.

THE EXTENDED PRINT RECORD

The 120-byte print record in the previous driver version doesn't have as many free bits available as some programmers would like. So to let you save all possible printing information about a document, Apple decided to allow for extensible print records.

If all you want to do is maintain compatibility with the new driver version, you shouldn't need to change your application at all. But if you want to take advantage of the extended print record -- and implement attractive features such as access to a larger number of paper sizes, tray handling that works with the PrJobMerge function, and the ability to reliably save more user settings from the Page Setup dialog -- you do need to make some minor changes, along the following lines:

  • Because the extended print record can be any size larger than 120 bytes, your application must not make any assumptions about the record's size.

  • Although the locations of fields that are currently defined within the TPrint structure won't change, you should use PrGeneral with the extended print record opcodes (described below) to access any additional fields.

  • When using an extended print record, you'll need to call the extendPrDefault and extendPrValidate functions where you previously would have called the functions PrintDefault and PrValidate. (The new extend functions really just call PrGeneral with specific opcodes, but are more convenient to use than PrGeneral itself.) See "Extending the Print Record" on this issue's CD for more information on the extend functions and how they use the new PrGeneral opcodes.
Those who break the rules might need to make more changes. See the Print Hints column in develop Issue 26 ("The Top 10 Printing Crimes Revisited") for more information.

NEW PRGENERAL OPCODES

LaserWriter version 8.4 adds three new PrGeneral opcodes for dealing with the extended print record: kExtendPrintRecOp (which extends the print record), kGetExtendedPrintRecOp, and kSetExtendedPrintRecOp.

Table 1 gives a complete list of all the PrGeneral opcodes as of June 1996 (but be aware that printing in Mac OS 8 might not implement all of these). These opcodes are all planned to be supported by LaserWriter version 8.4, except for the ones that aren't used by LaserWriter 8 (as noted in the table). Refer to the article "Meet PrGeneral" in develop Issue 3 for more information about PrGeneral.

Table 1. The PrGeneral opcodes

Opcode Operation
4 getRslDataOp
5 setRslOp
6 draftBitsOp
7 noDraftBitsOp
8 getRotnOp
9 NoGrayScl (not used by LaserWriter 8)
10 getPSInfoOp
11 PSIntentionsOp
12 enableColorMatchingOp
13 registerProfileOp (ColorSync 1 only; not used by LaserWriter 8)
14 PSAdobeOp
15 PSPrimaryPPDOp
16 kLoadCommProcsOp
17 kUnloadCommProcsOp
18 kExtendPrintRecOp (LaserWriter version 8.4 and later only)
19 kGetExtendedPrintRecOp (LaserWriter version 8.4 and later only)
20 kPrinterDirectOpCode (not used by any LaserWriter driver)
21 kSetExtendedPrintRecOp (LaserWriter version 8.4 and later only)

NEW PRINT DIALOGS

The print dialogs have been completely redesigned for LaserWriter version 8.4.

Applications that use the approved method of extending the print dialogs will continue to function. But if your application uses a nonstandard method of extending the print dialogs, it's in trouble. The definitive source about how to extend a print dialog is PDlog Expand, available as sample code on this issue's CD and included with the Macintosh Technical Note "Print Dialogs: Adding Items" (PR 09).

The new print dialogs have a pop-up menu that lets the user select between multiple panes of the dialog. In Figure 1, the General pane has been selected from the pop-up menu. When an application adds items to the print dialog, they're added to a pane that has the name of the application. Because of this new multipane dialog, applications that extend the print dialogs in a nonstandard manner will cause many problems, such as dialog items appearing in the wrong locations, standard items being overwritten within the dialog, and standard items being drawn incorrectly.

Figure 1. The new multipane print dialog

Applications also shouldn't assume that the print dialog's foreground color is black or that the background color is white. Furthermore, when applications exit their CDEFs or user items, they should be careful to leave the foreground and background colors as they found them. Other items in the dialog rely on these colors, so if you change them the standard controls in the print dialog could take on unusual colors.

ONE-PASS PRINTING

With LaserWriter version 8.4, when background printing is disabled, printing is one-pass. This means that there are no longer any big spool files to fill up your hard drive, and the first printed page comes out of the printer more quickly (because it doesn't have to wait for the entire document to spool). The downside is that because the LaserWriter driver isn't making two passes over the data to be printed, it might not be able to perform the same optimizations on the PostScript(TM) code as when background printing is enabled.

As a result, jobs printed with background printing disabled might print more slowly, and in a few cases the final quality could suffer. With the advent of one-pass printing, if your application has its own PostScript LaserPrep dictionary, it should use the PREC 103 mechanism for this dictionary. With this mechanism, the driver downloads to the printer the PostScript dictionary contained in the PREC 103 resource before it's needed by application-generated PostScript code. If the application doesn't do this and defines its own PostScript procedures at the page level, these procedures will be undefined as part of the one-pass font-handling mechanism and you'll get PostScript errors (mostly undefined operators, because the operators you defined aren't there).

PORTIONS OF THE CODE IN SHARED LIBRARIES

Some of the functionality of LaserWriter version 8.4 has been broken out into shared libraries, including the following:
  • Converter library -- generation of PostScript code

  • PPD library -- parsing of the PostScript printer description file

  • Preferences and Collection libraries -- storage and retrieval of preferences file data

  • Downloader library -- downloading of PostScript and EPS files to a printer

  • PostScript Utilities library -- PostScript utility functions

  • Communications library -- communications
In the future, Apple may provide APIs to these shared libraries for third parties.

CHANGES TO PARSING AND HANDLING OF PPD FILES

If you're a printer developer, you should know that the way PPD files are parsed and handled has changed in LaserWriter version 8.4. Previous versions of the driver would supply a "Printer's Default" choice so that the user could choose not to decide about a certain feature and accept the default setting of the printer. With version 8.4, the driver will no longer provide this option. If PPD creators want to continue to have a Printer's Default option for a user interface feature (called UIFeature in the PPD specification), they'll have to add it to the PPD file in the list of options for that feature.

Also, common features available through the PPD file will be added to the correct pane of the print dialog. Features that aren't recognized or that are vendor-specific will be placed in their own pane. This can cause problems: if you use a nonstandard naming convention for a common feature, it will be placed with all other unknown features, and if you use a standard name for a nonstandard feature, it will probably end up in the wrong location.

One other change is that you can specify the graphic elements you'd like to use for UI features specified within the PPD file. See "LaserWriter 8.4 PPDs" on the CD for information about how to design your own pane for use with LaserWriter version 8.4. The latest Apple PPD files are the best examples of how to implement the new features.

NEW ERROR CODES

LaserWriter 8 introduced a number of new error codes, but they haven't been documented -- until now, that is. See the unofficial documentation "LaserWriter 8 Errors" on the CD. Future versions of this document will be released as Technotes. These error codes are provided for debugging purposes. Be aware that they may change in the future, so you probably don't want your application to depend on them.

WRAPPING IT UP

That's a quick rundown of the new features of the newest version of the LaserWriter driver. These features should make printing a better experience for the user, should give the developer more flexibility, and should require no changes to most applications. And to top it all off, they're cool!


    RELATED READING

    • "Print Hints: The Top Ten Printing Crimes Revisited" by Dave Polaschek, develop Issue 26.

    • "Meet PrGeneral, the Trap that Makes the Most of the Printing Manager" by Pete "Luke" Alexander, develop Issue 3.

    • Macintosh Technical Note "Print Dialogs: Adding Items" (PR 09).

    • "Extending the Print Record,""LaserWriter 8.4 PPDs," and "LaserWriter 8 Errors," all on this issue's CD.

DAVE POLASCHEK (dpolasch@apple.com) continues to be confused by California. There's nice weather when it isn't baseball season, the earth moves even when he's alone, and it's easier to find good wine than good beer. Dave works in Developer Technical Support (DTS) at Apple. If you'd like more details, look at http://www.best.com/~davep/.*

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Combo Quest (Games)
Combo Quest 1.0 Device: iOS Universal Category: Games Price: $.99, Version: 1.0 (iTunes) Description: Combo Quest is an epic, time tap role-playing adventure. In this unique masterpiece, you are a knight on a heroic quest to retrieve... | Read more »
Hero Emblems (Games)
Hero Emblems 1.0 Device: iOS Universal Category: Games Price: $2.99, Version: 1.0 (iTunes) Description: ** 25% OFF for a limited time to celebrate the release ** ** Note for iPhone 6 user: If it doesn't run fullscreen on your device... | Read more »
Puzzle Blitz (Games)
Puzzle Blitz 1.0 Device: iOS Universal Category: Games Price: $1.99, Version: 1.0 (iTunes) Description: Puzzle Blitz is a frantic puzzle solving race against the clock! Solve as many puzzles as you can, before time runs out! You have... | Read more »
Sky Patrol (Games)
Sky Patrol 1.0.1 Device: iOS Universal Category: Games Price: $1.99, Version: 1.0.1 (iTunes) Description: 'Strategic Twist On The Classic Shooter Genre' - Indie Game Mag... | Read more »
The Princess Bride - The Official Game...
The Princess Bride - The Official Game 1.1 Device: iOS Universal Category: Games Price: $3.99, Version: 1.1 (iTunes) Description: An epic game based on the beloved classic movie? Inconceivable! Play the world of The Princess Bride... | Read more »
Frozen Synapse (Games)
Frozen Synapse 1.0 Device: iOS iPhone Category: Games Price: $2.99, Version: 1.0 (iTunes) Description: Frozen Synapse is a multi-award-winning tactical game. (Full cross-play with desktop and tablet versions) 9/10 Edge 9/10 Eurogamer... | Read more »
Space Marshals (Games)
Space Marshals 1.0.1 Device: iOS Universal Category: Games Price: $4.99, Version: 1.0.1 (iTunes) Description: ### IMPORTANT ### Please note that iPhone 4 is not supported. Space Marshals is a Sci-fi Wild West adventure taking place... | Read more »
Battle Slimes (Games)
Battle Slimes 1.0 Device: iOS Universal Category: Games Price: $1.99, Version: 1.0 (iTunes) Description: BATTLE SLIMES is a fun local multiplayer game. Control speedy & bouncy slime blobs as you compete with friends and family.... | Read more »
Spectrum - 3D Avenue (Games)
Spectrum - 3D Avenue 1.0 Device: iOS Universal Category: Games Price: $2.99, Version: 1.0 (iTunes) Description: "Spectrum is a pretty cool take on twitchy/reaction-based gameplay with enough complexity and style to stand out from the... | Read more »
Drop Wizard (Games)
Drop Wizard 1.0 Device: iOS Universal Category: Games Price: $1.99, Version: 1.0 (iTunes) Description: Bring back the joy of arcade games! Drop Wizard is an action arcade game where you play as Teo, a wizard on a quest to save his... | Read more »

Price Scanner via MacPrices.net

Amazon is offering a 10% discount on Apple’s...
Don’t pay full price! Amazon has 16-inch M4 Pro MacBook Pros (Silver and Black colors) on sale today for 10% off Apple’s MSRP. Shipping is free. These are the lowest prices currently available for 16... Read more
13-inch M4 MacBook Airs on sale for $150 off...
Amazon has new 13″ M4 MacBook Airs on sale for $150 off MSRP right now, starting at $849. Sale prices apply to most colors and configurations. Be sure to select Amazon as the seller, rather than a... Read more
15-inch M4 MacBook Airs on sale for $150 off...
Amazon has new 15″ M4 MacBook Airs on sale for $150 off Apple’s MSRP, starting at $1049. Be sure to select Amazon as the seller, rather than a third-party: – 15″ M4 MacBook Air (16GB/256GB): $1049, $... Read more
Amazon is offering a $50 discount on Apple’s...
Amazon has Apple’s 11th-generation A16 iPads in stock on sale for $50 (or a little more) off MSRP this week. Shipping is free: – 11″ 11th-generation 128GB WiFi iPads: $299 $50 off MSRP – 11″ 11th-... Read more
Clearance 13-inch M1 MacBook Airs available f...
Walmart has clearance, but new, Apple 13″ M1 MacBook Airs (8GB RAM, 256GB SSD) available online for $649, $360 off original MSRP, in Space Gray, Silver, and Gold colors. These are new MacBooks for... Read more
iPad minis on sale for $100 off Apple’s MSRP...
Amazon is offering $100 discounts (up to 20% off) on Apple’s newest 2024 WiFi iPad minis, each with free shipping. These are the lowest prices available for new minis among the Apple retailers we... Read more
AirPods Max headphones on sale for $479, $70...
Amazon has AirPods Max with USB-C on sale for $479.99 in all colors. Shipping is free. Their price is $70 off Apple’s MSRP, and it’s the lowest price available today for AirPods Max. Keep an eye on... Read more
14-inch M4 Pro/M4 Max MacBook Pros on sale th...
Don’t pay full price! Get a new 14″ MacBook Pro with an M4 Pro or M4 Max CPU for up to $320 off Apple’s MSRP this weekend at these retailers…they are the lowest prices available for these MacBook... Read more
Get a 15-inch M4 MacBook Air for $150 off App...
A couple of Apple retailers are offering $150 discounts on new 15″ M4 MacBook Airs this weekend. Prices at these retailers start at $1049: (1): Amazon has new 15″ M4 MacBook Airs on sale for $150 off... Read more
Unreal Mobile is offering a $100 discount on...
Unreal Mobile, an MVNO using AT&T and T-Mobile’s networks, is offering a $100 discount on any new iPhone with service. This includes new iPhone 16 models as well as iPhone 15, 13, and SE phones... Read more

Jobs Board

All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.