Label Printer - to print a colored strip on a label

I am looking for a printer, which could print labels with color coding.
Let me explain, what I am trying to acheive..
1. I should be able to print labels, - labels of size 4 X 6 IN, or 3 X 2 IN or any sizes of label -- > the label is not colored, just like any normal label, with white background, and data being printed in black color..(this is what all intermec and zebra printers do.. )
2. Label has barcodes --> linear bar codes as well as 2D Matrix barcodes... : This could be acheived by any of the Intermec printers (PM4i or 3400E ) or Zebra Printers.
3. The label should contain a colored strip based on the content of the packing box . for eg, if it is rubber part, the label should contain a Red color strip, if plastic then yellow color, if assembly then blue and so on... A colored bar of rectangular shape, (1 cm width and 3 cm long ).
Does anyone know any Printers out in the market, which could do this 3 rd step ? (obviously along with first step and second step ).
I called Intermec and Zebra - they both dont have it...
Also, Please keep in mind that, these printer should be capable of printing these labels from SAP ---> ie, we will be calling a standard text (SO10), using the write_form, and these printer should be able to print it...
Any input, even a clue, will be of much help for me.
Thank you
Sujamol

Abhishek,
Nice to see you here. Hope things are great at your end.
Thank you for the suggestion, but that is not going to serve my purpose. That would work perfect if, you are trying to print a barcode as well as color on a normal paper A4/Letter or so.
But what I need is to print on Labels - (4 X 6 label stationery, which come as rolls,  with adhesive strip beneath it )..also, that printer should be able to print a SAP standard text - with all the Label design codes.
I had almost found one with VIPcolor, not the perfect match - but still will serve our purpose -  tis very expensive - 6500 USD - and ink should be changed for every 20000 labels !!! also tis Inkjet - so might take atleast 15 seconds for each label.. Seems none of the Thermal printers could acheive this.. 
http://www.vipcolor.com/VP2020.htm
If you see the sample label images on that printer, that is the exact one, I am trying to achieve.
This one will work perfect with Bartender, the label seign software from Seagull Scientific,   and Bartender is mysap.com approved vendor - capable of integration with SAP - we could send data from SAP in form of Idocs or just flat file, which could trigger a print..(tis a beautiful pretty decent tool).
http://www.seagullscientific.com/aspx/Products.aspx
am still shopping around for the best one. ....

