Detect the clients type of printer, either laser or dot matrix

Is there a way to obtain the clients printer whether it is laser-printer or a dot matrix?
I will appreciate any answers, sample programs, & suggestions. Thank you.

Hi,
The ("Windows side" of an) Intel Mac would act in the same way a PC (without a built-in parallel or serial port) does. You would need an appropriate USB to (usually) parallel adapter. With the new hardware added, you would choose the printer in Windows. Printing is then possible from within a program running under Windows.
Normally, a dot matrix printer is used only for special purposes (e.g., for multiple copy forms). If this is not the case, there are alternatives. I can understand if you do not wish to use an inkjet printer, but a (black and white) laser printer would probably be a much better solution. Many laser printers (USB and/or network models) work with both Mac OS X and Windows.
Jan

Similar Messages

  • Smartforms: Printer incompatibility (Laser to Dot matrix)

    Dear all
    I have developed one smartforms(zforms and zdriver prog) and configured that in NACE and i m printing from
    VF03 for laser printer & the o/p is superb.
    But my client still uses  Dot matrix printer(PARTS1)
    and while selecting that printer , i found somewhat disturbed o/p in Preview also and boxes dont appear at all( & few @ char is getting printed)  in the printout copies .
    My BASIS has done the setup in SPAD but still struggling , where i m going wrong ?
        PLz help............................?
    Thnx
    Moni
    Message was edited by: md monirujjaman

    Dear Moni,
    Most all of the Panasonic Dot Matrix printers support two different printer languages (IBM Proprinter and an Epson language - FX for 9 wire matrix printers, LQ for 24 wire matrix printers). The active language is configured through the setup routine of the printer itself by pressing certain buttons.
    I installed the KX-P1150 driver on my Windows XP PC and then printed a web page through it because I knew this would force the print driver to enter graphics mode. I found that this driver was sending Epson based printer control commands. If it happened that the KX-P1150, which received this information, was set to its IBM Proprinter III emulation, most graphic based commands would not be understood.
    In your case, the @ being printed instead of the graphically generated box draw characters suggests that you might have a printer language mismatch between the Windows driver receiving the SAP Smartforms input and the language currently selected within the target printer itself.
    I would suggest as a first step verifying that the printer is in its Epson emulation and then trying a print test again. If you still have trouble, I would agree with the other poster who mentioned you should then look into re-checking the SPAD configuration.
    HTH
    Best Regards,
    /Paul

  • How to change the paper type in printer settings?

    Does anyone know how to change the paper type in printer settings?  I'm trying to have the ability to change it to photo paper from Photoshop Elements.  I can't find the option in printer settings or through Elements.  I'm assuming I could save an additional printer setting for photo printing, but can't find how to even select a different paper type.
    thanks!

    It would help to know which OS you are running as the answer will be different if it's Lion or the previous OS's. You are not running iOS 5.0.1 on your MacBook Pro so provide the correct information.

  • How to list printers on the client machine to print the documents in ADF

    Hi,
    I have a requirement to print multiple documents stored on the server. I am trying to find out how to list the printers or get a default printer on the client machine and print the documents using ADF.
    Thanks
    Sukarna

    I tried that solution. but I am not getting any printer list.
    public void printDocument(ActionEvent actionEvent){
    BindingContainer bindings =
    BindingContext.getCurrent().getCurrentBindingsEntry();
    PrintService[] service = PrintServiceLookup.lookupPrintServices(null, null);
    if (service.length == 0){
    JOptionPane.showMessageDialog(null, "No Printer Selected");
    The printer Service is not returing any data.
    Thanks
    Sukarna
    Edited by: 911653 on Oct 5, 2012 9:01 AM

  • How do I detect the data type of a node?

    Hello all,
    I have a few quick questions about using Schema with XDK. I hope someone can answer this for me.
    1) How do I detect the datatype of a node? I need to be able to detect if it is date/time, number or boolean
    2) How do I then parse the string into date, number, etc. ?
    3) Does Oracle SOAP also support this kind of thing? (ie. detecting the data type of a node and then parsing it?)
    4) Does XDK support inline schema?
    thanks in advance!

    Thanks for the response.
    So are you saying that it is not possible or not easy to detect the typed value data type of a node? In past years, I have had experience with converting based on what looks like a number and it is impossible to safely assume something is a number just because it looks like one. For example a Product ID could be: 14E1 which many routines would detect as a scientific notation number. This is why I need to be able to detect the data type.
    But I am no Schema expert, but my understanding of schema is that simple types have standard designations. I think it is something like xsd:string or xsd:number, etc. But no matter what parser I look at them all seem to be implemented the same way and I can't figure out with any of them how to detect the datatype and then parse it appropriately. But it should be possible since it is written into the schema.
    Since I'm using Jdev I'm hoping that the Oracle XDK can do this, if not does anyone know of any good parsers that can? I'm having trouble even locating validating parsers. Aside from Oracles all I could find were IBMs and Xerces which both seem to be based on the same thing anyhow.
    Help or pointers in the right direction would be much appreciated since I have been struggling with this seemingly simple task for a long time.

  • Laser and dot matrix printer

    Hi ,
    I have developed delivery note using smartforms when i see print preview of this form giving logical destination laser printer it is coming fine and print is also good. but as my client wants to take the form print both on laser and dot matrix so when i am giving logical destination as dotmatrix printer if i see print preview then the total settings are disturbed like boxes and also in print the box lines are not printing.
    what i have to do to get good printout on both the printers.
    thanks in advance.

    Best idea to print your script on both dot matrix and laser printer is, create one table and allow user for maintainance, now before print preview go and check this customized table(using subroutines) and if laser printer, print all boxes... if on dot matrix remove what all lines not supported on dot matrix printer.
    EX:
    Go and fetch printer name from customized table,
    IF printer = 'LASER'
    ***Draw boxes
    ***LINEITEMS
    ELSEIF printer = 'Dot matrix'
    ***LINEITEMS.
    ENDIF.
    Regards,
    Sairam

  • Pritn to Laser and Dot Matrix

    Hi
    Our client need the functionality to print a invoice to a Laser and Dot Matrix at the same time. The Dot Matrix copy will be for the customer and the laser copy will be printed with barcode for filing purposes. Does anyone knows if this is possible. What we thought of is to use the functionality to create a pdf when adding a invoice SBO and then have a utility to scan the attachement folder and all new document must be picked and printed. Does anyone know where can we find something like this? Thanks

    Hi Lindsay
    I haven't test this scenario .may be it can help you.
    So far it is a tough job to do what you have request .
    What I am thinking is
    Go to Administration --System initialization -->Print preference -->A/r invoice --Print when adding document .
    This will print to the default .
    Then , You can print A/R invoice using print command and select printer you like to print .
    So that it looks like one time print even though you are printing two times.
    Hope this helps
    Bishal

  • Re : how to print report output in DOT MATRIX printer

    Hai
           how to print report output in DOT MATRIX printer.
    Thanks
    mani

    Check this
    [http://help.sap.com/saphelp_nw04/helpdata/en/90/78f078030211d399b90000e83dd9fc/frameset.htm]
    also check the SAP Note 129581

  • Unable to print euro symbol in dot matrix printer

    i am unable to print euro symbol in dot matrix printer from abap list. whereas it is printed as '#'  symbol instead of euro.
    my sap product is ECC 6.0
    regards
    mohanraj

    Check this
    [http://help.sap.com/saphelp_nw04/helpdata/en/90/78f078030211d399b90000e83dd9fc/frameset.htm]
    also check the SAP Note 129581

  • How to Change the Font Type for Printing Pocket Address Book?

    I am new to the Mac and was entering in my contact info into the Address Book in hope of creating a Pocket Address Book (PAB). When I attempt to print out the PAB the default font is courier. When I click on "set" and access other font types, sizes, etc., I can't seem to find a way to apply or save the font type that I choose. In short, it stays as courier. I found an archived thread in a forum that suggests to validate the font I want - which I did and it was already validated - and otherwise I cannot seem to change it from courier. Any help on how to get the font I select to be applied instead of courier would be GREATLY appreciated!

    You can also change it using the UIManager:
    UIManager.put("OptionPane.foreground", Color.red);
    UIManager.put("OptionPane.messageForeground", Color.red);
    For a complete list of all properties you can change for each component check out this program:
    http://www.discoverteenergy.com/files/ShowUIDefaults.java

  • Choosing the paper type when Printing to Canon S9000

    How do I choose the paper-type setting from the print options menu?
    The Canon OS X manual speaks about a pull down menu which allows for selection of "quality and media."
    I am finding options for printer choice, rendering, layout, print image etc, but nothing that allows me to choice glossy photo paper vs. matte, et al.
    I have also downloaded a canon software update without noticeable difference.
    Am I missing something obvious here?
    Thanks.

    Thanks for your response. I am accessing the print menu and subsequent options, but what I see is a window in which the correct printer is selected then below it is a section for choosing layout, then one for margins, rendering, image adjustments, image options. Everything but quality and media.
    If I futz around in I Photo I do see a limited paper choice option from a pull down, so I assume I am still missing something in Aperture itself.
    Thanks.

  • DB_ENV- set_rpc_server and the "CLIENT" type

    Working in the python bindings, I have found "DB_ENV->set_rpc_server()". It has an optional parameter of type "CLIENT". Where is "CLIENT" defined?.

    Hi,
    CLIENT is part of the underlying RPC interface. See the manual page for "clnt_create" on most Unix systems for that documentation. Setting this parameter can give applications some more control (particularly over the communication protocol used to connect to the RPC server).
    In almost all cases, C applications pass NULL for the CLIENT parameter and allow Berkeley DB to create it internally. We have not exposed this parameter in other language APIs (e.g., Java or Perl).
    Regards,
    Michael Cahill, Oracle.

  • My printer will not detect the alignment page and prints out poorly?

    My printers scanner will not detect the alignment and prints our poorly? Help!

    Please read this post then provide some details.  What printer model? What operating system? Are black and color properly printing on the alignment page?
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • How to set the dimension of main page windows for std dot matrix printer

    Hi All,
    I have to print a form in a pre- printed form which is coming from the standard dot matrix printer( 80 column).
    In the Sap script how i will define the dimensions of main page window .
    The printer is in US .  How i can sets the page dimensions .
    reward point will be provided.
    Regards

    Change SEQUENCE = "213" to SEQUENCE = "218" in the Task ID Field component. That will solve the issue.
    --Shiv                                                                                                                                                                                                                               

  • Printing datagrid to a dot matrix printer

    I am creating a flex app that'll print the contents of a
    datagrid to a dotmatrix printer connected to the lpt1 port.
    any ideas on if that possible/how?
    thanks a ton for the help!

    "Technocrippled" <[email protected]> wrote
    in message
    news:gjton7$eop$[email protected]..
    >i dont have a dot matrix printer with me here, and the
    application is meant
    >to
    > be used elsewhere.
    >
    > i read that dot matrix printing requires a completely
    different approach,
    > and
    > pdfs' and other such outputs cannot be printed on it.
    especially bill
    > printers.
    >
    > do tell me i am wrong!
    That would probably be handled by the printer drivers
    themselves. If they
    can't do it, there's not much you can do to make them.

Maybe you are looking for

  • Xorg 1.8 upgrade and no keyboard/mouse [solved]

    Well I took the plunge and did a Suy for the 1st time in 6 months or so today... all went well but I have no keyboard or mouse. I have read all the info on the modular configs and opted to stick with my original xorg.conf. Below are my xorg.conf and

  • Not seeing Apple TV 1st gen in iTunes

    I am connected on my guest network because I cannot remember the passord for my main network.  Don't know if that could be a problem, but when I went to try to figure out the original password I can't even figure out where to go on my iMac to try and

  • Backing up music and playlists to external hard drive.

    Hi all. I am a DJ and use computer software to play my music. I have a mac at home which has all of my music on which is completely organized with track images and playlists. When I imported all of my music from various locations such as other hard d

  • Can't seem to get apache to start up... [SOLVED]

    I try to invoke Apache using 'httpd' as my command and I get the following: xelados@sporkbox:/etc/httpd/conf$ httpd (13)Permission denied: make_sock: could not bind to address [::]:80 (13)Permission denied: make_sock: could not bind to address 0.0.0.

  • Use of Function Module "FI_POSTINGS_ALV"

    Hi ! In my report i have used FM FI_POSTINGS_ALV. Even i am displaying the data through this FM. When it is displaying all the fields with data and without data are displaying. In this FM, Tables tab t_fields_hdr and t_fields_lines are there. I think