discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Printing Postscript Data


From: Stefan Kleine Stegemann
Subject: Re: Printing Postscript Data
Date: Fri, 06 Aug 2004 22:23:37 +0200


Hi again,

<snip>

@interface NSPrinter (DirectSpooling)
+(BOOL)        canPrinterNamed: (NSString*) printerName
       directlyPrintFileOfType: (NSString*) type;

+(BOOL) directlyPrintFileAtPath: (NSString*) filePath
                 ofType: (NSString*) type
         toPrinterNamed: (NsString*) printerName;

-(BOOL) directlyPrintFileAtPath: (NsString*) filePath
                   ofType: (NSString*) type

+(BOOL) canDirectlyPrintFileOfType: (NSString*) type;
@end


Or something similar
Maybe it would be better to use NSData objects? That way i won't
have to write the ps-data to a file previously. On the other hand,
the NSData object could be rather big ...

greets
Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]