Custom Query (29 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 29)

1 2 3 4 5 6 7 8 9 10
Ticket Resolution Summary Owner Reporter
#21 invalid eCS Printer Manager Alex Taylor diver
Description

The eCS Printer Manager lacks (imho) the possibility to create a PDF writer. Having the possibility to create a PDF writer (pmpdf or ePDF) the same way as we create other writers would really help a lot. Also for customer support.

#5 fixed pdftops does not work: can not print pdfs bart estellnb
Description

Trying to print a rexx manual with cups I get the following error: job stopped: pdftops program could not be executed.

It claims the file wouldn`t be there but it is:

Directory of C:\cups\lib\cups\filter\pdftops.exe

31.08.11 18.25 10.624 0 pdftops.exe

download URL of used pdf: ​http://www.redbooks.ibm.com/abstracts/gg244199.html?Open

#6 fixed installation script of cups-base-1_4_8.wpi uses wrong LIBPATH bart estellnb
Description

cups-base-1_4_8.wpi always tries to search for dlls in the first line of config.sys that contains the word LIBPATH= even if it is a line commented out with rem. I have corrected the issue by adding the following line 2 to the installation script:

1: DO i = 1 TO match.0 2: IF left(strip(match.i),length('LIBPATH='))=='LIBPATH=' THEN DO 3: PARSE UPPER VAR match.i 'LIBPATH=' _lpath 4: IF _lpath <> THEN LEAVE 5: END 6: END

Futhermore I had to crop the optional package dependency with no 99 (error message: invalid package dep. no or similar)

1 2 3 4 5 6 7 8 9 10
Note: See TracQuery for help on using queries.