Printing Acrobat documents

Des Dougan des at DouganConsulting.com
Thu Aug 19 09:29:38 BST 2004


On Thu, 2004-08-19 at 00:02, Basil Fowler wrote:
> This is not totally relevant to the question posed but might give a clue.
> 
> I found that my Deskjet 690C was exceedingly slow printing certain documents 
> with cups.  The problem was cured by changing the driver.  The slow driver 
> was hpijs; changing to the cdj550 driver cured the problem.
> 
> Have a look in the Ghostscript files to see what is available.  You may have 
> to change the file file /etc/cups/ppd/<your printer>.ppd by hand to install a 
> new driver.  The appropriate lines are:
> 
> *FoomaticRIPCommandLine: "gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPA&&
> USE -r300x300 -sDEVICE=cdj550%A%Z -sOutputFile=- -
> 
> I used the Mandrake - PrinterDrake utility to set up cups rather than the one 
> provided by cups.  The choice of drivers was much better.

Thanks for the suggestions. Although I was already using hpijs, I
downloaded the current version (1.6.1), and have compiled and installed
it. However, it made no difference - I got the same result.

I've changed the log level in cupsd.conf to "debug" and included the
error_log below for the last test:

D [19/Aug/2004:01:17:16 -0700] AcceptClient: 9 from localhost:631.
D [19/Aug/2004:01:17:16 -0700] CloseClient() 9
D [19/Aug/2004:01:17:16 -0700] AcceptClient: 9 from localhost:631.
D [19/Aug/2004:01:17:16 -0700] ReadClient() 9 POST /printers/ HTTP/1.1
D [19/Aug/2004:01:17:16 -0700] ProcessIPPRequest: 9 status_code=1
D [19/Aug/2004:01:17:16 -0700] CloseClient() 9
D [19/Aug/2004:01:17:16 -0700] AcceptClient: 9 from localhost:631.
D [19/Aug/2004:01:17:16 -0700] ReadClient() 9 POST /printers/ HTTP/1.1
D [19/Aug/2004:01:17:16 -0700] ProcessIPPRequest: 9 status_code=1
D [19/Aug/2004:01:17:16 -0700] CloseClient() 9
D [19/Aug/2004:01:17:16 -0700] AcceptClient: 9 from localhost:631.
D [19/Aug/2004:01:17:16 -0700] ReadClient() 9 POST /classes/ HTTP/1.1
D [19/Aug/2004:01:17:16 -0700] ProcessIPPRequest: 9 status_code=1
D [19/Aug/2004:01:17:16 -0700] CloseClient() 9
D [19/Aug/2004:01:17:16 -0700] AcceptClient: 9 from localhost:631.
D [19/Aug/2004:01:17:16 -0700] ReadClient() 9 POST /printers/ HTTP/1.1
D [19/Aug/2004:01:17:16 -0700] ProcessIPPRequest: 9 status_code=1
D [19/Aug/2004:01:17:16 -0700] CloseClient() 9
D [19/Aug/2004:01:17:16 -0700] AcceptClient: 9 from localhost:631.
D [19/Aug/2004:01:17:16 -0700] ReadClient() 9 POST /printers/ HTTP/1.1
D [19/Aug/2004:01:17:16 -0700] ProcessIPPRequest: 9 status_code=1
D [19/Aug/2004:01:17:16 -0700] CloseClient() 9
D [19/Aug/2004:01:17:32 -0700] AcceptClient: 9 from localhost:631.
D [19/Aug/2004:01:17:32 -0700] ReadClient() 9 POST / HTTP/1.1
D [19/Aug/2004:01:17:32 -0700] ProcessIPPRequest: 9 status_code=0
D [19/Aug/2004:01:17:32 -0700] ReadClient() 9 GET /printers/Laserjet.ppd HTTP/1.1
D [19/Aug/2004:01:17:32 -0700] SendFile() 9 file=11
D [19/Aug/2004:01:17:33 -0700] AcceptClient: 11 from localhost:631.
D [19/Aug/2004:01:17:33 -0700] ReadClient() 11 POST /printers/Laserjet HTTP/1.1
D [19/Aug/2004:01:17:33 -0700] print_job: auto-typing file...
D [19/Aug/2004:01:17:33 -0700] print_job: request file type is application/postscript.
D [19/Aug/2004:01:17:33 -0700] check_quotas: requesting-user-name = 'root'
D [19/Aug/2004:01:17:33 -0700] print_job: requesting-user-name = 'root'
D [19/Aug/2004:01:17:33 -0700] Adding default job-sheets values "none,none"...
I [19/Aug/2004:01:17:33 -0700] Adding start banner page "none" to job 36.
I [19/Aug/2004:01:17:33 -0700] Adding end banner page "none" to job 36.
I [19/Aug/2004:01:17:33 -0700] Job 36 queued on 'Laserjet' by 'root'.
D [19/Aug/2004:01:17:33 -0700] Job 36 hold_until = 0
D [19/Aug/2004:01:17:33 -0700] StartJob(36, 0x8097e80)
D [19/Aug/2004:01:17:33 -0700] StartJob() id = 36, file = 0/1
D [19/Aug/2004:01:17:33 -0700] job-sheets=none,none
D [19/Aug/2004:01:17:33 -0700] banner_page = 0
D [19/Aug/2004:01:17:33 -0700] StartJob: argv = "Laserjet","36","root","AcroKBb7u1","1","multiple-document-handling=separate-documents-collated-copies","/var/spool/cups/d00036-001"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[0]="PATH=/usr/lib/cups/filter:/bin:/usr/bin"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[1]="SOFTWARE=CUPS/1.1"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[2]="USER=root"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[3]="CHARSET=utf-8"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[4]="LANG=en_US"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[5]="PPD=/etc/cups/ppd/Laserjet.ppd"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[6]="CUPS_SERVERROOT=/etc/cups"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[7]="RIP_MAX_CACHE=8m"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[8]="TMPDIR=/var/spool/cups/tmp"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[9]="CONTENT_TYPE=application/postscript"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[10]="DEVICE_URI=lpd://jeeves.douganconsulting.com/lp0"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[11]="PRINTER=Laserjet"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[12]="CUPS_DATADIR=/usr/share/cups"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[13]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[14]="CUPS_SERVER=localhost"
D [19/Aug/2004:01:17:33 -0700] StartJob: envp[15]="IPP_PORT=631"
D [19/Aug/2004:01:17:33 -0700] StartJob: statusfds = [ 12 17 ]
D [19/Aug/2004:01:17:33 -0700] StartJob: filterfds[1] = [ 18 -1 ]
D [19/Aug/2004:01:17:33 -0700] StartJob: filter = "/usr/lib/cups/filter/pstops"
D [19/Aug/2004:01:17:33 -0700] StartJob: filterfds[0] = [ 19 20 ]
D [19/Aug/2004:01:17:33 -0700] start_process("/usr/lib/cups/filter/pstops", 0xbffee1c0, 0xbffed530, 18, 20, 17)
I [19/Aug/2004:01:17:33 -0700] Started filter /usr/lib/cups/filter/pstops (PID 13273) for job 36.
D [19/Aug/2004:01:17:33 -0700] StartJob: filter = "/usr/lib/cups/filter/foomatic-rip"
D [19/Aug/2004:01:17:33 -0700] StartJob: filterfds[1] = [ 18 21 ]
D [19/Aug/2004:01:17:33 -0700] start_process("/usr/lib/cups/filter/foomatic-rip", 0xbffee1c0, 0xbffed530, 19, 21, 17)
I [19/Aug/2004:01:17:33 -0700] Started filter /usr/lib/cups/filter/foomatic-rip (PID 13274) for job 36.
D [19/Aug/2004:01:17:33 -0700] StartJob: backend = "/usr/lib/cups/backend/lpd"
D [19/Aug/2004:01:17:33 -0700] StartJob: filterfds[0] = [ -1 19 ]
D [19/Aug/2004:01:17:33 -0700] start_process("/usr/lib/cups/backend/lpd", 0xbffee1c0, 0xbffed530, 18, 19, 17)
I [19/Aug/2004:01:17:33 -0700] Started backend /usr/lib/cups/backend/lpd (PID 13275) for job 36.
D [19/Aug/2004:01:17:33 -0700] ProcessIPPRequest: 11 status_code=0
D [19/Aug/2004:01:17:33 -0700] [Job 36] Page = 612x792; 18,14 to 594,778
D [19/Aug/2004:01:17:33 -0700] [Job 36] slowcollate=0, slowduplex=0, sloworder=0
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%Title: (EHC Claim Forms)
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%Version: 1 5
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%Creator: (PageMaker 7.0)
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%CreationDate: (D:20040708105702-07'00')
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%For: (Pacific Blue Cross)
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%DocumentData: Clean7Bit
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%LanguageLevel: 2
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%BoundingBox: 0 0 792 612
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%Pages: 2
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%DocumentProcessColors: (atend)
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%DocumentNeededResources: (atend)
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%DocumentSuppliedResources: (atend)
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%EndComments
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%BeginDefaults
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%EndDefaults
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%BeginProlog
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%EndProlog
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%BeginSetup
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%BeginResource: l2check
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%Copyright: Copyright 1993 Adobe Systems Incorporated. All Rights Reserved.
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%BeginResource: procset Adobe_CoolType_Utility_MAKEOCF 1.14 0
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%Copyright: Copyright 1987-2001 Adobe Systems Incorporated.
D [19/Aug/2004:01:17:33 -0700] [Job 36] 0 %%Version: 1.14 0
D [19/Aug/2004:01:17:33 -0700] CloseClient() 11
D [19/Aug/2004:01:17:34 -0700] CloseClient() 9
D [19/Aug/2004:01:17:35 -0700] [Job 36] foomatic-rip version $Revision: 3.47 $ running...
D [19/Aug/2004:01:17:35 -0700] [Job 36] Parsing PPD file ...
D [19/Aug/2004:01:17:35 -0700] [Job 36] *cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option ColorSpace
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option Resolution
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option PageSize
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option PageRegion
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option Model
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option PrintoutMode
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option ImageableArea
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option PaperDimension
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option InputSlot
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option Manualfeed
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option Duplex
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option Economode
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option Copies
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option REt
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option TonerDensity
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option Quality
D [19/Aug/2004:01:17:35 -0700] [Job 36] Added option Font
D [19/Aug/2004:01:17:35 -0700] [Job 36]
D [19/Aug/2004:01:17:35 -0700] [Job 36] Parameter Summary
D [19/Aug/2004:01:17:35 -0700] [Job 36] -----------------
D [19/Aug/2004:01:17:35 -0700] [Job 36]
D [19/Aug/2004:01:17:35 -0700] [Job 36] Spooler: cups
D [19/Aug/2004:01:17:35 -0700] [Job 36] Printer: Laserjet
D [19/Aug/2004:01:17:35 -0700] [Job 36] PPD file: /etc/cups/ppd/Laserjet.ppd
D [19/Aug/2004:01:17:35 -0700] [Job 36] Printer model: HP LaserJet 4L Foomatic/hpijs (recommended)
D [19/Aug/2004:01:17:35 -0700] [Job 36] Job title: AcroKBb7u1
D [19/Aug/2004:01:17:35 -0700] [Job 36] File(s) to be printed:
D [19/Aug/2004:01:17:35 -0700] [Job 36] <STDIN>
D [19/Aug/2004:01:17:35 -0700] [Job 36]
D [19/Aug/2004:01:17:35 -0700] [Job 36] Pondering option 'multiple-document-handling=separate-documents-collated-copies'
D [19/Aug/2004:01:17:35 -0700] [Job 36] Unknown option multiple-document-handling=separate-documents-collated-copies.
D [19/Aug/2004:01:17:35 -0700] [Job 36]
D [19/Aug/2004:01:17:35 -0700] [Job 36] ================================================
D [19/Aug/2004:01:17:35 -0700] [Job 36]
D [19/Aug/2004:01:17:35 -0700] [Job 36] File: <STDIN>
D [19/Aug/2004:01:17:35 -0700] [Job 36]
D [19/Aug/2004:01:17:35 -0700] [Job 36] ================================================
D [19/Aug/2004:01:17:35 -0700] [Job 36]
D [19/Aug/2004:01:17:35 -0700] [Job 36] Reading PostScript input ...
D [19/Aug/2004:01:17:35 -0700] [Job 36] --> This document is DSC-conforming!
D [19/Aug/2004:01:17:35 -0700] [Job 36] Job claims to be DSC-conforming, but "%%BeginProlog" was missing before first line with another "%%Begin..."
 comment (is this a TeX/LaTeX/dvips-generated PostScript file?). Assuming start of "Prolog" here.
