Script for Form Feed controls in Dot Matrix Printer Settings - Javascript

This is a discussion on Script for Form Feed controls in Dot Matrix Printer Settings - Javascript ; Can anyone help me in using JavaScript codings for controlling Form Feed while printing in Dot Matrix Printer (continuous Stationery) with Customized Page settings? Can you list JScript - Form feed control characters in Dot Matrix Printing ? -- K. ...

+ Reply to Thread
Results 1 to 2 of 2

Script for Form Feed controls in Dot Matrix Printer Settings

  1. Default Script for Form Feed controls in Dot Matrix Printer Settings

    Can anyone help me in using JavaScript codings for controlling Form Feed
    while printing in Dot Matrix Printer (continuous Stationery) with Customized
    Page settings?

    Can you list JScript - Form feed control characters in Dot Matrix Printing ?
    --
    K. Mahendra Raj, Coimbatore


  2. Default Re: Script for Form Feed controls in Dot Matrix Printer Settings

    You should be able to print ASCII character 12 to the printer for a form feed.
    The FF character ('12' decimal, '0C' hex) may need to be followed by an ESC
    character to work properly.

    You might want to check the documentation for your printer and look at the
    ASCII tables to make sure that '12' is the FF character for your printer. It
    is for most.

    Good Luck

    Mahendra raj, Coimbatore wrote:
    >Can anyone help me in using JavaScript codings for controlling Form Feed
    >while printing in Dot Matrix Printer (continuous Stationery) with Customized
    >Page settings?
    >
    >Can you list JScript - Form feed control characters in Dot Matrix Printing ?


+ Reply to Thread

Similar Threads

  1. Looking for RSS feed script
    By Application Development in forum Javascript
    Replies: 1
    Last Post: 07-08-2007, 07:45 PM
  2. code to reset dot matrix printer
    By Application Development in forum Hardware
    Replies: 0
    Last Post: 03-06-2005, 03:04 AM
  3. LC-20 dot-matrix printer
    By Application Development in forum Hardware
    Replies: 0
    Last Post: 09-23-2004, 11:18 AM
  4. aspx web form controls and client side java script
    By Application Development in forum Javascript
    Replies: 3
    Last Post: 07-28-2004, 11:35 AM
  5. Printing on a printer with tractor feed under win32 - question
    By Application Development in forum Perl
    Replies: 0
    Last Post: 04-29-2004, 04:35 AM