PC Review


Reply
Thread Tools Rate Thread

Cannot print 132 columns!

 
 
Charles Lavin
Guest
Posts: n/a
 
      1st Feb 2005
Hi --

I need to set up an HP DeskJet printer to print text-only, 132-column
reports from a legacy app. The printer is connected to the PC's parallel
port.

I created a new printer using the Generic/Text Only driver. A test page
confirms that the printer is printing in text-only mode, albeit only 80
columns wide and in 10-pitch.

I then went to the Printer Commands tab in the printer's Properties sheet
and entered the PCL commands to set the line printer (16.6-pitch) font:

Begin Print Job: <1B>(s16.66H<1B>&k6.76H

Now, when I send a job to this printer, the job prints in 17-pitch -- but
still only prints 80 columns! Every line is truncated, and I'm missing the
rightmost one-third of the report.

How do I get this to properly print 132 columns?

Thanks,
CL



 
Reply With Quote
 
 
 
 
Davide Guolo
Guest
Posts: n/a
 
      1st Feb 2005
Dear Mr. Charles Lavin,

> I need to set up an HP DeskJet printer to print text-only, 132-column
> reports from a legacy app. The printer is connected to the PC's parallel
> port.


you may want to have a look at Printfil which allows your legacy app. to
print to the Windows printer by using its Windows driver (with many extras)

More info and a free trial is available for download at our web site

Kind regards,
Davide Guolo
--------------------------------------------------------------
Printfil - Windows Printing System for Applications
http://www.guolo.com/printfil
Odbc4All - Connection to ODBC Data Sources for any Application
http://www.guolo.com/odbc4all
--------------------------------------------------------------


 
Reply With Quote
 
Charles Lavin
Guest
Posts: n/a
 
      2nd Feb 2005
Thanks for the information. But all I need is for a terminal emulator to
properly print to an HP printer in text mode what it receives through a
slave print request. I'm not looking to modify the app, which is on a Unix
system.
"Davide Guolo" <(E-Mail Removed)> wrote in message
news:_oTLd.11352$(E-Mail Removed)...
> Dear Mr. Charles Lavin,
>
>> I need to set up an HP DeskJet printer to print text-only, 132-column
>> reports from a legacy app. The printer is connected to the PC's parallel
>> port.

>
> you may want to have a look at Printfil which allows your legacy app. to
> print to the Windows printer by using its Windows driver (with many
> extras)
>
> More info and a free trial is available for download at our web site
>
> Kind regards,
> Davide Guolo
> --------------------------------------------------------------
> Printfil - Windows Printing System for Applications
> http://www.guolo.com/printfil
> Odbc4All - Connection to ODBC Data Sources for any Application
> http://www.guolo.com/odbc4all
> --------------------------------------------------------------
>
>



 
Reply With Quote
 
Hal Hostetler [MVP-S/U]
Guest
Posts: n/a
 
      2nd Feb 2005
Try setting the paper selection to "US STD Fanfold". I have no idea if
this will work or not, however, this type of paper is for "132 column"
printing, so the driver shouldn't truncate at 80 columns. The driver
doesn't "know" about your added printer command string, but the fanfold
paper selection (14.8 x 11 inches) might "con" the driver into printing full
width.

Had
--
Hal Hostetler, CPBE -- (E-Mail Removed)
Senior Engineer/MIS -- MS MVP-S/U -- WA7BGX
http://www.kvoa.com -- "When News breaks, we fix it!"
KVOA Television, Tucson, AZ. NBC Channel 4
Still Cadillacin' - www.badnewsbluesband.com

"Charles Lavin" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi --
>
> I need to set up an HP DeskJet printer to print text-only, 132-column
> reports from a legacy app. The printer is connected to the PC's parallel
> port.
>
> I created a new printer using the Generic/Text Only driver. A test page
> confirms that the printer is printing in text-only mode, albeit only 80
> columns wide and in 10-pitch.
>
> I then went to the Printer Commands tab in the printer's Properties sheet
> and entered the PCL commands to set the line printer (16.6-pitch) font:
>
> Begin Print Job: <1B>(s16.66H<1B>&k6.76H
>
> Now, when I send a job to this printer, the job prints in 17-pitch -- but
> still only prints 80 columns! Every line is truncated, and I'm missing the
> rightmost one-third of the report.
>
> How do I get this to properly print 132 columns?
>
> Thanks,
> CL
>
>
>



 
Reply With Quote
 
Charles Lavin
Guest
Posts: n/a
 
      2nd Feb 2005
Thanks. That worked. Or something similar did ... I created a new paper
type.

I wasn't expecting the text-only driver to be forms-capable...


CL

"Hal Hostetler [MVP-S/U]" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Try setting the paper selection to "US STD Fanfold". I have no idea if
> this will work or not, however, this type of paper is for "132 column"
> printing, so the driver shouldn't truncate at 80 columns. The driver
> doesn't "know" about your added printer command string, but the fanfold
> paper selection (14.8 x 11 inches) might "con" the driver into printing
> full width.
>
> Had
> --
> Hal Hostetler, CPBE -- (E-Mail Removed)
> Senior Engineer/MIS -- MS MVP-S/U -- WA7BGX
> http://www.kvoa.com -- "When News breaks, we fix it!"
> KVOA Television, Tucson, AZ. NBC Channel 4
> Still Cadillacin' - www.badnewsbluesband.com
>
> "Charles Lavin" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi --
>>
>> I need to set up an HP DeskJet printer to print text-only, 132-column
>> reports from a legacy app. The printer is connected to the PC's parallel
>> port.
>>
>> I created a new printer using the Generic/Text Only driver. A test page
>> confirms that the printer is printing in text-only mode, albeit only 80
>> columns wide and in 10-pitch.
>>
>> I then went to the Printer Commands tab in the printer's Properties sheet
>> and entered the PCL commands to set the line printer (16.6-pitch) font:
>>
>> Begin Print Job: <1B>(s16.66H<1B>&k6.76H
>>
>> Now, when I send a job to this printer, the job prints in 17-pitch -- but
>> still only prints 80 columns! Every line is truncated, and I'm missing
>> the
>> rightmost one-third of the report.
>>
>> How do I get this to properly print 132 columns?
>>
>> Thanks,
>> CL
>>
>>
>>

>
>



 
Reply With Quote
 
Davide Guolo
Guest
Posts: n/a
 
      3rd Feb 2005
Dear Mr. Charles Lavin,

> Thanks for the information. But all I need is for a terminal emulator to
> properly print to an HP printer in text mode what it receives through a
> slave print request. I'm not looking to modify the app, which is on a Unix
> system.


I'm glad to see you already found a solution to your problem, anyway, if you
wish to take advantage of the mentioned extras, you can use Printfil on the
Windows machine also to print your Unix generated reports, without the need
for modify the Unix app. on the remote system.
If you need more info feel free to write to my private e-mail address.

Kind regards,
Davide Guolo
--------------------------------------------------------------
Printfil - Windows Printing System for Applications
http://www.guolo.com/printfil
Odbc4All - Connection to ODBC Data Sources for any Application
http://www.guolo.com/odbc4all
--------------------------------------------------------------



 
Reply With Quote
 
Vincent Derrien
Guest
Posts: n/a
 
      28th Feb 2005
I've the same problem as you but I don't find how to create a new paper
for Generic/Text driver.

How have you made this ?

Charles Lavin a écrit :
> Thanks. That worked. Or something similar did ... I created a new paper
> type.
>
> I wasn't expecting the text-only driver to be forms-capable...
>
>
> CL
>
> "Hal Hostetler [MVP-S/U]" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>
>>Try setting the paper selection to "US STD Fanfold". I have no idea if
>>this will work or not, however, this type of paper is for "132 column"
>>printing, so the driver shouldn't truncate at 80 columns. The driver
>>doesn't "know" about your added printer command string, but the fanfold
>>paper selection (14.8 x 11 inches) might "con" the driver into printing
>>full width.
>>
>>Had
>>--
>>Hal Hostetler, CPBE -- (E-Mail Removed)
>>Senior Engineer/MIS -- MS MVP-S/U -- WA7BGX
>>http://www.kvoa.com -- "When News breaks, we fix it!"
>>KVOA Television, Tucson, AZ. NBC Channel 4
>>Still Cadillacin' - www.badnewsbluesband.com
>>
>>"Charles Lavin" <(E-Mail Removed)> wrote in message
>>news:(E-Mail Removed)...
>>
>>>Hi --
>>>
>>>I need to set up an HP DeskJet printer to print text-only, 132-column
>>>reports from a legacy app. The printer is connected to the PC's parallel
>>>port.
>>>
>>>I created a new printer using the Generic/Text Only driver. A test page
>>>confirms that the printer is printing in text-only mode, albeit only 80
>>>columns wide and in 10-pitch.
>>>
>>>I then went to the Printer Commands tab in the printer's Properties sheet
>>>and entered the PCL commands to set the line printer (16.6-pitch) font:
>>>
>>> Begin Print Job: <1B>(s16.66H<1B>&k6.76H
>>>
>>>Now, when I send a job to this printer, the job prints in 17-pitch -- but
>>>still only prints 80 columns! Every line is truncated, and I'm missing
>>>the
>>>rightmost one-third of the report.
>>>
>>>How do I get this to properly print 132 columns?
>>>
>>>Thanks,
>>>CL
>>>
>>>
>>>

>>
>>

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I print more columns underneath other columns on one page? Tyler at Creme Microsoft Excel Setup 1 29th Oct 2008 06:33 PM
How do you print just certain columns?? roger_home Microsoft Excel Misc 2 26th Mar 2006 02:34 AM
print MORE THAN 80 columns ??? lane Windows XP Print / Fax 2 28th Jan 2004 11:39 PM
Re: Print Only Columns with Sum() in Row 43 <>0 Tom Ogilvy Microsoft Excel Programming 4 30th Aug 2003 09:36 PM
Re: Print Only Columns with Sum() in Row 43 <>0 David McRitchie Microsoft Excel Programming 1 30th Aug 2003 04:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:44 AM.