D [19/Aug/2004:01:17:35 -0700] [Job 36]
D [19/Aug/2004:01:17:35 -0700] [Job 36] -----------
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %%BeginProlog
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %%EndProlog
D [19/Aug/2004:01:17:35 -0700] [Job 36]
D [19/Aug/2004:01:17:35 -0700] [Job 36] -----------
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %%BeginSetup
D [19/Aug/2004:01:17:35 -0700] [Job 36] Inserting PostScript code for CUPS' page accounting
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %%BeginFeature: *REt Medium
D [19/Aug/2004:01:17:35 -0700] [Job 36] Option: REt=Medium --> Setting option
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %% FoomaticRIPOptionSetting: REt=Medium
D [19/Aug/2004:01:17:35 -0700] [Job 36] Option: REt=Medium --> Setting option
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %%BeginFeature: *TonerDensity 5
D [19/Aug/2004:01:17:35 -0700] [Job 36] Option: TonerDensity=5 --> Setting option
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %% FoomaticRIPOptionSetting: TonerDensity=5
D [19/Aug/2004:01:17:35 -0700] [Job 36] Option: TonerDensity=5 --> Setting option
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %%BeginFeature: *InputSlot Default
D [19/Aug/2004:01:17:35 -0700] [Job 36] Option: InputSlot=Default --> Setting option
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %% FoomaticRIPOptionSetting: InputSlot=Default
D [19/Aug/2004:01:17:35 -0700] [Job 36] Option: InputSlot=Default --> Setting option
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %%BeginFeature: *Copies 1
D [19/Aug/2004:01:17:35 -0700] [Job 36] Option: Copies=1 --> Setting option
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %% FoomaticRIPOptionSetting: Copies=1
D [19/Aug/2004:01:17:35 -0700] [Job 36] Option: Copies=1 --> Setting option
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %%BeginFeature: *Economode Off
D [19/Aug/2004:01:17:35 -0700] [Job 36] Option: Economode=Off --> Setting option
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %% FoomaticRIPOptionSetting: Economode=Off
D [19/Aug/2004:01:17:35 -0700] [Job 36] Option: Economode=Off --> Setting option
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %%BeginFeature: *PageRegion Letter
D [19/Aug/2004:01:17:35 -0700] [Job 36] Option: PageRegion=Letter --> Option will be set by PostScript interpreter
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %% FoomaticRIPOptionSetting: PageSize=Letter
D [19/Aug/2004:01:17:35 -0700] [Job 36] Option: PageSize=Letter --> Setting option
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %%BeginFeature: *Duplex None
D [19/Aug/2004:01:17:35 -0700] [Job 36] Option: Duplex=None --> Setting option
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %% FoomaticRIPOptionSetting: Duplex=None
D [19/Aug/2004:01:17:35 -0700] [Job 36] Option: Duplex=None --> Setting option
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%BeginResource: file Pscript_CFF PSVER
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%BeginResource: procset pdfvars
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Copyright: Copyright 1987-2001 Adobe Systems Incorporated. All Rights Reserved.
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Version: 5.0 6
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Title: definition of dictionary of variables used by PDF & PDFText procsets
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %% to keep CoolType entries in GlyphDirProcs safe from collisions with Win PS driver
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%BeginResource: procset pdfutil
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Copyright: Copyright 1993-1999 Adobe Systems Incorporated. All Rights Reserved.
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Version: 4.0 2
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Title: Basic utilities used by other PDF procsets
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%BeginResource: procset pdf
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Version: 5.0 7
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Copyright: Copyright 1998-2001 Adobe Systems Incorporated. All Rights Reserved.
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Title: General operators for PDF, common to all Language Levels.
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%BeginResource: procset pdflev2
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Version: 5.0 15
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Copyright: Copyright 1987-2001 Adobe Systems Incorporated. All Rights Reserved.
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%LanguageLevel: 2
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Title: PDF operators, with code specific for Level 2
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%BeginResource: procset pdftext
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Version: 5.0 6
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Copyright: Copyright 1987-2001 Adobe Systems Incorporated. All Rights Reserved.
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Title: Text operators for PDF
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%BeginResource: pdfasc.prc
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Version: 4.0 2
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Copyright: Copyright 1992-1997 Adobe Systems Incorporated. All Rights Reserved.
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%IncludeResource Helvetica
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%EndSetup
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Page: 1 1
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%Page: 1 1
D [19/Aug/2004:01:17:35 -0700] [Job 36] pw = 576.0, pl = 763.2
D [19/Aug/2004:01:17:35 -0700] [Job 36] PageLeft = 18.0, PageRight = 594.0
D [19/Aug/2004:01:17:35 -0700] [Job 36] PageTop = 777.6, PageBottom = 14.4
D [19/Aug/2004:01:17:35 -0700] [Job 36] PageWidth = 612.0, PageLength = 792.0
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%BeginPageSetup
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%EndPageSetup
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%BeginResource: font FBHGIP+Swiss721BT-Bold
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %%EndSetup
D [19/Aug/2004:01:17:35 -0700] [Job 36]
D [19/Aug/2004:01:17:35 -0700] [Job 36] -----------
D [19/Aug/2004:01:17:35 -0700] [Job 36] New page:  1 1
D [19/Aug/2004:01:17:35 -0700] [Job 36] Inserting option code into "PageSetup" section.
D [19/Aug/2004:01:17:35 -0700] [Job 36]
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %%BeginPageSetup
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found: %%EndPageSetup
D [19/Aug/2004:01:17:35 -0700] [Job 36] End of page header
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%BeginResource: font FBHGJB+Swiss721BT-Roman
D [19/Aug/2004:01:17:35 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:35 -0700] [Job 36] Stopping search for page header options
D [19/Aug/2004:01:17:35 -0700] [Job 36] Found:
D [19/Aug/2004:01:17:35 -0700] [Job 36] dup 109 /m put
D [19/Aug/2004:01:17:35 -0700] [Job 36] --> Output goes directly to the renderer now.
D [19/Aug/2004:01:17:35 -0700] [Job 36]
D [19/Aug/2004:01:17:35 -0700] [Job 36]
D [19/Aug/2004:01:17:35 -0700] [Job 36] Starting renderer
D [19/Aug/2004:01:17:35 -0700] [Job 36] JCL: 12345X at PJL
D [19/Aug/2004:01:17:35 -0700] [Job 36] @PJL SET MANUALFEED=OFF
D [19/Aug/2004:01:17:35 -0700] [Job 36] @PJL SET ECONOMODE=OFF
D [19/Aug/2004:01:17:35 -0700] [Job 36] @PJL SET COPIES=1
D [19/Aug/2004:01:17:35 -0700] [Job 36] @PJL SET RET=MEDIUM
D [19/Aug/2004:01:17:35 -0700] [Job 36] @PJL SET DENSITY=5
D [19/Aug/2004:01:17:35 -0700] [Job 36] <job data>
D [19/Aug/2004:01:17:35 -0700] [Job 36] 12345X at PJL RESET
D [19/Aug/2004:01:17:35 -0700] [Job 36]
D [19/Aug/2004:01:17:35 -0700] [Job 36] renderer PID kid4=13278
D [19/Aug/2004:01:17:35 -0700] [Job 36] renderer command: gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -sDeviceMan
ufacturer="HEWLETT-PACKARD" -sDeviceModel="HP LaserJet" -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dDuplex=false -r300 -sIjsParams=Quality:Qu
ality=1,Quality:ColorMode=0,Quality:MediaType=0,Quality:PenSet=0,PS:MediaPosition=7 -dIjsUseOutputFD -sOutputFile=- -
D [19/Aug/2004:01:17:35 -0700] [Job 36] foomatic-gswrapper: gs '-dBATCH' '-dPARANOIDSAFER' '-dQUIET' '-dNOPAUSE' '-sDEVICE=ijs' '-sIjsServer=hpijs'
'-sDeviceManufacturer=HEWLETT-PACKARD' '-sDeviceModel=HP LaserJet' '-dDEVICEWIDTHPOINTS=612' '-dDEVICEHEIGHTPOINTS=792' '-dDuplex=false' '-r300' '-s
IjsParams=Quality:Quality=1,Quality:ColorMode=0,Quality:MediaType=0,Quality:PenSet=0,PS:MediaPosition=7' '-dIjsUseOutputFD' '-sOutputFile=| cat >&3'
 '/dev/fd/0' 3>&1 1>&2
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%BeginResource: font FBHGKD+Swiss721BT-RomanCondensed
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%DocumentNeededResources: procset CIDInit
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%IncludeResource: procset CIDInit
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%BeginResource: CIDFont FBHGLD+ZapfDingbatsITCbyBT-Regular
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%Title: (FBHGLD+ZapfDingbatsITCbyBT-Regular Adobe Identity 0)
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%Version: 1
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%BeginData: 21 Binary Bytes
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%EndData
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%BeginResource: encoding
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%BeginResource: font FBHGNF+MicrogrammaD-BoldExte
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%BeginResource: font ArialMT
D [19/Aug/2004:01:17:36 -0700] [Job 36] Error: /invalidfont in -dict-
D [19/Aug/2004:01:17:36 -0700] [Job 36] Operand stack:
D [19/Aug/2004:01:17:36 -0700] [Job 36] FBHGLD+ZapfDingbatsITCbyBT-Regular-Identity-H   --dict:7/10(G)--   Font   FBHGLD+ZapfDingbatsITCbyBT-Regular
-Identity-H   --dict:7/10(G)--   FBHGLD+ZapfDingbatsITCbyBT-Regular-Identity-H
D [19/Aug/2004:01:17:36 -0700] [Job 36] Execution stack:
D [19/Aug/2004:01:17:36 -0700] [Job 36] %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostr
ingval--   --nostringval--   --nostringval--   false   1   %stopped_push   1   3   %oparray_pop   1   3   %oparray_pop   1   3   %oparray_pop   .run
exec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostringval--   3   8   %oparray_pop   3   8   %oparray_pop   --
nostringval--   --nostringval--   --nostringval--   7   9   %oparray_pop   --nostringval--   7   9   %oparray_pop   --nostringval--   --nostringval-
-
D [19/Aug/2004:01:17:36 -0700] [Job 36] Dictionary stack:
D [19/Aug/2004:01:17:36 -0700] [Job 36] --dict:1067/1417(ro)(G)--   --dict:0/20(G)--   --dict:83/200(L)--   --dict:45/89(L)--   --dict:76/160(ro)(L)
--   --dict:63/78(ro)(L)--   --dict:8/25(L)--   --dict:27/35(ro)(L)--   --dict:17/17(ro)(G)--
D [19/Aug/2004:01:17:36 -0700] [Job 36] Current allocation mode is local
D [19/Aug/2004:01:17:36 -0700] [Job 36] Last OS error: 2
D [19/Aug/2004:01:17:36 -0700] [Job 36] ESP Ghostscript 7.07.1: Unrecoverable error, exit code 1
D [19/Aug/2004:01:17:36 -0700] [Job 36] renderer return value: 1
D [19/Aug/2004:01:17:36 -0700] [Job 36] renderer received signal: 1
D [19/Aug/2004:01:17:36 -0700] [Job 36] tail process done writing data to STDOUT
D [19/Aug/2004:01:17:36 -0700] [Job 36] KID4 finished
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%BeginResource: font FBHHAI+Swiss721BT-Italic
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%BeginResource: font FBHHCJ+Swiss721BT-BlackExtended
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%BeginResource: font FBHHCL+Swiss721BT-BoldCondensed
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%BeginResource: font FBHHEO+Swiss721BT-BoldItalic
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%BeginResource: font FBHHGA+Humanist521BT-Roman
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%EndResource
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%PageTrailer
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%EndPage
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%Page: 2 2
D [19/Aug/2004:01:17:36 -0700] [Job 36] pw = 576.0, pl = 763.2
D [19/Aug/2004:01:17:36 -0700] [Job 36] PageLeft = 18.0, PageRight = 594.0
D [19/Aug/2004:01:17:36 -0700] [Job 36] PageTop = 777.6, PageBottom = 14.4
D [19/Aug/2004:01:17:36 -0700] [Job 36] PageWidth = 612.0, PageLength = 792.0
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%BeginPageSetup
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%EndPageSetup
D [19/Aug/2004:01:17:36 -0700] [Job 36]
D [19/Aug/2004:01:17:36 -0700] [Job 36] -----------
D [19/Aug/2004:01:17:36 -0700] [Job 36] New page:  2 2
D [19/Aug/2004:01:17:36 -0700] [Job 36] Inserting option code into "PageSetup" section.
D [19/Aug/2004:01:17:36 -0700] [Job 36] Found:
D [19/Aug/2004:01:17:36 -0700] [Job 36] %%Page: 2 2
D [19/Aug/2004:01:17:36 -0700] [Job 36] --> Output goes to the FIFO buffer now.
D [19/Aug/2004:01:17:36 -0700] [Job 36]
D [19/Aug/2004:01:17:36 -0700] [Job 36]
D [19/Aug/2004:01:17:36 -0700] [Job 36] Found: %%BeginPageSetup
D [19/Aug/2004:01:17:36 -0700] [Job 36] Found: %%EndPageSetup
D [19/Aug/2004:01:17:36 -0700] [Job 36] End of page header
D [19/Aug/2004:01:17:36 -0700] [Job 36] Stopping search for page header options
D [19/Aug/2004:01:17:36 -0700] [Job 36] Found:
D [19/Aug/2004:01:17:36 -0700] [Job 36] 4.95605 5.466 3.31604 4.80606 2.21603 5.24597 5.466 ] pdfxs
D [19/Aug/2004:01:17:36 -0700] [Job 36] --> Output goes directly to the renderer now.
D [19/Aug/2004:01:17:36 -0700] [Job 36]
D [19/Aug/2004:01:17:36 -0700] [Job 36] Process dying with "Possible error on renderer command line or PostScript error. Check options.", exit stat: 3
D [19/Aug/2004:01:17:36 -0700] [Job 36] Possible error on renderer command line or PostScript error. Check options.
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%PageTrailer
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%EndPage
D [19/Aug/2004:01:17:36 -0700] [Job 36] 0 %%Trailer
D [19/Aug/2004:01:17:36 -0700] [Job 36] Saw Trailer!
D [19/Aug/2004:01:17:36 -0700] [Job 36] Saw EOF!
D [19/Aug/2004:01:17:36 -0700] [Job 36]
D [19/Aug/2004:01:17:36 -0700] [Job 36] Closing renderer
D [19/Aug/2004:01:17:36 -0700] [Job 36] KID4 exited with status 0
D [19/Aug/2004:01:17:36 -0700] [Job 36] KID3 exited with status 3
D [19/Aug/2004:01:17:36 -0700] [Job 36] Renderer exit stat: 3
D [19/Aug/2004:01:17:36 -0700] [Job 36] Renderer process finished
D [19/Aug/2004:01:17:36 -0700] [Job 36] Killing process 13277 (KID3)
D [19/Aug/2004:01:17:36 -0700] [Job 36] Process dying with "Error closing renderer", exit stat: 3
D [19/Aug/2004:01:17:36 -0700] [Job 36] Error closing renderer
E [19/Aug/2004:01:17:36 -0700] PID 13274 stopped with status 3!
D [19/Aug/2004:01:17:36 -0700] [Job 36] Connected on ports 515 (local 0)...
D [19/Aug/2004:01:17:36 -0700] [Job 36] lpd_command 02 lp0
D [19/Aug/2004:01:17:36 -0700] [Job 36] Sending command string (5 bytes)...
D [19/Aug/2004:01:17:36 -0700] [Job 36] Reading command status...
D [19/Aug/2004:01:17:36 -0700] [Job 36] lpd_command returning 0
D [19/Aug/2004:01:17:36 -0700] [Job 36] Control file is:
D [19/Aug/2004:01:17:36 -0700] [Job 36] Hp133
D [19/Aug/2004:01:17:36 -0700] [Job 36] Proot
D [19/Aug/2004:01:17:36 -0700] [Job 36] JAcroKBb7u1
D [19/Aug/2004:01:17:36 -0700] [Job 36] ldfA275p133
D [19/Aug/2004:01:17:36 -0700] [Job 36] UdfA275p133
D [19/Aug/2004:01:17:36 -0700] [Job 36] NAcroKBb7u1
D [19/Aug/2004:01:17:36 -0700] [Job 36] lpd_command 02 60 cfA275p133
D [19/Aug/2004:01:17:36 -0700] [Job 36] Sending command string (15 bytes)...
D [19/Aug/2004:01:17:36 -0700] [Job 36] Reading command status...
D [19/Aug/2004:01:17:36 -0700] [Job 36] lpd_command returning 0
D [19/Aug/2004:01:17:36 -0700] [Job 36] lpd_command 03 138 dfA275p133
D [19/Aug/2004:01:17:36 -0700] [Job 36] Sending command string (16 bytes)...
D [19/Aug/2004:01:17:36 -0700] [Job 36] Reading command status...
D [19/Aug/2004:01:17:36 -0700] [Job 36] lpd_command returning 0
D [19/Aug/2004:01:17:36 -0700] UpdateJob: job 36, file 0 is complete.
D [19/Aug/2004:01:17:36 -0700] CancelJob: id = 36
D [19/Aug/2004:01:17:36 -0700] StopJob: id = 36, force = 0
D [19/Aug/2004:01:17:36 -0700] StopJob: printer state is 3
D [19/Aug/2004:01:17:37 -0700] AcceptClient: 9 from localhost:631.
D [19/Aug/2004:01:17:37 -0700] ReadClient() 9 POST /printers/ HTTP/1.1
D [19/Aug/2004:01:17:37 -0700] ProcessIPPRequest: 9 status_code=1
D [19/Aug/2004:01:17:37 -0700] CloseClient() 9
D [19/Aug/2004:01:17:37 -0700] AcceptClient: 9 from localhost:631.
D [19/Aug/2004:01:17:37 -0700] ReadClient() 9 POST /classes/ HTTP/1.1
D [19/Aug/2004:01:17:37 -0700] ProcessIPPRequest: 9 status_code=1
D [19/Aug/2004:01:17:37 -0700] CloseClient() 9
D [19/Aug/2004:01:17:37 -0700] AcceptClient: 9 from localhost:631.
D [19/Aug/2004:01:17:37 -0700] ReadClient() 9 POST /printers/ HTTP/1.1
D [19/Aug/2004:01:17:37 -0700] ProcessIPPRequest: 9 status_code=1
D [19/Aug/2004:01:17:37 -0700] CloseClient() 9
D [19/Aug/2004:01:17:37 -0700] AcceptClient: 9 from localhost:631.
D [19/Aug/2004:01:17:37 -0700] ReadClient() 9 POST / HTTP/1.1
D [19/Aug/2004:01:17:37 -0700] ProcessIPPRequest: 9 status_code=1
D [19/Aug/2004:01:17:37 -0700] CloseClient() 9

Thanks again,

Des
-- 

Des Dougan, Principal
Dougan Consulting Group

Ph: 604-980-2848       Email: des at DouganConsulting dot com     

	www.DouganConsulting.com

Design - Implementation - Support

___________________________________________________
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.




More information about the kde mailing list