From cdd3fa410a6b9f0ddc778149175f3ba7e8a7095d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 17 Apr 2003 19:15:22 +0000 Subject: Regenerate docs (This used to be commit 13a4cd540a1c193e77d973b9dac5bc2d9e7a5353) --- docs/htmldocs/printing.html | 221 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 176 insertions(+), 45 deletions(-) (limited to 'docs/htmldocs/printing.html') diff --git a/docs/htmldocs/printing.html b/docs/htmldocs/printing.html index a123992b36..0cc1b0a8f8 100644 --- a/docs/htmldocs/printing.html +++ b/docs/htmldocs/printing.html @@ -74,14 +74,145 @@ CLASS="CHAPTER" >Chapter 12. Printing SupportChapter 13. Printing Support
Table of Contents
13.1. Introduction
13.2. Configuration
13.2.1. Creating [print$]
13.2.2. Setting Drivers for Existing Printers
13.2.3. Support a large number of printers
13.2.4. Adding New Printers via the Windows NT APW
13.2.5. Samba and Printer Ports
13.3. The Imprints Toolset
13.3.1. What is Imprints?
13.3.2. Creating Printer Driver Packages
13.3.3. The Imprints server
13.3.4. The Installation Client
13.4. Diagnosis
13.4.1. Introduction
13.4.2. Debugging printer problems
13.4.3. What printers do I have?
13.4.4. Setting up printcap and print servers
13.4.5. Job sent, no output
13.4.6. Job sent, strange output
13.4.7. Raw PostScript printed
13.4.8. Advanced Printing
13.4.9. Real debugging

12.1. Introduction13.1. Introduction

Beginning with the 2.2.0 release, Samba supports @@ -163,8 +294,8 @@ CLASS="SECT1" >

12.2. Configuration13.2. Configuration

12.2.1. Creating [print$]13.2.1. Creating [print$]

In order to support the uploading of printer driver @@ -442,8 +573,8 @@ CLASS="SECT2" >

12.2.2. Setting Drivers for Existing Printers13.2.2. Setting Drivers for Existing Printers

The initial listing of printers in the Samba host's @@ -514,8 +645,8 @@ CLASS="SECT2" >

12.2.3. Support a large number of printers13.2.3. Support a large number of printers

One issue that has arisen during the development @@ -590,8 +721,8 @@ CLASS="SECT2" >

12.2.4. Adding New Printers via the Windows NT APW13.2.4. Adding New Printers via the Windows NT APW

By default, Samba offers all printer shares defined in

12.2.5. Samba and Printer Ports13.2.5. Samba and Printer Ports

Windows NT/2000 print servers associate a port with each printer. These normally @@ -780,8 +911,8 @@ CLASS="SECT1" >

12.3. The Imprints Toolset13.3. The Imprints Toolset

The Imprints tool set provides a UNIX equivalent of the @@ -798,8 +929,8 @@ CLASS="SECT2" >

12.3.1. What is Imprints?13.3.1. What is Imprints?

Imprints is a collection of tools for supporting the goals @@ -830,8 +961,8 @@ CLASS="SECT2" >

12.3.2. Creating Printer Driver Packages13.3.2. Creating Printer Driver Packages

The process of creating printer driver packages is beyond @@ -846,8 +977,8 @@ CLASS="SECT2" >

12.3.3. The Imprints server13.3.3. The Imprints server

The Imprints server is really a database server that @@ -870,8 +1001,8 @@ CLASS="SECT2" >

12.3.4. The Installation Client13.3.4. The Installation Client

More information regarding the Imprints installation client @@ -964,16 +1095,16 @@ CLASS="SECT1" >

12.4. Diagnosis13.4. Diagnosis

12.4.1. Introduction13.4.1. Introduction

This is a short description of how to debug printing problems with @@ -1047,8 +1178,8 @@ CLASS="SECT2" >

12.4.2. Debugging printer problems13.4.2. Debugging printer problems

One way to debug printing problems is to start by replacing these @@ -1104,8 +1235,8 @@ CLASS="SECT2" >

12.4.3. What printers do I have?13.4.3. What printers do I have?

You can use the 'testprns' program to check to see if the printer @@ -1133,8 +1264,8 @@ CLASS="SECT2" >

12.4.4. Setting up printcap and print servers13.4.4. Setting up printcap and print servers

You may need to set up some printcaps for your Samba system to use. @@ -1217,8 +1348,8 @@ CLASS="SECT2" >

12.4.5. Job sent, no output13.4.5. Job sent, no output

This is the most frustrating part of printing. You may have sent the @@ -1262,8 +1393,8 @@ CLASS="SECT2" >

12.4.6. Job sent, strange output13.4.6. Job sent, strange output

Once you have the job printing, you can then start worrying about @@ -1308,8 +1439,8 @@ CLASS="SECT2" >

12.4.7. Raw PostScript printed13.4.7. Raw PostScript printed

This is a problem that is usually caused by either the print spooling @@ -1323,8 +1454,8 @@ CLASS="SECT2" >

12.4.8. Advanced Printing13.4.8. Advanced Printing

Note that you can do some pretty magic things by using your @@ -1339,8 +1470,8 @@ CLASS="SECT2" >

12.4.9. Real debugging13.4.9. Real debugging

If the above debug tips don't help, then maybe you need to bring in -- cgit