Similar Messages

  • Why can I not print PDF files in color?

    Windows 7 Ultimate (x64
    Adobe Reader 10.0.11
    HP Color LaserJet CP1215
    I downloaded U.S.IRS tax Form 1040 for 2014 from Forms and Publications (PDF).  All the text is black. Much of the form has a pale green background that does not extend to the edge of the page.  There are fill-in areas that have a pale purple background.  At least that is the way the form appears when I view it on my PC. 
    When I try to print the form in color, however, all the text is white except for the word "Form" in the upper-left corner.  The green background prints as solid black.  The fill-in areas are white, which makes the white text invisible.  (When I print merely in black-and-white, the text is black, the green background is a very light gray shadow, and the fill-in areas are white.  Thus, the form looks okay.) 
    Also, if I attempt to print a PDF file that contains color images, the images print strangely.    Images are stretched horizontally and then cut off at right edge of the actual image box.  Furthermore, text is white against a background of alternating, narrow, vertical, black and white stripes.  An example is page 8 of the AVG 2015 User Manual from http://download.avgfree.com/filedir/doc/AVG_Free/avg_free_uma_en_2015_15.pdf.  (Again, printing this in black-and-white, the text is black, the background is white, and the image appears as an appropriate black-and-white approximation of the actual image.) 

    Do you have Acrobat installed? Can you open it and load a PDF? If so, select print and select the desired printer. If this does not work, then tell us the error message you get. It would help to know the OS and version of Acrobat. Air is a separate product (and I still don't know what it does, sorry).

  • Printng FOIs with labels do not hidde not visible labels when using print function

    Hello,
    when I use the print function the HTMLElement labels on a FOI object
    that are not in the visible scope are not hidden. I provided an example
    where the 'Dallas' FOI is not in the visible area and when you print it
    the circle is invisible but the label 'Dallas' is on the print out.
    The second problem is that all lables on the printout have the same
    color.
    Im using Mapviewer 11.1.1.7 and the testcase is based on a mvdemo map.
    If you use the print function you should see the problem:
    <html>
    <head>
    <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <style type="text/css">
    @media screen
    .noscreen {display: none;}
    @media print
    .noprint{display: none;}
    </style>
    <script language="Javascript" src="/mapviewer/fsmc/jslib/oraclemaps.js"></script>
    <script language=javascript>
    var mapview;
    var baseURL = "http://"+document.location.host+"/mapviewer";
    function showMap()
    mapview = new MVMapView(document.getElementById("map"), baseURL);
    mapview.addMapTileLayer(new MVMapTileLayer("mvdemo.demo_map"));
    mapview.setCenter(MVSdoGeometry.createPoint(-122.45, 37.6706,8307));
    mapview.setZoomLevel(4);
    mapview.display();
    //adds custom foi with label
    var xmlDef = '<svg width="1in" height="1in">'+
    '<g class="marker" '+
    'style="width:40;height:40;font-family:sans-serif;font-size:20pt;stroke:0xff0000;fill:0x00ff00;stroke-width:1.5">'+
    '<circle r="20"/>'+
    '</g>'+
    '</svg>';
    //var markerStyle = new MVXMLStyle("my_vector_icon_", xmlDef);
    var markerGreen = new MVStyleMarker("my_vector_icon_", "vector");
    markerGreen.setStrokeColor("ff0000");
    markerGreen.setFillColor("00ff00");   
    markerGreen.setVectorShape("c:30");
    var markerRed = new MVStyleMarker("my_vector_icon_", "vector");
    markerRed.setStrokeColor("0000FF");
    markerRed.setFillColor("ff0000");   
    markerRed.setVectorShape("c:30");
    var markerBlue = new MVStyleMarker("my_vector_icon_", "vector");
    markerBlue.setStrokeColor("ff0000");
    markerBlue.setFillColor("0000FF");   
    markerBlue.setVectorShape("c:30");
    mpoint_green = MVSdoGeometry.createPoint(-112.30, 34.73,8307);
    var v_result_green = new MVFOI("10", mpoint_green, markerGreen, null, 60, 60);
    v_result_green.setHTMLElement('Phoenix',10,10);
    mpoint_red = MVSdoGeometry.createPoint(-122.30, 37.50,8307);
    var v_result_red = new MVFOI("11", mpoint_red, markerRed, null, 60, 60);
    v_result_red.setHTMLElement('San Francisco',10,10);
    mpoint_blue = MVSdoGeometry.createPoint(-97.30, 33.50,8307);
    var v_result_blue = new MVFOI("12", mpoint_blue, markerBlue, null, 60, 60);
    v_result_blue.setHTMLElement('Dallas',10,10);
    mapview.addFOI(v_result_red);
    mapview.addFOI(v_result_blue);
    mapview.addFOI(v_result_green);
    function mapPrint()
    var a=document.getElementById("printmap");
    mapview.print(a);
    </script>
    </head>
    <body onload=javascript:showMap()>
    <div id="map" style="position:absolute;top:50px; left:10px; width:600px; height:450px;border:0px"></div>
    <div id="printmap" class="noscreen"></div>
    <p>Please click <a href="javascript:mapPrint()">here</a> to print map</p>
    </body>
    </html>

    All marker symbols (SFO, Phoenix) show up in the same color (in print) because the same name is used for all the maker styles. Change the style names and the right colors should be used in printed map.
    i.e. change the lines
    var markerGreen = new MVStyleMarker("my_vector_icon_", "vector");
    var markerRed = new MVStyleMarker("my_vector_icon_", "vector");
    var markerBlue = new MVStyleMarker("my_vector_icon_", "vector");
    to
    var markerGreen = new MVStyleMarker("my_vector_icon_g", "vector");
    var markerRed = new MVStyleMarker("my_vector_icon_r", "vector");
    var markerBlue = new MVStyleMarker("my_vector_icon_b", "vector");
    and it should be fine.

  • PIXMA MG2120 trying to print EVERY job in color

    So after a BUNCH of testing and realigning, I've found that the printer is trying to print using color. When I keep greyscale selected and even changed cartridge use to "Black Only" in the driver settings. That's when I try to print and it says "Printer will use color cartridge for this specific job." Even when the picture itself is black and white. Even when I try to print normally, nothing shows up...which LEAD me to believe it keeps trying to print in color...which is empty by the way. Not wasting an extra 30 bucks on color I'm never even going to use. Can anyone help?

    Hi technofreak,
    Although you have the printer set to print in grayscale mode, and the black only ink cartridge setting selected, if you use the duplex (double-sided) printing option, or select a paper type other than PLAIN PAPER (such as a photo paper, envelopes or labels) in the printer driver, the color ink cartridge will be used to produce the black text on the page, even if the black ink cartridge is selected.  In addition, some web pages and PDF files have coding embedded in them that will constitute the use of the color ink to produce the text on the printout, even if the black only option is selected.  In these cases, we cannot force the printer to print using only the black ink cartrdige in the unit.  
    This didn't answer your question or issue? Please call or email us using one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Paypal shipping labels will not print in Mavericks

    Ever since upgrading to Mavericks, I have had issues printing shipping labels through Paypal, specifically international labels.  They previously would either print so tiny that you couldn't read them (yes, I checked the scale of the printer), or I would continously get error messages from the printers saying it needed to use the color cartridge and it wasnt available, even though it was.  I was able to use my account with the USPS website to print most of my international labels, however I get charged more for each label this way.
    I recently updated java to version 7, update 51, and now I cant print anything through Paypal (I get an error message in the java window and it wont load anything anymore).  And, to top it off, now it wont even print through the USPS website...I have to manually download the labels and then print them.  I tried reinstalling Java but that didnt help.  Anyone else experience this or figured out a workaround?  Thanks.

    See this: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages

  • How can I get my printer to print in color? I can only print black and white

    HP Officejet 6500 E710n-z-------windowsxp      My printer will not print anything in color.   How can Iget my printer to print in color?  I can only print in black and white.    It is a new Printer and we just installed it 2 wks ago.

    I am not sure I understand ''it still will not print. ''
    If you cannot see any content on pages you printed or in print preview, the cause might be margins which are set too high.
    #In order to check the margins, we need to go to ''File'' > ''Page Setup''.
    #Once this is done, switch to the ''Margins & Header/Footer'' tab.
    #Check what's set there under ''Margins''.
    The following are the default values for ''Margins'':
    '''Right''': 12.7
    '''Top''': 12.7
    '''Left''': 12.7
    '''Bottom''': 12.7
    Check these values accordingly and change them if necessary.

  • How do i set up my e print to print in color

    How do I set up my printer to print in color   ?

    Hi,
    On my printer, I set it to print in color then it will print in color. You can do the same for your printer. Millions of them are out there, what is yours anyway ? To help us answer question quicker, please read this:
       http://h30434.www3.hp.com/t5/First-Time-Here-Learn-How-to/Welcome-Get-started-here/td-p/699035
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How can I get my network printer to print in color?

    I have a Dell 3110cn color printer on my network. Since I did the Maverick update the printer will no longer print in color only b&w. It's using a generic printer driver. I had no problems before the update. It's a great workhorse printer. How can I get this connected properly?

    Bruce777 solved this for me, thank you Bruce! My printer now works perfectly on my new wifi network!
    Bruce's  instructions, for anyone else having the same issue:
    - delete any previously set up printers
    - scrub old hp software and update software to get the hp 2.8 drivers
    - remove the usb cable from the printer if you have one connected
    - reset the printer network to hpsetup (hold down the power button and press network button 2x and then cancel 3x, release power button.)
    - print out the wireless network test report (hold down the network button and press the update button 2x). verify the network name / ssid is hsetup
    - got to sys prefs > network and change the mac wireless network to hpsetup
    - go to the sys pref > print scan
    - add the HP 8000 printer
    - click on the options and supplies button and click on the Show Printer Webpage
    - click on the networking tab > wireless in the left pane > start network wizard and change the network from hpsetup to your network
    - finish (this page may freeze up.  close the browser)
    - go back to the sys prefs and change the wireless network back to your networt
    - go to the printer and print out the wireless network test report (press network button and update button 2x).  Check that the SSID is your network
    - go to sys prefs > print scan > select your printer > options & supplies > show printer webpage > network info (check ssid and compare to wireless network test report)
    - try printing something to your printer.  It might take a little time the first print.

  • Snow Leopard prints pdf in other colors than the Illustrator CS3 design

    2 days ago I installed Snow Leopard. Yesterday I tried to print an Adobe Illustrator CS3 document that I made into a PDF. My logo which is gradient aqua and yellow prints grey, black and red. It appears fine on the screen and prints fine as an AI document. I emailed the document to my husband as a PDF and he also just installed Snow Leopard. The email pdf shows the proper colors but it prints in the same weird grey, black, red for him as well. All our old documents from years back which have my logo print in this wrong color combo. I spoke to Apple today and I printed a random Safari photo doc ( a zedonk, zebra donkey, check her out)! saved as a PDF in the proper color combo. We installed a graphics update for Illustrator but no resolution. It appears the problem might be the pdf file sent through Snow Leopard can't read the colors. Help!

    Try printing the PDF with Adobe Reader
    <http://get.adobe.com/reader/?promoid=BUIGO>

  • How to print Column Labels on each print page of an ALV report

    Hi,
    I have an ALV report which is of 10 print pages.
    I need to print Column Labels on each print page.
    How it is possible.
    Plz write the solution
    Narendra

    Hi Narendra
    try this code.
    reward pts if help.
    Deepanker.
    *& Report  ZDEMO_ALVGRID_EDIT                                          *
    *& Example of a simple ALV Grid Report                                 *
    *& The basic ALV grid, Enhanced to display specific fields as          *
    *& editable depending on field value                                   *
    REPORT  ZDEMO_ALVGRID_EDIT                 .
    TABLES:     ekko.
    TYPE-POOLS: slis.                                 "ALV Declarations
    *Data Declaration
    TYPES: BEGIN OF t_ekko,
      ebeln TYPE ekpo-ebeln,
      ebelp TYPE ekpo-ebelp,
      statu TYPE ekpo-statu,
      aedat TYPE ekpo-aedat,
      matnr TYPE ekpo-matnr,
      menge TYPE ekpo-menge,
      meins TYPE ekpo-meins,
      netpr TYPE ekpo-netpr,
      peinh TYPE ekpo-peinh,
      field_style  TYPE lvc_t_styl, "FOR DISABLE
    END OF t_ekko.
    DATA: it_ekko TYPE STANDARD TABLE OF t_ekko INITIAL SIZE 0,
          wa_ekko TYPE t_ekko.
    *ALV data declarations
    DATA: fieldcatalog TYPE slis_t_fieldcat_alv WITH HEADER LINE.
    DATA: it_fieldcat TYPE lvc_t_fcat,     "slis_t_fieldcat_alv WITH HEADER LINE,
          wa_fieldcat TYPE lvc_s_fcat,
          gd_tab_group TYPE slis_t_sp_group_alv,
          gd_layout    TYPE lvc_s_layo,     "slis_layout_alv,
          gd_repid     LIKE sy-repid.
    *Start-of-selection.
    START-OF-SELECTION.
      PERFORM data_retrieval.
      PERFORM set_specific_field_attributes.
      PERFORM build_fieldcatalog.
      PERFORM build_layout.
      PERFORM display_alv_report.
    *&      Form  BUILD_FIELDCATALOG
          Build Fieldcatalog for ALV Report
    FORM build_fieldcatalog.
      wa_fieldcat-fieldname   = 'EBELN'.
      wa_fieldcat-scrtext_m   = 'Purchase Order'.
      wa_fieldcat-col_pos     = 0.
      wa_fieldcat-outputlen   = 10.
      wa_fieldcat-emphasize   = 'X'.
      wa_fieldcat-key         = 'X'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR  wa_fieldcat.
      wa_fieldcat-fieldname   = 'EBELP'.
      wa_fieldcat-scrtext_m   = 'PO Item'.
      wa_fieldcat-col_pos     = 1.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR  wa_fieldcat.
      wa_fieldcat-fieldname   = 'STATU'.
      wa_fieldcat-scrtext_m   = 'Status'.
      wa_fieldcat-col_pos     = 2.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR  wa_fieldcat.
      wa_fieldcat-fieldname   = 'AEDAT'.
      wa_fieldcat-scrtext_m   = 'Item change date'.
      wa_fieldcat-col_pos     = 3.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR  wa_fieldcat.
      wa_fieldcat-fieldname   = 'MATNR'.
      wa_fieldcat-scrtext_m   = 'Material Number'.
      wa_fieldcat-col_pos     = 4.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR  wa_fieldcat.
      wa_fieldcat-fieldname   = 'MENGE'.
      wa_fieldcat-scrtext_m   = 'PO quantity'.
      wa_fieldcat-col_pos     = 5.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR  wa_fieldcat.
      wa_fieldcat-fieldname   = 'MEINS'.
      wa_fieldcat-scrtext_m   = 'Order Unit'.
      wa_fieldcat-col_pos     = 6.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR  wa_fieldcat.
      wa_fieldcat-fieldname   = 'NETPR'.
      wa_fieldcat-scrtext_m   = 'Net Price'.
      wa_fieldcat-edit        = 'X'. "sets whole column to be editable
      wa_fieldcat-col_pos     = 7.
      wa_fieldcat-outputlen   = 15.
      wa_fieldcat-datatype     = 'CURR'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR  wa_fieldcat.
      wa_fieldcat-fieldname   = 'PEINH'.
      wa_fieldcat-scrtext_m   = 'Price Unit'.
      wa_fieldcat-col_pos     = 8.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR  wa_fieldcat.
    ENDFORM.                    " BUILD_FIELDCATALOG
    *&      Form  BUILD_LAYOUT
          Build layout for ALV grid report
    FORM build_layout.
    Set layout field for field attributes(i.e. input/output)
      gd_layout-stylefname = 'FIELD_STYLE'.
      gd_layout-zebra             = 'X'.
    ENDFORM.                    " BUILD_LAYOUT
    *&      Form  DISPLAY_ALV_REPORT
          Display report using ALV grid
    FORM display_alv_report.
      gd_repid = sy-repid.
    call function 'REUSE_ALV_GRID_DISPLAY'
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC'
           EXPORTING
                i_callback_program      = gd_repid
               i_callback_user_command = 'USER_COMMAND'
                is_layout_lvc               = gd_layout
                it_fieldcat_lvc             = it_fieldcat
                i_save                  = 'X'
           TABLES
                t_outtab                = it_ekko
           EXCEPTIONS
                program_error           = 1
                OTHERS                  = 2.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " DISPLAY_ALV_REPORT
    *&      Form  DATA_RETRIEVAL
          Retrieve data form EKPO table and populate itab it_ekko
    FORM data_retrieval.
      SELECT ebeln ebelp statu aedat matnr menge meins netpr peinh
       UP TO 10 ROWS
        FROM ekpo
        INTO  CORRESPONDING FIELDS OF TABLE it_ekko.
    ENDFORM.                    " DATA_RETRIEVAL
    *&      Form  set_specific_field_attributes
          populate FIELD_STYLE table with specific field attributes
    form set_specific_field_attributes .
      DATA ls_stylerow TYPE lvc_s_styl .
      DATA lt_styletab TYPE lvc_t_styl .
    Populate style variable (FIELD_STYLE) with style properties
    The NETPR field/column has been set to editable in the fieldcatalog...
    The following code sets it to be disabled(display only) if 'NETPR'
    is gt than 10.
      LOOP AT it_ekko INTO wa_ekko.
        IF wa_ekko-netpr GT 10.
          ls_stylerow-fieldname = 'NETPR' .
          ls_stylerow-style = cl_gui_alv_grid=>mc_style_disabled.
                                                 "set field to disabled
          APPEND ls_stylerow  TO wa_ekko-field_style.
          MODIFY it_ekko FROM wa_ekko.
        ENDIF.
      ENDLOOP.
    endform.                    " set_specific_field_attributes
    pls reward pts is help,

  • Printing photos from iPhoto 9.5.1 on my printer yeilds garish two color prints. Exporting the photo from iPhoto to desktop then printing from Preview works fine. How can I get good prints from iPhoto?

    When printing photos in iPhoto 9.5.1 with my HP inkjet printer the multitude of colors in the photos are reduced to two, Magenta and Yellow. If the photos are exported to my desktop (MacPro) and printed from Preview, the colors in the prints are fine. How do I get iPhoto to print the colors correctly?

    Brad
    What settings did you use in the Export Dialogue?
    When you go File -> Export you get a tabbed box with various options. In the File Export tab you can choose to scale the pics, or keep them the same size, change or retain the format.
    Regards
    TD

  • Printer not printing AND Matching Screen colors to Print colors.  Any advice is apreciated!!

    Hello - I have 2 questions regarding  printing to an Epson and also regarding the monitor colors Not matching the print colors working from Photoshop CS4 on a Mac with a Maverick [ 10.9.3 ] OS. My issues are Not about my own printers or software.  I have been tutoring a friend via phone in Photoshop; he has CS4 and is working on Mac OS 10.9.3.
    1- We found that he could print nearly fine [ nearly accurate colors ] from Lightroom on his computer, version 5.4.   But when he tries to print from Photoshop he cannot make a print.   There is clear communication between the computer and the printer, as, when he sent the file to print, the printer [ an Epson 3880 ] responded by automatically changing to Photo Black from Matte.  Then, it opens the rollers as if to print, but, it them stops and the menu [ on the Printer ] says 'Ready.'   The paper is 4x6” Moab Lasal paper 300gsm. This issue of Not printing is only with this Moab Lasal luster paper, for which he Does have the IIC profile, and we always make sure ‘Photoshop manages colors,’ not the printer. To address the issue of the printer Not printing at all using a non-Epson brand paper, we have tried seemingly everything from deleting and re-adding the printer from the Library / Printers, resetting everything [ printer   computer   software etc ], trying different settings in the Printer window and the Print Settings window. Including changing the media profile, platen gap, etc.
    2- My other and more important question is – after we Do get a print, we cannot match the monitor color to the print. [ We havE been able to get a print using Epson brand paper.   Which is odd because we have the ICC profiles for both papers ]. To address the color matching issue, he has told me he calibrated the monitor with a Spyder, and here are a few other variables that I can relay that may or may not be affecting his color-issues:
    He iS viewing his prints in a dayliglht-rated lighting environment
    The monitor is an iMac glossy finish monitor, not an anti-glare
    We tried working and printing from both an 8-bit and also a 16-bit color-space and also 16-bit printing
    The color shift is slightly but noticeably toward Magenta.
    His printer is Not calibrated
    Please let me know what else we can do, any known glitches that may be an issue with his older version of CS, any tips you can suggest.
    Thanks very much!

    I don't have that printer and I'm not on Mac, so someone else has to step in there. Generally a green/magenta cast indicates none/double printer color management. But then I don't know what you mean by "slight".
    The Spyders aren't the most consistent and reliable calibrators out there. I had a Spyder 3 sensor that I just threw away because it gave a distinct red cast (I have several other calibrators, so there was no doubt). Another potential problem is that with most calibrators you can only adjust the white point along the blue/yellow Kelvin scale, but not on the green/magenta scale. This is often necessary to get a good white point color. In this case you need to use the monitor's OSD controls, and if possible the "pre-calibration" function in the calibrator to measure and monitor it - if that function exists. And I don't know if this is possible with an iMac.
    This is basically a question of getting the white point right, both on the blue/yellow and the green/magenta axis (and luminance of course). The goal is to get a visual match to paper white on screen. With the white point properly set, neutral color balance relates to that, and the rest more or less follows by itself. (In addition you should set the proper black point/contrast for full control, but that's not the issue here).

  • HP LaserJet Pro 200 color MFP M276 - not able to print black when any color is empty

    Hi,
    We have 2x HP LaserJet Pro 200 color MFP M276n in our office, both have firmware date code 20121026.
    The problem is that when ever one of the colored toner cartridges gets empty it fails to print even black & white documents and freezes in the replace cartridge screen.
    In system supplies settings it is configured to print only black when colored supplies are below very low threshold limit.
    Since the printer is freezing in the warning screen and only powering it off and on helps to bring it back alive, it seems that this is a software or firmware issue. I didnt find any firmware updates for this model though.
    It doesnt make any sense that it is not possible to use the printer at all when only one of colored cartridges is empty. Any thoughts on how to solve this issue are welcome.

    Hi,
    The firmware that you have mentioned is old and the latest version available is
    Version
    20131216
    it is always advisable to update the printer to the latest firmware. Please update the firmware form the given link
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=kj-108130-4&cc=us&dlc=en&lc=en...
    Hope this helps....
    Although I am an HP employee, I am speaking for myself and not for HP.
    *Say thanks by clicking the "Kudos! Star" which is on the left*
    Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue.

  • Printing text in Gray color

    Hi,
    I have forms which are  printing all the grey color text in dark black, on xerox printers. When the output is of PS type, it works all well and good, but for PCL, it is printing all black.
    I have been using hppcl5c.xdc for PCL. Do I need to have a xerox XDC? If yes, where can I get it or what changes do I need to make to the HP XDC in order to make it work?
    Is there probably a specific property that needs to be changed in order to get the Gray text printed gray instead of black?
    Is there anything else that I am probably not doing right?
    Thanks.
    Here is my XDC if you need:
    <?xml version="1.0" encoding="UTF-8"?> <?xfa generator="XFA2_0" APIVersion="3.1.10056.0"?> <xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/"> <xdc name="hppcl5c" id="hppcl5c" xmlns="http://www.xfa.org/schema/xdc/1.0/">   <pdl>     <renderLib name="pcldriver"/>     <!-- ========================================== -->     <!-- OUTPUT SEQUENCES                           -->     <!-- ========================================== -->     <seq id="preDoc"><ESC/>%-12345X@PJL RDYMSG DISPLAY=""&#13;&#10;<var name="staple"/><var name="jog"/>@PJL ENTER LANGUAGE = PCL&#13;&#10;<ESC/>&l1T<ESC/>*t600R<ESC/>&u600D</seq>     <seq id="postDoc"><ESC/>%-12345X@PJL RDYMSG DISPLAY=""&#13;&#10;</seq>     <seq id="preRecord"/>     <seq id="postRecord"/>     <seq id="prePage"/>     <seq id="postPage"/>     <seq id="copy"><ESC/>&l<var name="numCopies"/>X</seq>     <seq id="paginationSimplex"><ESC/>&l0S</seq>        <seq id="paginationDuplexLongEdge"><ESC/>&l1S</seq>        <seq id="paginationDuplexShortEdge"><ESC/>&l2S</seq>        <seq id="pagination"><var name="pagination"/></seq>     <seq id="stapleOn">@PJL SET LSTAPLE = ON&#13;&#10;</seq>     <seq id="stapleOff">@PJL SET LSTAPLE = OFF&#13;&#10;</seq>     <seq id="jogNone">@PJL SET JOBOFFSET = OFF&#13;&#10;</seq>     <seq id="jogPageSet">@PJL SET JOBOFFSET = BETWEENCOPIES&#13;&#10;</seq>        <!-- ========================================== -->     <!-- Font Sequences                             -->     <!-- ========================================== -->     <!-- PCL fonts -->     <seq id="Arial_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s0b16602T</seq>     <seq id="Arial_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s3b16602T</seq>     <seq id="Arial_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s0b16602T</seq>     <seq id="Arial_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s3b16602T</seq>     <seq id="Albertus Extra Bold_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s4b4362T</seq>     <seq id="Albertus Medium_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s1b4362T</seq>     <seq id="Antique Olive_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s0b4168T</seq>     <seq id="Antique Olive_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s0b4168T</seq>     <seq id="Antique Olive_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s3b4168T</seq>     <seq id="CG Omega_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s0b4113T</seq>     <seq id="CG Omega_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s0b4113T</seq>     <seq id="CG Omega_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s3b4113T</seq>     <seq id="CG Omega_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s3b4113T</seq>     <seq id="CG Times_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s0b4101T</seq>     <seq id="CG Times_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s0b4101T</seq>     <seq id="CG Times_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s3b4101T</seq>     <seq id="CG Times_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s3b4101T</seq>     <seq id="Clarendon Condensed_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v4s3b4140T</seq>     <seq id="Coronet_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s0b4116T</seq>     <seq id="Courier_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s0p<var name="fontPitch"/>h0s0b4099T</seq>     <seq id="Courier_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s0p<var name="fontPitch"/>h0s3b4099T</seq>     <seq id="Courier_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s0p<var name="fontPitch"/>h1s3b4099T</seq>     <seq id="Courier_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s0p<var name="fontPitch"/>h1s0b4099T</seq>     <seq id="CourierPS_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s0p<var name="fontPitch"/>h0s0b24579T</seq>     <seq id="CourierPS_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s0p<var name="fontPitch"/>h1s0b24579T</seq>     <seq id="CourierPS_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s0p<var name="fontPitch"/>h0s3b24579T</seq>     <seq id="CourierPS_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s0p<var name="fontPitch"/>h1s3b24579T</seq>     <seq id="Garamond_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s0b4197T</seq>     <seq id="Garamond_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s0b4197T</seq>     <seq id="Garamond_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s3b4197T</seq>     <seq id="Garamond_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s3b4197T</seq>     <seq id="Helvetica Narrow_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v4s0b24580T</seq>     <seq id="Helvetica Narrow_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v5s0b24580T</seq>     <seq id="Helvetica Narrow_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v4s3b24580T</seq>     <seq id="Helvetica Narrow_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v5s3b24580T</seq>     <seq id="Helvetica_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s0b24580T</seq>     <seq id="Helvetica_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s0b24580T</seq>     <seq id="Helvetica_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s3b24580T</seq>     <seq id="Helvetica_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s3b24580T</seq>     <seq id="ITC Avant Garde Gothic_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s0b24607T</seq>     <seq id="ITC Avant Garde Gothic_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s0b24607T</seq>     <seq id="ITC Avant Garde Gothic Demi_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s2b24607T</seq>     <seq id="ITC Avant Garde Gothic Demi_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s2b24607T</seq>     <seq id="ITC Bookman Light_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s-3b24623T</seq>     <seq id="ITC Bookman Light_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s-3b24623T</seq>     <seq id="ITC Bookman Demi_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s2b24623T</seq>     <seq id="ITC Bookman Demi_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s2b24623T</seq>     <seq id="ITC Zapf Chancery_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s0b45099T</seq>     <seq id="ITC Zapf Dingbats_Normal_Normal_fontSpecific"><ESC/>&t0P<ESC/>(14L<ESC/>(s1p<var name="fontSize"/>v0s0b45101T</seq>     <seq id="Letter Gothic_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s0p<var name="fontPitch"/>h0s0b4102T</seq>     <seq id="Letter Gothic_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s0p<var name="fontPitch"/>h1s0b4102T</seq>     <seq id="Letter Gothic_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s0p<var name="fontPitch"/>h0s3b4102T</seq>     <seq id="Marigold_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s0b4297T</seq>     <seq id="New Century Schoolbook_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s0b24703T</seq>     <seq id="New Century Schoolbook_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s0b24703T</seq>     <seq id="New Century Schoolbook_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s3b24703T</seq>     <seq id="New Century Schoolbook_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s3b24703T</seq>     <seq id="Palatino_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s0b24591T</seq>     <seq id="Palatino_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s0b24591T</seq>     <seq id="Palatino_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s3b24591T</seq>     <seq id="Palatino_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s3b24591T</seq>     <seq id="Symbol_Normal_Normal_fontSpecific"><ESC/>&t0P<ESC/>(19M<ESC/>(s1p<var name="fontSize"/>v0s0b16686T</seq>     <seq id="SymbolPS_Normal_Normal_fontSpecific"><ESC/>&t0P<ESC/>(19M<ESC/>(s1p<var name="fontSize"/>v0s0b45358T</seq>     <seq id="Times_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s0b25093T</seq>     <seq id="Times_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s0b25093T</seq>     <seq id="Times_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s3b25093T</seq>     <seq id="Times_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s3b25093T</seq>     <seq id="Times New Roman_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s0b16901T</seq>     <seq id="Times New Roman_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s0b16901T</seq>     <seq id="Times New Roman_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s3b16901T</seq>     <seq id="Times New Roman_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s3b16901T</seq>     <seq id="Univers_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s0b4148T</seq>     <seq id="Univers_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s0b4148T</seq>     <seq id="Univers_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v0s3b4148T</seq>     <seq id="Univers_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v1s3b4148T</seq>     <seq id="Univers Condensed_Normal_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v4s0b4148T</seq>     <seq id="Univers Condensed_Normal_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v5s0b4148T</seq>     <seq id="Univers Condensed_Bold_Normal_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v4s3b4148T</seq>     <seq id="Univers Condensed_Bold_Italic_ISO-8859-1"><ESC/>&t0P<ESC/>(19U<ESC/>(s1p<var name="fontSize"/>v5s3b4148T</seq>     <seq id="Wingdings_Normal_Normal_fontSpecific"><ESC/>&t0P<ESC/>(19M<ESC/>(s1p<var name="fontSize"/>v0s0b31402T</seq>   </pdl>   <deviceInfo>     <!-- ========================================== -->     <!-- Device information                         -->     <!-- ========================================== -->     <option name="manufacturer">General</option>     <option name="model">General</option>     <option name="language">pcl</option>     <option name="languageLevel">5c</option>     <!-- ========================================== -->     <!-- Device options                             -->     <!-- ========================================== -->     <option name="supportsInteractiveForms">0</option>     <option name="supportsHiddenFieldObjects">0</option>     <option name="supportsInvisibleFieldObjects">0</option>     <option name="supportsInvisibleFieldBorderObjects">0</option>     <option name="supportsInvisibleFieldCaptionObjects">0</option>     <option name="supportsHiddenBoilerPlateObjects">0</option>     <option name="supportsInvisibleBoilerPlateObjects">0</option>     <option name="supportsDrawLine">1</option>     <option name="supportsDrawArc">1</option>     <option name="supportsDrawRectangle">1</option>     <option name="supportsNativeRectangle">1</option>     <option name="supportsDrawText">1</option>     <option name="supportsNativeLinearFill">0</option>     <option name="supportsNativeRadialFill">0</option>     <option name="gradientFillStepSize">0.0625in</option>     <option name="supportsNativePatternFill">1</option>     <option name="supportsNativeLineStyles">1</option>     <option name="maxOutputLineLength">0</option>     <option name="enumerateColors">1</option>     <option name="strokeTypeMultiplier">1</option>     <option name="pageOffsetX">-0.25in</option>     <option name="pageOffsetY">-0.25in</option>     <option name="supportsCopy">1</option>     <option name="supportsMacros">1</option>     <option name="supportsPCLLogicalOperationCommand">1</option>     <!-- ========================================== -->     <!-- PCL Color Treatment option                 -->     <!--                                            -->     <!--   Device ID:                               -->     <!--      8 = Color Laserjet 4500               -->     <!--      6 = Any other Color Laserjet          -->     <!--                                            -->     <!--   Color Treatment Code                     -->     <!--      3 = Vivid Graphics                    -->     <!--      6 = Screen Match                      -->     <!-- ========================================== -->     <option name="colorTreatmentDevicePcl">6</option>     <option name="colorTreatmentCodePcl">6</option>     <!-- ========================================== -->     <!-- Font options                               -->     <!-- ========================================== -->     <option name="supportsFontEmbedding">1</option>     <option name="supportsFontLinking">0</option>     <option name="supportsFontSubsetting">1</option>     <option name="supportsFontRasterizing">1</option>     <option name="enumerateFonts">0</option>     <option name="startingFontNumber">9000</option>            <!-- ========================================== -->     <!-- Duplex options                             -->     <!--     0 - Simplex (no-Duplex)                -->     <!--     1 - Duplex, Long-Edge Binding          -->     <!--     2 - Duplex, Short-Edge Binding         -->     <!-- ========================================== -->     <option name="jobLevelDuplex">0</option>     <!-- ========================================== -->     <!-- Text formatting                            -->     <!-- ========================================== -->     <option name="boilerplateTextRetrieval">formattedFragments</option>     <option name="fieldTextRetrieval">formattedFragments</option>     <option name="outputZeroRotation">0</option>     <!-- ========================================== -->     <!-- Resolution                                 -->     <!-- ========================================== -->     <option name="deviceXResolution">600</option>     <option name="deviceYResolution">600</option>     <option name="defaultRasterResolution">300</option>     <option name="deviceRasterTextResolution">300</option>     <option name="autoCalcGraphicDimensions">1</option>     <!-- ========================================== -->     <!-- Image options                              -->     <!-- ========================================== -->     <option name="blackIsZero">0</option>     <option name="outputImagesByLine">1</option>     <option name="supportsColorImages">1</option>     <option name="supportedCompressionTypes">none</option>     <option name="imageCompression">none</option>     <option name="supportsEncodeColorMap">none</option>     <option name="supportsImageScaling">0</option>     <option name="supportsLinkedImages">0</option>     <option name="supportsEmbeddedImages">1</option>     <option name="supportedEmbeddedImageFormats">internal</option>     <option name="supportedLinkedImageFormats">internal</option>     <!-- ========================================== -->     <!-- Supported graphic types                    -->     <!-- ========================================== -->     <option name="supportsMonochrome1">1</option>     <option name="supportsGreyscale1">1</option>     <option name="supportsGreyscale2">1</option>     <option name="supportsGreyscale4">1</option>     <option name="supportsGreyscale8">1</option>     <option name="supportsPalette1">1</option>     <option name="supportsPalette2">1</option>     <option name="supportsPalette4">1</option>     <option name="supportsPalette8">1</option>     <option name="supportsRGB8">1</option>     <option name="supportsRGB16">1</option>     <!-- ========================================== -->     <!-- Native end caps                            -->     <!-- ========================================== -->     <option name="endCap_butt">1</option>     <option name="endCap_square">2</option>     <option name="endCap_round">4</option>     <!-- ========================================== -->     <!-- Native line styles                         -->     <!-- ========================================== -->     <option name="solid">LT</option>     <option name="dotted">LT2,0.5,1</option>     <option name="dashed">LT3,1.0</option>     <option name="dashDot">LT5,2.5</option>     <option name="dashDotDot">LT6</option>     <!-- ========================================== -->     <!-- The following should be in xci -->     <!-- ========================================== -->     <option name="linesAsRaster">0</option>     <option name="arcsAsRaster">0</option>     <option name="rectanglesAsRaster">0</option>     <option name="textAsRaster">0</option>     <option name="renderImagesInColor">1</option>     <option name="rasterizeAll">0</option>     <option name="rasterizeBoilerPlate">0</option>     <option name="imageCompression">none</option>     <option name="ignoreBoilerplate">0</option>     <option name="useNativeLineStyles">1</option>     <!-- ========================================== -->     <!-- Medium                                     -->     <!-- ========================================== -->     <medium stock="default" short="612pt" long="792pt" imagingBBox="none">2</medium>     <medium stock="executive" short="7.25in" long="10.5in">1</medium>     <!--<<medium stock="letter" short="8.5in" long="11in" imagingBBox="none">2</medium>-->     <medium stock="letterSpecial" short="8.5in" long="11in" imagingBBox="none">2</medium>     <medium stock="legal" short="8.5in" long="14in">3</medium>     <medium stock="ledger" short="11in" long="17in">6</medium>     <medium stock="a5" short="148mm" long="210mm">25</medium>     <medium stock="a4" short="210mm" long="297mm">26</medium>     <medium stock="a3" short="297mm" long="420mm">27</medium>     <medium stock="b5JIS" short="182mm" long="257mm">45</medium>     <medium stock="b4JIS" short="250mm" long="354mm">46</medium>     <medium stock="hagakiPostcard" short="100mm" long="148mm">71</medium>     <medium stock="oufukuHagakiPostcard" short="200mm" long="148mm">72</medium>     <medium stock="envelopeMonarch" short="3.875in" long="7.5in">80</medium>     <medium stock="envelopeCommercial" short="4.125in" long="9.5in">81</medium>     <medium stock="DLInternational" short="110mm" long="220mm">90</medium>     <medium stock="C5International" short="162mm" long="229mm">91</medium>     <medium stock="B5International" short="176mm" long="250mm">100</medium>     <medium stock="custom">101</medium>     <medium stock="letterPlain" short="612pt" long="792pt">2</medium>     <medium stock="letterLetterhead" short="612pt" long="792pt">2</medium>     <!--<medium stock="letterSpecial" short="612pt" long="792pt">2</medium>-->     <medium stock="letterColor" short="612pt" long="792pt">2</medium>     <medium stock="a4Plain" short="210mm" long="297mm">26</medium>     <medium stock="a4Letterhead" short="210mm" long="297mm">26</medium>     <medium stock="a4Special" short="210mm" long="297mm">26</medium>     <medium stock="a4Color" short="210mm" long="297mm">26</medium>     <medium stock="b4JISPlain" short="250mm" long="354mm">46</medium>     <medium stock="b4JISLetterhead" short="250mm" long="354mm">46</medium>     <medium stock="b4JISSpecial" short="250mm" long="354mm">46</medium>     <medium stock="b4JISColor" short="250mm" long="354mm">46</medium>     <!-- ========================================== -->     <!-- Units                                      -->     <!-- ========================================== -->     <deviceUnits name="general"             hSize=".12pt" vSize=".12pt" fracDigits="0" fraction="round"/>     <deviceUnits name="pageDimensions"      hSize=".1pt" vSize=".1pt" fracDigits="0" fraction="round"/>     <deviceUnits name="lineDimensions"      hSize=".12pt" vSize=".12pt" fracDigits="0" fraction="round"/>     <deviceUnits name="linePlacement"       hSize=".12pt" vSize=".12pt" fracDigits="0" fraction="round"/>     <deviceUnits name="lineThickness"       hSize="1mm"   vSize="1mm"   fracDigits="2" fraction="round"/>     <deviceUnits name="graphicPlacement"    hSize=".12pt" vSize=".12pt" fracDigits="0" fraction="round"/>     <deviceUnits name="graphicDimensions"   hSize=".12pt" vSize=".12pt" fracDigits="0" fraction="round"/>     <deviceUnits name="textPlacement"       hSize=".12pt" vSize=".12pt" fracDigits="0" fraction="round"/>     <deviceUnits name="fontSize"            hSize="1pt"   vSize="1pt"   fracDigits="3" fraction="round"/>     <deviceUnits name="arcPlacement"        hSize=".12pt" vSize=".12pt" fracDigits="0" fraction="round"/>     <deviceUnits name="arcDimensions"       hSize=".12pt" vSize=".12pt" fracDigits="0" fraction="round"/>     <deviceUnits name="rectanglePlacement"  hSize=".12pt" vSize=".12pt" fracDigits="0" fraction="round"/>     <deviceUnits name="rectangleDimensions" hSize=".12pt" vSize=".12pt" fracDigits="0" fraction="round"/>     <deviceUnits name="color"               hSize="0pt"   vSize="0pt"   fracDigits="0" fraction="round"/>     <!-- ========================================== -->     <!-- Barcodes                                   -->     <!-- ========================================== -->     <barcodes>       <barcodeDefinition type="code2Of5Interleaved" support="software" moduleWidth="0.191mm-1.25mm" moduleHeight="5mm-1250mm" wideNarrowRatio="2.2-3.0" checksum="auto,none" textLocation="none,above,below,aboveEmbedded,belowEmbedded" validDataChars="0123456789"/>       <barcodeDefinition type="code3Of9"            support="software" moduleWidth="0.191mm-1.25mm" moduleHeight="5mm-1250mm" wideNarrowRatio="2.2-3.0" checksum="auto,none" textLocation="none,above,below,aboveEmbedded,belowEmbedded" validDataChars="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%*"/>       <barcodeDefinition type="pdf417"              support="software"/>       <barcodeDefinition type="ean8"                support="software" moduleWidth="0.191mm-1.25mm" moduleHeight="5mm-1250mm" wideNarrowRatio="fixed" checksum="auto" textLocation="belowEmbedded" validDataChars="0123456789"/>       <barcodeDefinition type="upcA"                support="software" moduleWidth="0.191mm-1.25mm" moduleHeight="5mm-1250mm" wideNarrowRatio="fixed" checksum="auto" textLocation="belowEmbedded" validDataChars="0123456789"/>       <barcodeDefinition type="code128"             support="software" moduleWidth="0.191mm-1.25mm" moduleHeight="5mm-1250mm" wideNarrowRatio="fixed" checksum="auto" textLocation="none,above,below,aboveEmbedded,belowEmbedded" validDataChars=" &#33;&#35;&#38;&#39;$%()*+,-./0123456789:;&#60;=&#62;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_&#96;abcdefghijklmnopqrstuvwxyz{|}~"/> <!-- need to add " -->     <barcodeDefinition type="code128A"            support="software" moduleWidth="0.191mm-1.25mm" moduleHeight="5mm-1250mm" wideNarrowRatio="fixed" checksum="auto" textLocation="none,above,below,aboveEmbedded,belowEmbedded" validDataChars=" &#33;&#35;&#38;&#39;$%()*+,-./0123456789:;&#60;=&#62;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_"/> <!-- need to add " -->     <barcodeDefinition type="code128B"            support="software" moduleWidth="0.191mm-1.25mm" moduleHeight="5mm-1250mm" wideNarrowRatio="fixed" checksum="auto" textLocation="none,above,below,aboveEmbedded,belowEmbedded" validDataChars=" &#33;&#35;&#38;&#39;$%()*+,-./0123456789:;&#60;=&#62;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_&#96;abcdefghijklmnopqrstuvwxyz{|}~"/> <!-- need to add " -->     <barcodeDefinition type="code128C"            support="software" moduleWidth="0.191mm-1.25mm" moduleHeight="5mm-1250mm" wideNarrowRatio="fixed" checksum="auto" textLocation="none,above,below,aboveEmbedded,belowEmbedded" validDataChars="0123456789"/> <!-- need to add " -->     <barcodeDefinition type="code128SSCC"         support="software" moduleWidth="0.191mm-1.25mm" moduleHeight="5mm-1250mm" wideNarrowRatio="fixed" checksum="auto" textLocation="none,above,below,aboveEmbedded,belowEmbedded" validDataChars="0123456789"/> <!-- need to add " -->       <barcodeDefinition type="ean13"               support="software" moduleWidth="0.191mm-1.25mm" moduleHeight="5mm-1250mm" wideNarrowRatio="fixed" checksum="auto" textLocation="belowEmbedded" validDataChars="0123456789"/>       <barcodeDefinition type="code2Of5Matrix"      support="software" moduleWidth="0.191mm-1.25mm" moduleHeight="5mm-1250mm" wideNarrowRatio="2.2-3.0" checksum="auto,none" textLocation="none,above,below,aboveEmbedded,belowEmbedded" validDataChars="0123456789"/>       <barcodeDefinition type="code2Of5Industrial"  support="software" moduleWidth="0.191mm-1.25mm" moduleHeight="5mm-1250mm" wideNarrowRatio="2.2-3.0" checksum="auto,none" textLocation="none,above,below,aboveEmbedded,belowEmbedded"  validDataChars="0123456789"/>       <barcodeDefinition type="codabar"             support="software" moduleWidth="0.191mm-1.25mm" moduleHeight="5mm-1250mm" wideNarrowRatio="2.2-3.0" checksum="none" textLocation="none,above,below,aboveEmbedded,belowEmbedded" validDataChars="0123456789-$:/.+" startChar="ABCDabcd*NTEnte" endChar="ABCDabcd*NTEnte"/>       <barcodeDefinition type="postAUSStandard"     support="software" checksum="auto" textLocation="none,above" validDataChars="0123456789" dataLength="8"/>       <barcodeDefinition type="postAUSCust2"        support="software" checksum="auto" textLocation="none,above" validDataChars="0123456789"/>       <barcodeDefinition type="postAUSCust3"        support="software" checksum="auto" textLocation="none,above" validDataChars="0123456789"/>       <barcodeDefinition type="postAUSReplyPaid"    support="software" checksum="auto" textLocation="none,above" validDataChars="0123456789" dataLength="8"/>       <barcodeDefinition type="postUSStandard"      support="software" checksum="auto" textLocation="none,above,below" validDataChars="0123456789" dataLength="9"/>       <barcodeDefinition type="postUS5Zip"          support="software" checksum="auto" textLocation="none,above,below" validDataChars="0123456789" dataLength="5"/>       <barcodeDefinition type="postUSDPBC"          support="software" checksum="auto" textLocation="none,above,below" validDataChars="0123456789" dataLength="11"/>       <barcodeDefinition type="postUKRM4SCC"        support="software" checksum="auto,none" textLocation="none,above,below" validDataChars="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>        <!-- other barcodes not supported by this device but still need to be rendered -->       <barcodeDefinition type="code11"              support="none" wideNarrowRatio="2.0-3.0" moduleWidth="0.125mm-1.25mm" moduleHeight="0.125mm-1250mm" checksum="auto,none" textLocation="none,above,below" validDataChars="0123456789-"/>       <barcodeDefinition type="msi"                 support="none" wideNarrowRatio="2.0-3.0" moduleWidth="0.125mm-1.25mm" moduleHeight="0.125mm-1250mm" checksum="none,1mod10,2mod10,1mod10_1mod11" textLocation="none,above,below" printCheckDigit="1" validDataChars="0123456789" dataLength="1-14"/>       <barcodeDefinition type="plessey"             support="none" wideNarrowRatio="2.0-3.0" moduleWidth="0.125mm-1.25mm" moduleHeight="0.125mm-1250mm" checksum="auto,none" textLocation="none,above,below" validDataChars="0123456789ABCDEF"/>       <barcodeDefinition type="upcE"                support="none" wideNarrowRatio="fixed"   moduleWidth="0.125mm-1.25mm" moduleHeight="0.125mm-1250mm" textLocation="none,above,below" printCheckDigit

    Hi
    KEEP a BREAK-POINT and debug the internal table lines how it is coming
    some overlap must be happening ..check.
    Also check the code where you are getting this text into internal table.
    1) One way to debug smartform is to debug the Function Module of that smartforms.
    If you want to debug particular smartform node that the solution would be,
    insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint.
    So whenever you call the smartforms, it will stop at this breakpoint and you can debug onwards.
    2) SFTRACE can be used for debugging SMARTFORMS.
    Read More here.
    http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    Reward points for useful Answers
    Regards
    Anji

  • HP Photosmart Premium c 309g will not print black, all other colors fine. Shows ink levels fine,

    Have photosmart premium c309 g connected wirelessly to I Mac and Mac book pro.  The unit suddenly will not print black.  Ink levels show all good.  All other colors print fine.  When check HP utility and go to print quality diagnostics, a box appears that states cannot print PQ page--make sure printer is turned on.  If I tell it to print a page, it immediatly connects and prints all colors but not black.  How can it print regular page but not receive message to print PQ page?  "make sure printer is on" ??

    I have this exact same problem with the same printer.  Printer will not print black. My macbook pro is connecting to the printer but shoots out a blank page.  I just put in a new ink cartridge even though it was not low on ink.  Please help.

Maybe you are looking for

  • Save an image from interactive form to R/3 system table

    Hi to all, my scenario is this: Web AS 7.0 (probably patched to the last available patch), NWDS 7.0 and, at the moment, a 4.6c R/3 backend system (within some months we will upgrade to ECC 6.0). I have an online interactive form with some input field

  • Problem with receiver mail adapter

    Hi All, I have a proxy to mail scenario. I am using mail message format from service market place. Now this is the xml after executing mapping: <Mail> <Subject>XYZ</Subject> <From>From_email</From> <To>To_email</To> <Reply_To /> <Content_Type>text;ch

  • MRP: how to segregate the planned orders by dependent requirements

    Hello SAP Guru's, I would like to know if this is possible to make the MRP work is this way: - generate global planned orders (by date) for several dependent requirements, for inhouse production; - AND generate individual planned orders for each depe

  • Help with AS 3.0 in CS4 (Links)

    I have been building a site, and on the home page I have some images, and text fields that I have converted to buttons. I am trying to link these button to webpages. I use this code: var getYahoo:URLRequest = new URLRequest("http://www.yahoo.com"); h

  • Outbound IDOC for Article Master in WPMA without Price

    Hi, How to Generate an Outbound IDOC for  Article Master in WPMA Tcode without maintaing Price for the Article. Please suggest Is it Possible in IS-Retail. If so, what needs to be Done. Regards, Selvakumar. M