Linux MS DOS discussions
 help / color / mirror / Atom feed
* lpr: unable to print file: client-error-document-format-not-supported
@ 2002-06-09  0:12 jonsky
  2002-06-09 14:58 ` Stephen Lee
  0 siblings, 1 reply; 4+ messages in thread
From: jonsky @ 2002-06-09  0:12 UTC (permalink / raw)
  To: linux-msdos

Hi guys,

I've tried to print onto console to print some file and its works fine 
and  i've tried to print from dosemu using dir > prn works also but using 
the clipper compiled application to print report no luck. When i look at 
the boot.log i saw ;

lpr: unable to print file: client-error-document-format-not-supported

Is it the LINEFEED and EOF Marks?

Any suggestion how to go about it?

Jonsky


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lpr: unable to print file: client-error-document-format-not-supported
  2002-06-09  0:12 lpr: unable to print file: client-error-document-format-not-supported jonsky
@ 2002-06-09 14:58 ` Stephen Lee
  2002-06-10 18:35   ` jonsky
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Lee @ 2002-06-09 14:58 UTC (permalink / raw)
  To: jonsky; +Cc: dosemu

On Sat, 2002-06-08 at 17:12, jonsky wrote:
> Hi guys,
> 
> I've tried to print onto console to print some file and its works fine 
> and  i've tried to print from dosemu using dir > prn works also but using 
> the clipper compiled application to print report no luck. When i look at 
> the boot.log i saw ;
> 
> lpr: unable to print file: client-error-document-format-not-supported
> 
> Is it the LINEFEED and EOF Marks?
> 
> Any suggestion how to go about it?

Does the Clipper application generate plain text or is it expecting to
print to a specific printer type like pcl (eg HP)? Normally your
underlying printing system will identify the kind of print output and
use the correct filter to convert it to something the printer
understands (eg. ps->pcl). Be sure you have that part setup correctly. I
use CUPS and so the whole process is almost trivial.

What happens if your create a "raw" printer (ie. no print filter) and
print to that instead? Note that this will only work if your clipper
application outputs in a format the printer itself can understand.

Stephen

Stephen



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lpr: unable to print file: client-error-document-format-not-supported
  2002-06-09 14:58 ` Stephen Lee
@ 2002-06-10 18:35   ` jonsky
  2002-06-11  1:04     ` jonsky
  0 siblings, 1 reply; 4+ messages in thread
From: jonsky @ 2002-06-10 18:35 UTC (permalink / raw)
  To: Stephen Lee; +Cc: linux-msdos

At 07:58 AM 6/9/02 -0700, you wrote:
>On Sat, 2002-06-08 at 17:12, jonsky wrote:
> > Hi guys,
> >
> > I've tried to print onto console to print some file and its works fine
> > and  i've tried to print from dosemu using dir > prn works also but using
> > the clipper compiled application to print report no luck. When i look at
> > the boot.log i saw ;
> >
> > lpr: unable to print file: client-error-document-format-not-supported
> >
> > Is it the LINEFEED and EOF Marks?
> >
> > Any suggestion how to go about it?
>
>Does the Clipper application generate plain text or is it expecting to
>print to a specific printer type like pcl (eg HP)? Normally your
>underlying printing system will identify the kind of print output and
>use the correct filter to convert it to something the printer
>understands (eg. ps->pcl). Be sure you have that part setup correctly. I
>use CUPS and so the whole process is almost trivial.
>
>What happens if your create a "raw" printer (ie. no print filter) and
>print to that instead? Note that this will only work if your clipper
>application outputs in a format the printer itself can understand.
>
>Stephen
Hi Stephen,

Actually cups was setup on the client computer (the one uses dosemu 1.0.2.1 
and clipper) and it prints to windows printer via smb. I use ppd-o-matic to 
generate ppd for epson fx1170 at linuxprinting.org. I've tried to configure 
using existing drivers and drivers form cups-drivers it doesn't print well 
until i got the ppd anyhow, the clipper prints in a plain text format. i 
will try the raw printer.

Regards,

Jonsky


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lpr: unable to print file: client-error-document-format-not-supported
  2002-06-10 18:35   ` jonsky
@ 2002-06-11  1:04     ` jonsky
  0 siblings, 0 replies; 4+ messages in thread
From: jonsky @ 2002-06-11  1:04 UTC (permalink / raw)
  To: linux-msdos

At 11:35 AM 6/10/02 -0700, you wrote:
>At 07:58 AM 6/9/02 -0700, you wrote:
>>On Sat, 2002-06-08 at 17:12, jonsky wrote:
>> > Hi guys,
>> >
>> > I've tried to print onto console to print some file and its works fine
>> > and  i've tried to print from dosemu using dir > prn works also but using
>> > the clipper compiled application to print report no luck. When i look at
>> > the boot.log i saw ;
>> >
>> > lpr: unable to print file: client-error-document-format-not-supported
>> >
>> > Is it the LINEFEED and EOF Marks?
>> >
>> > Any suggestion how to go about it?
>>
>>Does the Clipper application generate plain text or is it expecting to
>>print to a specific printer type like pcl (eg HP)? Normally your
>>underlying printing system will identify the kind of print output and
>>use the correct filter to convert it to something the printer
>>understands (eg. ps->pcl). Be sure you have that part setup correctly. I
>>use CUPS and so the whole process is almost trivial.
>>
>>What happens if your create a "raw" printer (ie. no print filter) and
>>print to that instead? Note that this will only work if your clipper
>>application outputs in a format the printer itself can understand.
>>
>>Stephen
>Hi Stephen,
>
>Actually cups was setup on the client computer (the one uses dosemu 
>1.0.2.1 and clipper) and it prints to windows printer via smb. I use 
>ppd-o-matic to generate ppd for epson fx1170 at linuxprinting.org. I've 
>tried to configure using existing drivers and drivers form cups-drivers it 
>doesn't print well until i got the ppd anyhow, the clipper prints in a 
>plain text format. i will try the raw printer.
>
>Regards,
>
>Jonsky

I've tried raw it prints with any kind of  document the same thing, other 
than application running on dosemu. The file contains ^M^R or ^M^O at the 
beginning of the file and ^L^M at the end of the file.

Regards,

Jonathan


>-
>To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-06-11  1:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-09  0:12 lpr: unable to print file: client-error-document-format-not-supported jonsky
2002-06-09 14:58 ` Stephen Lee
2002-06-10 18:35   ` jonsky
2002-06-11  1:04     ` jonsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox