PO heading change

Hi,
My requirement is - i want to give different purhcase order heading to different PO document types. At present we have heading "PURCHASE ORDER" in all document type print. How can i do this?
Regards,
Kalpesh

Hi  Kalpesh,
1.  If you want purchase order description you can maintain as description for you document type.
2.  If you are looking for PO output print you need to hard code in Form with the help of ABAPer.
3.  if you want it on the right side and upper side of the PO number, you need to maintain text for messages as below.
SPRO->IMG-> Materials Management-> purchasing-> Message->text for messages->define text for purchase order.
where select Headings in the dialog structure enter the title for your document type as per your requirement.
Regards
Hari

Similar Messages

  • Report on Purchase order header changes and Line item changes.

    Gurus
    All changes which has been done in Purchase order can be seen in enviroment----Header changes Or Item changes for a particular PO.
    Now end user want to see the changes made in all the purchase orders for a particular project in specified date range.
    Suppose there are total 100 POs placed in one month for a particular project. End user want to see the changes MADE (IF ANY) in above POs
    Is there any standard report is available to this effect OR it is z development
    Atul

    HI ,
    This report can easily be written useing the tables EKKO and EKPO
    First get the PO's created in that date range.
    From there get the change document numbers with this extarct the date from CDHDR and CDPOS tables.
    regards,
    Lalita

  • Header Changes History in PO not updated

    Dear SAP Experts,
    I have a problem related to Purchase Order.
    When I updated the PO price via conditions tab in PO header level (i.e. I deleted a condition type for discount), the changes is not recorded in the PO header changes history.
    Can you advise why the changes is not recorded in the PO header changes history?
    Thank you.
    -rumata-

    Hi
    That change could be done in Pricing Procedure
    while creating pricing procedure we have 4 steps such as
    1.condition table
    2.access sequence
    3.condition type
    4.calculation schema
    in the condition type we can omit the condition types
    regards,
    senmani

  • Why do arrow heads change ends when using the pen tool?

    1. I create a horizontal line
    2. I change it to a right ended arrow head selected from my own graphic styles
    3. I then want to extend the left side ( non arrow end) with the pen tool
    4. I click the non arrow end to extend the line in a vertical direction
    5. The atrrow head changes to the other end
    Why?

    Illustrator's arrowheads don't know right from left, they only know start from finish. Each open path in Illustrator has a beginning and an end. When you use the pen to extend a path you make the end you work from the end, even if it was once the beginning. Deselect the path, then click on the other end with the pen tool to restore the path direction.
    If all you are doing is making the path longer I'd would be better to just move the end point.

  • How do I put the page number in my header so the header changes with every page

    I need to write a paper for my english class and I need the header to contain the page number so it changes with each consecutive page.
    I need to know ASAP! Thank you!

    Click in your header > Menu > Insert > Page Number
    Peter

  • Master page: header changes are not reflected in existing topics

    A few months ago this forum helped me to troubleshoot and fix problems with the Show More | Show Less command that I inherited from a previous writer.  I chose to use the Single Button approach and used this code, on the Master Page, for "onclick":
    <body>
    <?rh-script_start ?><script src="ehlpdhtm.js" type="text/javascript" language="JavaScript1.2"></script><?rh-script_end ?>
    <?rh-region_start type="header" style="width: 100%; position: relative;" ?>
    <table style="height: 10px;" cellspacing="0" width="100%">
      <col width="186" />
      <col width="481" />
      <col width="97" />
      <tr>
       <td><h2><img src="NGP_Logo_small.png" alt="" style="border: none;"
           border="0" /></h2></td>
       <td><h2 style="text-align: right; margin-right: 20px;">Help</h2></td>
       <td><h2><img src="btnshowall.gif" onclick="ShowAll(this)" alt=""
           style="border: none;" border="0" /></h2></td>
    This worked fine until recently when I changed the logo in the left cell of the header table. Today I discovered that the img src = line had gone away. And so I re-entered it, and it works fine on new topics, and on some, but NOT all topics.
    Here's what happens on an older topic:
    Preview the topic.
    Click Show All button. A Script Error message appears: "The value fo the property 'ShowAll' is null or undefined, not a Function object. Code = 0. file = ...../Help/Administration/rlt1F1.htm.
    Here's the HTML code for this topic, which is missing the code btnshowall code.
    <body>
    <?rh-script_start ?><script src="../ehlpdhtm.js" type="text/javascript"
            language="JavaScript1.2"></script><?rh-script_end ?>
    <?rh-placeholder type="header" ?>
    <table cellspacing="0" width="100%">
    <col style="width: 80.663%;" />
    <col style="width: 19.337%;" />
    <tr>
      <td><h1><?rh-variable_start name="title" format="default" showcode="showcode"
              value="Setting Global Defaults" ?>Setting Global Defaults<?rh-variable_end ?></h1></td>
      <td style="vertical-align: bottom;"><p style="text-align: right;
                 margin-bottom: 6pt; line-height: Normal;">&#160;</p></td>
    </tr>
    </table>
    I tried setting the Master Page to None and then re-setting it to Main. That does not help.
    The only workaround I've found so far is to create a new topic, copy the content from the old topic, delete the old topic, and rename the new topic using the old topic's name. But that is very tedious.
    Any thoughts on how to fix the problem without recreating every topic?
    Thank you.
    Carol

    A few months ago this forum helped me to troubleshoot and fix problems with the Show More | Show Less command that I inherited from a previous writer.  I chose to use the Single Button approach and used this code, on the Master Page, for "onclick":
    <body>
    <?rh-script_start ?><script src="ehlpdhtm.js" type="text/javascript" language="JavaScript1.2"></script><?rh-script_end ?>
    <?rh-region_start type="header" style="width: 100%; position: relative;" ?>
    <table style="height: 10px;" cellspacing="0" width="100%">
      <col width="186" />
      <col width="481" />
      <col width="97" />
      <tr>
       <td><h2><img src="NGP_Logo_small.png" alt="" style="border: none;"
           border="0" /></h2></td>
       <td><h2 style="text-align: right; margin-right: 20px;">Help</h2></td>
       <td><h2><img src="btnshowall.gif" onclick="ShowAll(this)" alt=""
           style="border: none;" border="0" /></h2></td>
    This worked fine until recently when I changed the logo in the left cell of the header table. Today I discovered that the img src = line had gone away. And so I re-entered it, and it works fine on new topics, and on some, but NOT all topics.
    Here's what happens on an older topic:
    Preview the topic.
    Click Show All button. A Script Error message appears: "The value fo the property 'ShowAll' is null or undefined, not a Function object. Code = 0. file = ...../Help/Administration/rlt1F1.htm.
    Here's the HTML code for this topic, which is missing the code btnshowall code.
    <body>
    <?rh-script_start ?><script src="../ehlpdhtm.js" type="text/javascript"
            language="JavaScript1.2"></script><?rh-script_end ?>
    <?rh-placeholder type="header" ?>
    <table cellspacing="0" width="100%">
    <col style="width: 80.663%;" />
    <col style="width: 19.337%;" />
    <tr>
      <td><h1><?rh-variable_start name="title" format="default" showcode="showcode"
              value="Setting Global Defaults" ?>Setting Global Defaults<?rh-variable_end ?></h1></td>
      <td style="vertical-align: bottom;"><p style="text-align: right;
                 margin-bottom: 6pt; line-height: Normal;">&#160;</p></td>
    </tr>
    </table>
    I tried setting the Master Page to None and then re-setting it to Main. That does not help.
    The only workaround I've found so far is to create a new topic, copy the content from the old topic, delete the old topic, and rename the new topic using the old topic's name. But that is very tedious.
    Any thoughts on how to fix the problem without recreating every topic?
    Thank you.
    Carol

  • Po header change after release

    Dear All
    We require list of PO for last one month PO header or tiem level text has been changed after release
    Regards
    Dishant

    Hi,
    You can use the following report to get you all the changes in PO. Ask your ABAP person to run it for you.
    http://www.sap-img.com/mm001.htm
    It is an ABAP program contributed by one of the SAP members, which reports all the changes made in PO and list out the details per document.
    Hope it helps,
    Best regards
    Amit Bakshi

  • Heading Change for keyfigures in the layouts

    Hi-
    We have two keyfigures in Manual Layouts which has short description as heading. Now users want to see Long description as heading.
    1. I went to change mode of Manual layout and copied the "Long description" to heading. Still when users are creating the contracts in CRM, they are not seeing my changes. Is there any thing else I have to do. I dont find any option to activate the layouts or planning area.
    2. How to transport the layouts if the same technical name is used in different Planning levels? for Eg: lets say we have a layout called "XYZ" in two different Planning levels, should I transport the layout with the planning level? or I can jus transport the layout.

    I figured it out...

  • Fieldcatalog header change

    Hi ,
    i developed field catalog using FM " REUSE_ALV_FIELDCATALOG_MERGE" but no for some fields i need to change header name so how to that name changing .
    thx

    Loop the fieldcatalog and change it. you can try some thing like this,..
    data: wa_fcat like line of it_fcat.
    loop at it_fcat into wa_fcat.
    case wa_fcat-fieldname.
    when 'FIELD1'.
    wa_fcat-seltext_l = 'Change the text here'.
    when 'FIELD2'.
    endcase.
    modify it_fcat from wa_fcat.
    endloop.

  • PO Header change history for Foreign trade data

    Hi,
    If we change the mode of transport in PO header, it is not getting updated in the change log of PO header.
    How to make it for appearing in change history of table EIKP?
    Regards,
    Vengat

    Hi,
    Please check whether the change management is active for that field. Press F1 in the field name and go to technical details, place the cursor on field name and double click, then go to further characteristics of data element as shown below,
    Regards
    Vijay

  • Item properties - heading - changing

    Hi,
    Is there any way to change the heading in item properties without runninig the report first?
    Thanks.
    Leah

    Hi,
    Yes from the "Format"->"Item Format" in the toolbar
    select the item and go to the "Edit Heading"
    This way you can change the whole report heading and items format without the need to run it after each change.
    Tamir

  • NavigateToURL and custom header change

    First, we apologize for the inconvenience the change to navigateToURL has caused you and your customers.  We typically do everything possible to keep existing content working but in this case we had no choice to make these changes given the security implications.
    This change was necessary to fix a security vulnerability (CVE-2014-0516) related to Flash Player’s handling of custom request headers that could be abused to violate the cross domain security policy (reference http://helpx.adobe.com/security/products/flash-player/apsb14-14.html). Successful exploitation of CVE-2014-0516 could result in sensitive information disclosure.
    We have a few suggested high level workarounds below.  In addition, we’d love to hear solutions from the community and if possible work with one or two developers to iterate on our suggestions and improve these workarounds for future documentation.  If you are interested in helping, please feel free to reach out to me at [email protected].
    ExternalInterface
    We have blocked custom headers from navigateToUrl() when the URLRequest is a POST.
    ActionScript could replace the use of navigateToUrl(url:URLRequest, name:String) with ExternalInterface.call(“jsNavigateToUrl”, url:String, name:String, headers:Array).
    And the HTML could implement the javascript function jsNavigateToUrl(url, name, headers) which uses window.open() to request the new window from JavaScript instead of ActionScript.
    NOTE: window.open() does not allow you to POST, but you can work around that using the stack overflow article window-open and pass parameters by post method.
    Form Data or Url Parameters
    The custom headers (that the player is now blocking) could be sent as form data, or url parameters.
    The server could be recoded to accept this alternate delivery of the data.
    If this isn’t an option (for instance, you are posting to a third party server), then your server can introduce a new url which processes the data in its new form before redirecting to the original url with the data delivered in its original form.
    This mod_rewrite + mod_headers example explains something similar:
    http://www.kahunaburger.com/2012/05/18/mod_rewrite-and-mod_headers-to-rewrite-headers/
    In addition to Apache's mod_rewrite and mod_headers, HeliconTech makes mod_headers and mod_rewrite filters for IIS.
    References:
    http://helpx.adobe.com/security/products/flash-player/apsb14-14.html
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLRequest.ht ml
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/package.html# navigateToURL()
    http://stackoverflow.com/questions/3951768/window-open-and-pass-parameters-by-post-method
    http://www.kahunaburger.com/2012/05/18/mod_rewrite-and-mod_headers-to-rewrite-headers/

    Our security model does not allow a movie to send HTTP headers across domains, unless the player has confirmed the receiving domain permits it with a cross domain policy file ( see Adobe ActionScript 3.0 * Website controls (policy files) ).
    With navigateToUrl() we are unable to detect server-side redirects, so we are unable to confirm the actual recipient permits HTTP headers.  To resolve this, we elected to block HTTP headers from all navigateToUrl requests.
    As noted by several customers, this has proved to be overly restrictive, so we are going to relax the restriction to allow simple headers with navigateToUrl requests.
    Simple headers are defined by Cross-Origin Resource Sharing as
    A header is said to be a simple header if the header field name is an ASCII case-insensitive match for Accept, Accept-Language, or Content-Language or if it is an ASCII case-insensitive match for Content-Type and the header field value media type (excluding parameters) is an ASCII case-insensitive match for application/x-www-form-urlencoded, multipart/form-data, ortext/plain.
    In an upcoming Flash Player build, navigateToUrl() will be changed to throw the exception only when called with an URLRequest containing non-simple headers.  We're shooting to get this change in for our July release but this will of course depend on our testing results.  We'll be getting this into a public beta as soon as possible (possibly as soon as the next week or two.)

  • CSS Header change on all pages - where do I go?

    On our homepage http://www.rugged-cctv.com/ we have a blue header bar and a gray header bar.  On the gray bar I changed the word Blog to say RuggedCams Blog.
    If you go to any of our other pages the gray bar still just says blog.  Here is a page where you can see it still says blog.
    http://www.rugged-cctv.com/product-choices.shtml
    What part of the site do I need to get into to change it for all the pages?
    I looked in the CSS file page but didn't see anything in there.
    Also how do I change the code so just the RuggedCams Blog shows up in Red while the others still show up in black?
    Here is the code for the main nav and sub nav on the homepage.
    <div id="main-nav">
    <ul id="navlist">
    <li><a href="/">HOME</a></li>
    <li><a href="product-choices.shtml">PRODUCTS</a></li>
    <li><a href="downloads.shtml">DOWNLOADS</a></li>
    <li><a href="about.shtml">ABOUT US</a></li>
    <li><a href="contact.shtml">CONTACT US</a></li>
    </ul>
    </div>
    <div id="sub-nav">
    <ul id="sub-nav-list">
    <li id="active"><a href="cctveducation.shtml">Learning Center</a> |</li>
    <li><a href="press-releases.shtml">Press Releases</a> |</li>
    <li><a href="testimonials.shtml">Testimonials</a> |</li>
    <li><a href="securitycameravideos.shtml">Videos</a> |</li>
    <li><a href="live-demo.shtml">Demo Site</a> |</li>
    <li><a href="http://www.rugged-cctv.com/blog/" target="_blank"><em><strong>RuggedCams BLOG</strong></em></a></li>
    </ul>
    </div>
    Thanks!!!

    On my homepage this is the code for the subnavigation section. (The gray bar at http://www.rugged-cctv.com/)
    <div id="sub-nav">
        <!--#include file="sub-navigation.html" -->
      </div>
    My sub-navigation.html code is this -
    <style type="text/css">
    #sub-nav-list li a em RED {
        color: #930000;
    </style>
    <ul id="sub-nav-list">
    <li id="active"><a href="cctveducation.shtml" >Learning Center</a>|</li>
    <li><a href="press-releases.shtml">Press Releases</a>|</li>
    <li><a href="testimonials.shtml">Testimonials</a>|</li>
    <li><a href="securitycameravideos.shtml">Videos</a>|</li>
    <li><a href="live-demo.shtml">Demo Site</a>|</li>
    <li><a href="http://www.rugged-cctv.com/blog/" target="_blank"><em><strong>RuggedCams BLOG</strong></em></a></li>
    </ul>
    My css code for sub-nav is -
    #sub-nav {
        background-image: url(images/sub-nav.jpg);
        background-repeat: no-repeat;
        float: left;
        height: 45px;
        width: 687px;
        padding-right: 30px;
    My css code for sub-nav-list li is this -
    #sub-nav-list li
    display: inline;
    list-style-type: none;
    Thought that might help pinpoint where I missed something.

  • My header changes keep being changed in page setup

    For the past few days I have blanked all the headers listed in page setup. I have saved the changes, and to test I exited Firefox and then opened the program and they were still blank. But the next day when I turn on the computer the headers are back. In looking at the troubleshooting information I see there are a lot of printers listed that I have used and tested in the past. I don't know if that has anything to do with it. Thanks.
    == Troubleshooting information ==
    Application Basics
    Name
    Firefox
    Version
    3.6.3
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Auto Context
    1.5.0.3
    true
    Clean And Close
    2.5.1
    true
    [email protected]
    CoolPreviews
    3.0.1
    false
    Copy Link Text
    1.4.7
    true
    [email protected]
    DownThemAll!
    1.1.9
    false
    Downloads in Tab
    0.0.9
    false
    [email protected]
    Flashblock
    1.5.13
    true
    {3d7eb24f-2740-49df-8937-200b1cc08f8a}
    Forecastfox
    0.9.10.2
    true
    {0538E3E3-7E9B-4d49-8831-A227C80A7AD3}
    FoxyTunes
    4.0.6
    true
    {463F6CA5-EE3C-4be1-B7E6-7FEE11953374}
    Google Toolbar for Firefox
    7.0.20100326W
    true
    {3112ca9c-de6d-4884-a869-9855de68056c}
    Logitech Device Detection
    1.0.176.0
    true
    [email protected]
    Menu Editor
    1.2.6
    true
    Split Pannel
    0.8.8
    false
    [email protected]
    UnMHT
    5.6.0
    true
    Xmarks
    3.6.7
    true
    [email protected]
    myibay Firefox extension
    1.1.6
    true
    [email protected]
    zoomFox
    0.73
    false
    {79fcaa13-5f29-4c33-aad7-6c48c175760a}
    Java Console
    6.0.20
    true
    RealPlayer Browser Record Plugin
    1.1.3
    true
    Split Browser
    0.6.2009110501
    true
    {29c4afe1-db19-4298-8785-fcc94d1d6c1d}
    fireform
    0.7
    true
    [email protected]
    AI Roboform Toolbar for Firefox
    6.9.88
    false
    {22119944-ED35-4ab1-910B-E619EA06A115}
    IE View
    1.4.5.1
    true
    {6e84150a-d526-41f1-a480-a67d3fed910d}
    Ad Muncher Browser Extensions
    2.0
    true
    {3ED591BC-7CC7-495B-A526-B2431356EDC1}
    IE Tab 2 (FF 3.6+)
    2.4.14.1
    true
    {1BC9BA34-1EED-42ca-A505-6D2F1A935BBB}
    PDFescape Extension
    0.13
    false
    {2A1D5949-B519-4924-BF62-8522FE0D5274}
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind
    true
    accessibility.typeaheadfind.flashBar
    0
    browser.fixup.alternate.enabled
    false
    browser.history_expire_days
    20
    browser.history_expire_days.mirror
    20
    browser.places.importBookmarksHTML
    false
    browser.places.importDefaults
    false
    browser.places.leftPaneFolderId
    -1
    browser.places.migratePostDataAnnotations
    false
    browser.places.smartBookmarksVersion
    2
    browser.places.updateRecentTagsUri
    false
    browser.startup.homepage
    https://www.google.com/voice/?gsessionid=S-4TVWv_5j0uHHLW2AhTFA#inbox
    browser.startup.homepage_override.mstone
    rv:1.9.2.3
    browser.tabs.loadInBackground
    false
    browser.zoom.full
    false
    dom.event.contextmenu.enabled
    false
    dom.max_script_run_time
    1800
    extensions.lastAppVersion
    3.6.3
    font.size.variable.x-western
    18
    network.cookie.prefsMigrated
    true
    network.protocol-handler.warn-external.rtsp
    false
    places.last_vacuum
    1272904396
    print.print_printer
    a Brother MFC8600/9650 Series
    print.printer_A_Cute_PDF.print_bgcolor
    false
    print.printer_A_Cute_PDF.print_bgimages
    false
    print.printer_A_Cute_PDF.print_command
    print.printer_A_Cute_PDF.print_downloadfonts
    true
    print.printer_A_Cute_PDF.print_edge_bottom
    0
    print.printer_A_Cute_PDF.print_edge_left
    0
    print.printer_A_Cute_PDF.print_edge_right
    0
    print.printer_A_Cute_PDF.print_edge_top
    0
    print.printer_A_Cute_PDF.print_evenpages
    true
    print.printer_A_Cute_PDF.print_footercenter
    print.printer_A_Cute_PDF.print_footerleft
    print.printer_A_Cute_PDF.print_footerright
    print.printer_A_Cute_PDF.print_headercenter
    print.printer_A_Cute_PDF.print_headerleft
    print.printer_A_Cute_PDF.print_headerright
    print.printer_A_Cute_PDF.print_in_color
    true
    print.printer_A_Cute_PDF.print_margin_bottom
    0.5
    print.printer_A_Cute_PDF.print_margin_left
    0.5
    print.printer_A_Cute_PDF.print_margin_right
    0.5
    print.printer_A_Cute_PDF.print_margin_top
    0.5
    print.printer_A_Cute_PDF.print_oddpages
    true
    print.printer_A_Cute_PDF.print_orientation
    0
    print.printer_A_Cute_PDF.print_pagedelay
    500
    print.printer_A_Cute_PDF.print_paper_data
    1
    print.printer_A_Cute_PDF.print_paper_height
    11.00
    print.printer_A_Cute_PDF.print_paper_size_type
    0
    print.printer_A_Cute_PDF.print_paper_size_unit
    0
    print.printer_A_Cute_PDF.print_paper_width
    8.50
    print.printer_A_Cute_PDF.print_reversed
    false
    print.printer_A_Cute_PDF.print_scaling
    0.95
    print.printer_A_Cute_PDF.print_shrink_to_fit
    false
    print.printer_A_Cute_PDF.print_to_file
    false
    print.printer_A_Cute_PDF.print_unwriteable_margin_bottom
    0
    print.printer_A_Cute_PDF.print_unwriteable_margin_left
    0
    print.printer_A_Cute_PDF.print_unwriteable_margin_right
    0
    print.printer_A_Cute_PDF.print_unwriteable_margin_top
    0
    print.printer_A_hp_deskjet_5550_series.print_bgcolor
    false
    print.printer_A_hp_deskjet_5550_series.print_bgimages
    false
    print.printer_A_hp_deskjet_5550_series.print_command
    print.printer_A_hp_deskjet_5550_series.print_downloadfonts
    true
    print.printer_A_hp_deskjet_5550_series.print_edge_bottom
    0
    print.printer_A_hp_deskjet_5550_series.print_edge_left
    0
    print.printer_A_hp_deskjet_5550_series.print_edge_right
    0
    print.printer_A_hp_deskjet_5550_series.print_edge_top
    0
    print.printer_A_hp_deskjet_5550_series.print_evenpages
    true
    print.printer_A_hp_deskjet_5550_series.print_footercenter
    print.printer_A_hp_deskjet_5550_series.print_footerleft
    print.printer_A_hp_deskjet_5550_series.print_footerright
    print.printer_A_hp_deskjet_5550_series.print_headercenter
    print.printer_A_hp_deskjet_5550_series.print_headerleft
    print.printer_A_hp_deskjet_5550_series.print_headerright
    print.printer_A_hp_deskjet_5550_series.print_in_color
    true
    print.printer_A_hp_deskjet_5550_series.print_margin_bottom
    0.5
    print.printer_A_hp_deskjet_5550_series.print_margin_left
    0.5
    print.printer_A_hp_deskjet_5550_series.print_margin_right
    0.5
    print.printer_A_hp_deskjet_5550_series.print_margin_top
    0.5
    print.printer_A_hp_deskjet_5550_series.print_oddpages
    true
    print.printer_A_hp_deskjet_5550_series.print_orientation
    0
    print.printer_A_hp_deskjet_5550_series.print_pagedelay
    500
    print.printer_A_hp_deskjet_5550_series.print_paper_data
    1
    print.printer_A_hp_deskjet_5550_series.print_paper_height
    11.00
    print.printer_A_hp_deskjet_5550_series.print_paper_size_type
    0
    print.printer_A_hp_deskjet_5550_series.print_paper_size_unit
    0
    print.printer_A_hp_deskjet_5550_series.print_paper_width
    8.50
    print.printer_A_hp_deskjet_5550_series.print_reversed
    false
    print.printer_A_hp_deskjet_5550_series.print_scaling
    1.00
    print.printer_A_hp_deskjet_5550_series.print_shrink_to_fit
    false
    print.printer_A_hp_deskjet_5550_series.print_to_file
    false
    print.printer_A_hp_deskjet_5550_series.print_unwriteable_margin_bottom
    0
    print.printer_A_hp_deskjet_5550_series.print_unwriteable_margin_left
    0
    print.printer_A_hp_deskjet_5550_series.print_unwriteable_margin_right
    0
    print.printer_A_hp_deskjet_5550_series.print_unwriteable_margin_top
    0
    print.printer_Acrobat_PDFWriter.print_bgcolor
    false
    print.printer_Acrobat_PDFWriter.print_bgimages
    false
    print.printer_Acrobat_PDFWriter.print_command
    print.printer_Acrobat_PDFWriter.print_downloadfonts
    true
    print.printer_Acrobat_PDFWriter.print_edge_bottom
    0
    print.printer_Acrobat_PDFWriter.print_edge_left
    0
    print.printer_Acrobat_PDFWriter.print_edge_right
    0
    print.printer_Acrobat_PDFWriter.print_edge_top
    0
    print.printer_Acrobat_PDFWriter.print_evenpages
    true
    print.printer_Acrobat_PDFWriter.print_footercenter
    print.printer_Acrobat_PDFWriter.print_footerleft
    print.printer_Acrobat_PDFWriter.print_footerright
    print.printer_Acrobat_PDFWriter.print_headercenter
    print.printer_Acrobat_PDFWriter.print_headerleft
    print.printer_Acrobat_PDFWriter.print_headerright
    print.printer_Acrobat_PDFWriter.print_in_color
    true
    print.printer_Acrobat_PDFWriter.print_margin_bottom
    0.5
    print.printer_Acrobat_PDFWriter.print_margin_left
    0.5
    print.printer_Acrobat_PDFWriter.print_margin_right
    0.5
    print.printer_Acrobat_PDFWriter.print_margin_top
    0.5
    print.printer_Acrobat_PDFWriter.print_oddpages
    true
    print.printer_Acrobat_PDFWriter.print_orientation
    0
    print.printer_Acrobat_PDFWriter.print_pagedelay
    500
    print.printer_Acrobat_PDFWriter.print_paper_data
    1
    print.printer_Acrobat_PDFWriter.print_paper_height
    11.00
    print.printer_Acrobat_PDFWriter.print_paper_size
    7340139
    print.printer_Acrobat_PDFWriter.print_paper_size_type
    0
    print.printer_Acrobat_PDFWriter.print_paper_size_unit
    0
    print.printer_Acrobat_PDFWriter.print_paper_width
    8.50
    print.printer_Acrobat_PDFWriter.print_reversed
    false
    print.printer_Acrobat_PDFWriter.print_scaling
    1.00
    print.printer_Acrobat_PDFWriter.print_shrink_to_fit
    true
    print.printer_Acrobat_PDFWriter.print_to_file
    false
    print.printer_Acrobat_PDFWriter.print_unwriteable_margin_bottom
    0
    print.printer_Acrobat_PDFWriter.print_unwriteable_margin_left
    0
    print.printer_Acrobat_PDFWriter.print_unwriteable_margin_right
    0
    print.printer_Acrobat_PDFWriter.print_unwriteable_margin_top
    0
    print.printer_Brother_HL-2040_series.print_bgcolor
    false
    print.printer_Brother_HL-2040_series.print_bgimages
    false
    print.printer_Brother_HL-2040_series.print_command
    print.printer_Brother_HL-2040_series.print_downloadfonts
    true
    print.printer_Brother_HL-2040_series.print_edge_bottom
    0
    print.printer_Brother_HL-2040_series.print_edge_left
    0
    print.printer_Brother_HL-2040_series.print_edge_right
    0
    print.printer_Brother_HL-2040_series.print_edge_top
    0
    print.printer_Brother_HL-2040_series.print_evenpages
    true
    print.printer_Brother_HL-2040_series.print_footercenter
    print.printer_Brother_HL-2040_series.print_footerleft
    print.printer_Brother_HL-2040_series.print_footerright
    print.printer_Brother_HL-2040_series.print_headercenter
    print.printer_Brother_HL-2040_series.print_headerleft
    print.printer_Brother_HL-2040_series.print_headerright
    print.printer_Brother_HL-2040_series.print_in_color
    true
    print.printer_Brother_HL-2040_series.print_margin_bottom
    0.5
    print.printer_Brother_HL-2040_series.print_margin_left
    0.5
    print.printer_Brother_HL-2040_series.print_margin_right
    0.5
    print.printer_Brother_HL-2040_series.print_margin_top
    0.5
    print.printer_Brother_HL-2040_series.print_oddpages
    true
    print.printer_Brother_HL-2040_series.print_orientation
    0
    print.printer_Brother_HL-2040_series.print_pagedelay
    500
    print.printer_Brother_HL-2040_series.print_paper_data
    1
    print.printer_Brother_HL-2040_series.print_paper_height
    11.00
    print.printer_Brother_HL-2040_series.print_paper_size_type
    0
    print.printer_Brother_HL-2040_series.print_paper_size_unit
    0
    print.printer_Brother_HL-2040_series.print_paper_width
    8.50
    print.printer_Brother_HL-2040_series.print_reversed
    false
    print.printer_Brother_HL-2040_series.print_scaling
    1.00
    print.printer_Brother_HL-2040_series.print_shrink_to_fit
    true
    print.printer_Brother_HL-2040_series.print_to_file
    false
    print.printer_Brother_HL-2040_series.print_unwriteable_margin_bottom
    0
    print.printer_Brother_HL-2040_series.print_unwriteable_margin_left
    0
    print.printer_Brother_HL-2040_series.print_unwriteable_margin_right
    0
    print.printer_Brother_HL-2040_series.print_unwriteable_margin_top
    0
    print.printer_Brother_MFC-8220_USB.print_bgcolor
    false
    print.printer_Brother_MFC-8220_USB.print_bgimages
    false
    print.printer_Brother_MFC-8220_USB.print_command
    print.printer_Brother_MFC-8220_USB.print_downloadfonts
    true
    print.printer_Brother_MFC-8220_USB.print_edge_bottom
    0
    print.printer_Brother_MFC-8220_USB.print_edge_left
    0
    print.printer_Brother_MFC-8220_USB.print_edge_right
    0
    print.printer_Brother_MFC-8220_USB.print_edge_top
    0
    print.printer_Brother_MFC-8220_USB.print_evenpages
    true
    print.printer_Brother_MFC-8220_USB.print_footercenter
    print.printer_Brother_MFC-8220_USB.print_footerleft
    print.printer_Brother_MFC-8220_USB.print_footerright
    print.printer_Brother_MFC-8220_USB.print_headercenter
    print.printer_Brother_MFC-8220_USB.print_headerleft
    print.printer_Brother_MFC-8220_USB.print_headerright
    print.printer_Brother_MFC-8220_USB.print_in_color
    true
    print.printer_Brother_MFC-8220_USB.print_margin_bottom
    0.5
    print.printer_Brother_MFC-8220_USB.print_margin_left
    0.5
    print.printer_Brother_MFC-8220_USB.print_margin_right
    0.5
    print.printer_Brother_MFC-8220_USB.print_margin_top
    0.5
    print.printer_Brother_MFC-8220_USB.print_oddpages
    true
    print.printer_Brother_MFC-8220_USB.print_orientation
    0
    print.printer_Brother_MFC-8220_USB.print_pagedelay
    500
    print.printer_Brother_MFC-8220_USB.print_paper_data
    1
    print.printer_Brother_MFC-8220_USB.print_paper_height
    11.00
    print.printer_Brother_MFC-8220_USB.print_paper_size_type
    0
    print.printer_Brother_MFC-8220_USB.print_paper_size_unit
    0
    print.printer_Brother_MFC-8220_USB.print_paper_width
    8.50
    print.printer_Brother_MFC-8220_USB.print_reversed
    false
    print.printer_Brother_MFC-8220_USB.print_scaling
    0.95
    print.printer_Brother_MFC-8220_USB.print_shrink_to_fit
    false
    print.printer_Brother_MFC-8220_USB.print_to_file
    false
    print.printer_Brother_MFC-8220_USB.print_unwriteable_margin_bottom
    0
    print.printer_Brother_MFC-8220_USB.print_unwriteable_margin_left
    0
    print.printer_Brother_MFC-8220_USB.print_unwriteable_margin_right
    0
    print.printer_Brother_MFC-8220_USB.print_unwriteable_margin_top
    0
    print.printer_Brother_MFC8600/9650_Series.print_bgcolor
    false
    print.printer_Brother_MFC8600/9650_Series.print_bgimages
    false
    print.printer_Brother_MFC8600/9650_Series.print_command
    print.printer_Brother_MFC8600/9650_Series.print_downloadfonts
    true
    print.printer_Brother_MFC8600/9650_Series.print_edge_bottom
    0
    print.printer_Brother_MFC8600/9650_Series.print_edge_left
    0
    print.printer_Brother_MFC8600/9650_Series.print_edge_right
    0
    print.printer_Brother_MFC8600/9650_Series.print_edge_top
    0
    print.printer_Brother_MFC8600/9650_Series.print_evenpages
    true
    print.printer_Brother_MFC8600/9650_Series.print_footercenter
    print.printer_Brother_MFC8600/9650_Series.print_footerleft
    print.printer_Brother_MFC8600/9650_Series.print_footerright
    print.printer_Brother_MFC8600/9650_Series.print_headercenter
    print.printer_Brother_MFC8600/9650_Series.print_headerleft
    print.printer_Brother_MFC8600/9650_Series.print_headerright
    print.printer_Brother_MFC8600/9650_Series.print_in_color
    true
    print.printer_Brother_MFC8600/9650_Series.print_margin_bottom
    0.5
    print.printer_Brother_MFC8600/9650_Series.print_margin_left
    0.5
    print.printer_Brother_MFC8600/9650_Series.print_margin_right
    0.5
    print.printer_Brother_MFC8600/9650_Series.print_margin_top
    0.5
    print.printer_Brother_MFC8600/9650_Series.print_oddpages
    true
    print.printer_Brother_MFC8600/9650_Series.print_orientation
    0
    print.printer_Brother_MFC8600/9650_Series.print_pagedelay
    500
    print.printer_Brother_MFC8600/9650_Series.print_paper_data
    1
    print.printer_Brother_MFC8600/9650_Series.print_paper_height
    11.00
    print.printer_Brother_MFC8600/9650_Series.print_paper_size
    7340139
    print.printer_Brother_MFC8600/9650_Series.print_paper_size_type
    0
    print.printer_Brother_MFC8600/9650_Series.print_paper_size_unit
    0
    print.printer_Brother_MFC8600/9650_Series.print_paper_width
    8.50
    print.printer_Brother_MFC8600/9650_Series.print_reversed
    false
    print.printer_Brother_MFC8600/9650_Series.print_scaling
    1.00
    print.printer_Brother_MFC8600/9650_Series.print_shrink_to_fit
    false
    print.printer_Brother_MFC8600/9650_Series.print_to_file
    false
    print.printer_Brother_MFC8600/9650_Series.print_unwriteable_margin_bottom
    0
    print.printer_Brother_MFC8600/9650_Series.print_unwriteable_margin_left
    0
    print.printer_Brother_MFC8600/9650_Series.print_unwriteable_margin_right
    0
    print.printer_Brother_MFC8600/9650_Series.print_unwriteable_margin_top
    0
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_bgcolor
    false
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_bgimages
    false
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_command
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_downloadfonts
    false
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_edge_bottom
    0
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_edge_left
    0
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_edge_right
    0
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_edge_top
    0
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_evenpages
    true
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_footercenter
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_footerleft
    &PT
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_footerright
    &D
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_headercenter
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_headerleft
    &T
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_headerright
    &U
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_in_color
    true
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_margin_bottom
    0.5
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_margin_left
    0.5
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_margin_right
    0.5
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_margin_top
    0.5
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_oddpages
    true
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_orientation
    0
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_pagedelay
    500
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_paper_data
    1
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_paper_height
    11.00
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_paper_size_type
    0
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_paper_size_unit
    0
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_paper_width
    8.50
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_reversed
    false
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_scaling
    1.00
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_shrink_to_fit
    true
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_to_file
    false
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_unwriteable_margin_bottom
    0
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_unwriteable_margin_left
    0
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_unwriteable_margin_right
    0
    print.printer_Brother_MFC8600/9650_Series_(Copy_1).print_unwriteable_margin_top
    0
    print.printer_Brother_MFC9750/1200_Series.print_bgcolor
    false
    print.printer_Brother_MFC9750/1200_Series.print_bgimages
    false
    print.printer_Brother_MFC9750/1200_Series.print_command
    print.printer_Brother_MFC9750/1200_Series.print_downloadfonts
    true
    print.printer_Brother_MFC9750/1200_Series.print_edge_bottom
    0
    print.printer_Brother_MFC9750/1200_Series.print_edge_left
    0
    print.printer_Brother_MFC9750/1200_Series.print_edge_right
    0
    print.printer_Brother_MFC9750/1200_Series.print_edge_top
    0
    print.printer_Brother_MFC9750/1200_Series.print_evenpages
    true
    print.printer_Brother_MFC9750/1200_Series.print_footercenter
    print.printer_Brother_MFC9750/1200_Series.print_footerleft
    print.printer_Brother_MFC9750/1200_Series.print_footerright
    print.printer_Brother_MFC9750/1200_Series.print_headercenter
    print.printer_Brother_MFC9750/1200_Series.print_headerleft
    print.printer_Brother_MFC9750/1200_Series.print_headerright
    print.printer_Brother_MFC9750/1200_Series.print_in_color
    true
    print.printer_Brother_MFC9750/1200_Series.print_margin_bottom
    0.5
    print.printer_Brother_MFC9750/1200_Series.print_margin_left
    0.5
    print.printer_Brother_MFC9750/1200_Series.print_margin_right
    0.5
    print.printer_Brother_MFC9750/1200_Series.print_margin_top
    0.5
    print.printer_Brother_MFC9750/1200_Series.print_oddpages
    true
    print.printer_Brother_MFC9750/1200_Series.print_orientation
    0
    print.printer_Brother_MFC9750/1200_Series.print_pagedelay
    500
    print.printer_Brother_MFC9750/1200_Series.print_paper_data
    1
    print.printer_Brother_MFC9750/1200_Series.print_paper_height
    11.00
    print.printer_Brother_MFC9750/1200_Series.print_paper_size_type
    0
    print.printer_Brother_MFC9750/1200_Series.print_paper_size_unit
    0
    print.printer_Brother_MFC9750/1200_Series.print_paper_width
    8.50
    print.printer_Brother_MFC9750/1200_Series.print_reversed
    false
    print.printer_Brother_MFC9750/1200_Series.print_scaling
    0.95
    print.printer_Brother_MFC9750/1200_Series.print_shrink_to_fit
    false
    print.printer_Brother_MFC9750/1200_Series.print_to_file
    false
    print.printer_Brother_MFC9750/1200_Series.print_unwriteable_margin_bottom
    0
    print.printer_Brother_MFC9750/1200_Series.print_unwriteable_margin_left
    0
    print.printer_Brother_MFC9750/1200_Series.print_unwriteable_margin_right
    0
    print.printer_Brother_MFC9750/1200_Series.print_unwriteable_margin_top
    0
    print.printer_Canon_MF5550_Printer.print_bgcolor
    false
    print.printer_Canon_MF5550_Printer.print_bgimages
    false
    print.printer_Canon_MF5550_Printer.print_command
    print.printer_Canon_MF5550_Printer.print_downloadfonts
    true
    print.printer_Canon_MF5550_Printer.print_edge_bottom
    0
    print.printer_Canon_MF5550_Printer.print_edge_left
    0
    print.printer_Canon_MF5550_Printer.print_edge_right
    0
    print.printer_Canon_MF5550_Printer.print_edge_top
    0
    print.printer_Canon_MF5550_Printer.print_evenpages
    true
    print.printer_Canon_MF5550_Printer.print_footercenter
    print.printer_Canon_MF5550_Printer.print_footerleft
    print.printer_Canon_MF5550_Printer.print_footerright
    print.printer_Canon_MF5550_Printer.print_headercenter
    print.printer_Canon_MF5550_Printer.print_headerleft
    print.printer_Canon_MF5550_Printer.print_headerright
    print.printer_Canon_MF5550_Printer.print_in_color
    true
    print.printer_Canon_MF5550_Printer.print_margin_bottom
    0.5
    print.printer_Canon_MF5550_Printer.print_margin_left
    0.5
    print.printer_Canon_MF5550_Printer.print_margin_right
    0.5
    print.printer_Canon_MF5550_Printer.print_margin_top
    0.5
    print.printer_Canon_MF5550_Printer.print_oddpages
    true
    print.printer_Canon_MF5550_Printer.print_orientation
    0
    print.printer_Canon_MF5550_Printer.print_pagedelay
    500
    print.printer_Canon_MF5550_Printer.print_paper_data
    1
    print.printer_Canon_MF5550_Printer.print_paper_height
    11.00
    print.printer_Canon_MF5550_Printer.print_paper_size_type
    0
    print.printer_Canon_MF5550_Printer.print_paper_size_unit
    0
    print.printer_Canon_MF5550_Printer.print_paper_width
    8.50
    print.printer_Canon_MF5550_Printer.print_reversed
    false
    print.printer_Canon_MF5550_Printer.print_scaling
    0.95
    print.printer_Canon_MF5550_Printer.print_shrink_to_fit
    false
    print.printer_Canon_MF5550_Printer.print_to_file
    false
    print.printer_Canon_MF5550_Printer.print_unwriteable_margin_bottom
    0
    print.printer_Canon_MF5550_Printer.print_unwriteable_margin_left
    0
    print.printer_Canon_MF5550_Printer.print_unwriteable_margin_right
    0
    print.printer_Canon_MF5550_Printer.print_unwriteable_margin_top
    0
    print.printer_CutePDF_Writer.print_bgcolor
    false
    print.printer_CutePDF_Writer.print_bgimages
    false
    print.printer_CutePDF_Writer.print_command
    print.printer_CutePDF_Writer.print_downloadfonts
    true
    print.printer_CutePDF_Writer.print_edge_bottom
    0
    print.printer_CutePDF_Writer.print_edge_left
    0
    print.printer_CutePDF_Writer.print_edge_right
    0
    print.printer_CutePDF_Writer.print_edge_top
    0
    print.printer_CutePDF_Writer.print_evenpages
    true
    print.printer_CutePDF_Writer.print_footercenter
    print.printer_CutePDF_Writer.print_footerleft
    print.printer_CutePDF_Writer.print_footerright
    print.printer_CutePDF_Writer.print_headercenter
    print.printer_CutePDF_Writer.print_headerleft
    print.printer_CutePDF_Writer.print_headerright
    print.printer_CutePDF_Writer.print_in_color
    true
    print.printer_CutePDF_Writer.print_margin_bottom
    0.5
    print.printer_CutePDF_Writer.print_margin_left
    0.5
    print.printer_CutePDF_Writer.print_margin_right
    0.5
    print.printer_CutePDF_Writer.print_margin_top
    0.5
    print.printer_CutePDF_Writer.print_oddpages
    true
    print.printer_CutePDF_Writer.print_orientation
    0
    print.printer_CutePDF_Writer.print_pagedelay
    500
    print.printer_CutePDF_Writer.print_paper_data
    1
    print.printer_CutePDF_Writer.print_paper_height
    11.00
    print.printer_CutePDF_Writer.print_paper_size_type
    0
    print.printer_CutePDF_Writer.print_paper_size_unit
    0
    print.printer_CutePDF_Writer.print_paper_width
    8.50
    print.printer_CutePDF_Writer.print_reversed
    false
    print.printer_CutePDF_Writer.print_scaling
    1.00
    print.printer_CutePDF_Writer.print_shrink_to_fit
    true
    print.printer_CutePDF_Writer.print_to_file
    false
    print.printer_CutePDF_Writer.print_unwriteable_margin_bottom
    0
    print.printer_CutePDF_Writer.print_unwriteable_margin_left
    0
    print.printer_CutePDF_Writer.print_unwriteable_margin_right
    0
    print.printer_CutePDF_Writer.print_unwriteable_margin_top
    0
    print.printer_HP_DeskJet_1120C.print_bgcolor
    false
    print.printer_HP_DeskJet_1120C.print_bgimages
    false
    print.printer_HP_DeskJet_1120C.print_command
    print.printer_HP_DeskJet_1120C.print_downloadfonts
    true
    print.printer_HP_DeskJet_1120C.print_edge_bottom
    0
    print.printer_HP_DeskJet_1120C.print_edge_left
    0
    print.printer_HP_DeskJet_1120C.print_edge_right
    0
    print.printer_HP_DeskJet_1120C.print_edge_top
    0
    print.printer_HP_DeskJet_1120C.print_evenpages
    true
    print.printer_HP_DeskJet_1120C.print_footercenter
    print.printer_HP_DeskJet_1120C.print_footerleft
    print.printer_HP_DeskJet_1120C.print_footerright
    print.printer_HP_DeskJet_1120C.print_headercenter
    print.printer_HP_DeskJet_1120C.print_headerleft
    print.printer_HP_DeskJet_1120C.print_headerright
    print.printer_HP_DeskJet_1120C.print_in_color
    true
    print.printer_HP_DeskJet_1120C.print_margin_bottom
    0.5
    print.printer_HP_DeskJet_1120C.print_margin_left
    0.5
    print.printer_HP_DeskJet_1120C.print_margin_right
    0.5
    print.printer_HP_DeskJet_1120C.print_margin_top
    0.5
    print.printer_HP_DeskJet_1120C.print_oddpages
    true
    print.printer_HP_DeskJet_1120C.print_orientation
    0
    print.printer_HP_DeskJet_1120C.print_pagedelay
    500
    print.printer_HP_DeskJet_1120C.print_paper_data
    1
    print.printer_HP_DeskJet_1120C.print_paper_height
    11.00
    print.printer_HP_DeskJet_1120C.print_paper_size_type
    0
    print.printer_HP_DeskJet_1120C.print_paper_size_unit
    0
    print.printer_HP_DeskJet_1120C.print_paper_width
    8.50
    print.printer_HP_DeskJet_1120C.print_reversed
    false
    print.printer_HP_DeskJet_1120C.print_scaling
    1.00
    print.printer_HP_DeskJet_1120C.print_shrink_to_fit
    false
    print.printer_HP_DeskJet_1120C.print_to_file
    false
    print.printer_HP_DeskJet_1120C.print_unwriteable_margin_bottom
    0
    print.printer_HP_DeskJet_1120C.print_unwriteable_margin_left
    0
    print.printer_HP_DeskJet_1120C.print_unwriteable_margin_right
    0
    print.printer_HP_DeskJet_1120C.print_unwriteable_margin_top
    0
    print.printer_HP_DeskJet_930C/932C/935C.print_bgcolor
    false
    print.printer_HP_DeskJet_930C/932C/935C.print_bgimages
    false
    print.printer_HP_DeskJet_930C/932C/935C.print_command
    print.printer_HP_DeskJet_930C/932C/935C.print_downloadfonts
    true
    print.printer_HP_DeskJet_930C/932C/935C.print_edge_bottom
    0
    print.printer_HP_DeskJet_930C/932C/935C.print_edge_left
    0
    print.printer_HP_DeskJet_930C/932C/935C.print_edge_right
    0
    print.printer_HP_DeskJet_930C/932C/935C.print_edge_top
    0
    print.printer_HP_DeskJet_930C/932C/935C.print_evenpages
    true
    print.printer_HP_DeskJet_930C/932C/935C.print_footercenter
    print.printer_HP_DeskJet_930C/932C/935C.print_footerleft
    print.printer_HP_DeskJet_930C/932C/935C.print_footerright
    print.printer_HP_DeskJet_930C/932C/935C.print_headercenter
    print.printer_HP_DeskJet_930C/932C/935C.print_headerleft
    print.printer_HP_DeskJet_930C/932C/935C.print_headerright
    print.printer_HP_DeskJet_930C/932C/935C.print_in_color
    true
    print.printer_HP_DeskJet_930C/932C/935C.print_margin_bottom
    0.5
    print.printer_HP_DeskJet_930C/932C/935C.print_margin_left
    0.5
    print.printer_HP_DeskJet_930C/932C/935C.print_margin_right
    0.5
    print.printer_HP_DeskJet_930C/932C/935C.print_margin_top
    0.5
    print.printer_HP_DeskJet_930C/932C/935C.print_oddpages
    true
    print.printer_HP_DeskJet_930C/932C/935C.print_orientation
    0
    print.printer_HP_DeskJet_930C/932C/935C.print_pagedelay
    500
    print.printer_HP_DeskJet_930C/932C/935C.print_paper_data
    1
    print.printer_HP_DeskJet_930C/932C/935C.print_paper_height
    11.00
    print.printer_HP_DeskJet_930C/932C/935C.print_paper_size_type
    0
    print.printer_HP_DeskJet_930C/932C/935C.print_paper_size_unit
    0
    print.printer_HP_DeskJet_930C/932C/935C.print_paper_width
    8.50
    print.printer_HP_DeskJet_930C/932C/935C.print_reversed
    false
    print.printer_HP_DeskJet_930C/932C/935C.print_scaling
    1.00
    print.printer_HP_DeskJet_930C/932C/935C.print_shrink_to_fit
    false
    print.printer_HP_DeskJet_930C/932C/935C.print_to_file
    false
    print.printer_HP_DeskJet_930C/932C/935C.print_unwriteable_margin_bottom
    0
    print.printer_HP_DeskJet_930C/932C/935C.print_unwriteable_margin_left
    0
    print.printer_HP_DeskJet_930C/932C/935C.print_unwriteable_margin_right
    0
    print.printer_HP_DeskJet_930C/932C/935C.print_unwriteable_margin_top
    0
    print.printer_HP_LaserJet_1100.print_bgcolor
    false
    print.printer_HP_LaserJet_1100.print_bgimages
    false
    print.printer_HP_LaserJet_1100.print_command
    print.printer_HP_LaserJet_1100.print_downloadfonts
    true
    print.printer_HP_LaserJet_1100.print_edge_bottom
    0
    print.printer_HP_LaserJet_1100.print_edge_left
    0
    print.printer_HP_LaserJet_1100.print_edge_right
    0
    print.printer_HP_LaserJet_1100.print_edge_top
    0
    print.printer_HP_LaserJet_1100.print_evenpages
    true
    print.printer_HP_LaserJet_1100.print_footercenter
    print.printer_HP_LaserJet_1100.print_footerleft
    print.printer_HP_LaserJet_1100.print_footerright
    print.printer_HP_LaserJet_1100.print_headercenter
    print.printer_HP_LaserJet_1100.print_headerleft
    print.printer_HP_LaserJet_1100.print_headerright
    print.printer_HP_LaserJet_1100.print_in_color
    true
    print.printer_HP_LaserJet_1100.print_margin_bottom
    0.5
    print.printer_HP_LaserJet_1100.print_margin_left
    0.5
    print.printer_HP_LaserJet_1100.print_margin_right
    0.5
    print.printer_HP_LaserJet_1100.print_margin_top
    0.5
    print.printer_HP_LaserJet_1100.print_oddpages
    true
    print.printer_HP_LaserJet_1100.print_orientation
    0
    print.printer_HP_LaserJet_1100.print_pagedelay
    500
    print.printer_HP_LaserJet_1100.print_paper_data
    1
    print.printer_HP_LaserJet_1100.print_paper_height
    11.00
    print.printer_HP_LaserJet_1100.print_paper_size
    7340139
    print.printer_HP_LaserJet_1100.print_paper_size_type
    0
    print.printer_HP_LaserJet_1100.print_paper_size_unit
    0
    print.printer_HP_LaserJet_1100.print_paper_width
    8.50
    print.printer_HP_LaserJet_1100.print_reversed
    false
    print.printer_HP_LaserJet_1100.print_scaling
    1.00
    print.printer_HP_LaserJet_1100.print_shrink_to_fit
    false
    print.printer_HP_LaserJet_1100.print_to_file
    false
    print.printer_HP_LaserJet_1100.print_unwriteable_margin_bottom
    0
    print.printer_HP_LaserJet_1100.print_unwriteable_margin_left
    0
    print.printer_HP_LaserJet_1100.print_unwriteable_margin_right
    0
    print.printer_HP_LaserJet_1100.print_unwriteable_margin_top
    0
    print.printer_HP_LaserJet_1100_(MS).print_bgcolor
    false
    print.printer_HP_LaserJet_1100_(MS).print_bgimages
    false
    print.printer_HP_LaserJet_1100_(MS).print_command
    print.printer_HP_LaserJet_1100_(MS).print_downloadfonts
    true
    print.printer_HP_LaserJet_1100_(MS).print_evenpages
    true
    print.printer_HP_LaserJet_1100_(MS).print_footercenter
    print.printer_HP_LaserJet_1100_(MS).print_footerleft
    print.printer_HP_LaserJet_1100_(MS).print_footerright
    print.printer_HP_LaserJet_1100_(MS).print_headercenter
    print.printer_HP_LaserJet_1100_(MS).print_headerleft
    print.printer_HP_LaserJet_1100_(MS).print_headerright
    print.printer_HP_LaserJet_1100_(MS).print_in_color
    true
    print.printer_HP_LaserJet_1100_(MS).print_margin_bottom
    0.5
    print.printer_HP_LaserJet_1100_(MS).print_margin_left
    0.5
    print.printer_HP_LaserJet_1100_(MS).print_margin_right
    0.5
    print.printer_HP_LaserJet_1100_(MS).print_margin_top
    0.5
    print.printer_HP_LaserJet_1100_(MS).print_oddpages
    true
    print.printer_HP_LaserJet_1100_(MS).print_orientation
    0
    print.printer_HP_LaserJet_1100_(MS).print_pagedelay
    500
    print.printer_HP_LaserJet_1100_(MS).print_paper_data
    1
    print.printer_HP_LaserJet_1100_(MS).print_paper_height
    11.00
    print.printer_HP_LaserJet_1100_(MS).print_paper_size
    7340139
    print.printer_HP_LaserJet_1100_(MS).print_paper_size_type
    0
    print.printer_HP_LaserJet_1100_(MS).print_paper_size_unit
    0
    print.printer_HP_LaserJet_1100_(MS).print_paper_width
    8.50
    print.printer_HP_LaserJet_1100_(MS).print_reversed
    false
    print.printer_HP_LaserJet_1100_(MS).print_scaling
    1.00
    print.printer_HP_LaserJet_1100_(MS).print_shrink_to_fit
    true
    print.printer_HP_LaserJet_1100_(MS).print_to_file
    false
    print.printer_Lexmark_E210.print_bgcolor
    false
    print.printer_Lexmark_E210.print_bgimages
    false
    print.printer_Lexmark_E210.print_command
    print.printer_Lexmark_E210.print_downloadfonts
    true
    print.printer_Lexmark_E210.print_edge_bottom
    0
    print.printer_Lexmark_E210.print_edge_left
    0
    print.printer_Lexmark_E210.print_edge_right
    0
    print.printer_Lexmark_E210.print_edge_top
    0
    print.printer_Lexmark_E210.print_evenpages
    true
    print.printer_Lexmark_E210.print_footercenter
    print.printer_Lexmark_E210.print_footerleft
    print.printer_Lexmark_E210.print_footerright
    print.printer_Lexmark_E210.print_headercenter
    print.printer_Lexmark_E210.print_headerleft
    print.printer_Lexmark_E210.print_headerright
    print.printer_Lexmark_E210.print_in_color
    true
    print.printer_Lexmark_E210.print_margin_bottom
    0.5
    print.printer_Lexmark_E210.print_margin_left
    0.5
    print.printer_Lexmark_E210.print_margin_right
    0.5
    print.printer_Lexmark_E210.print_margin_top
    0.5
    print.printer_Lexmark_E210.print_oddpages
    true
    print.printer_Lexmark_E210.print_orientation
    0
    print.printer_Lexmark_E210.print_pagedelay
    500
    print.printer_Lexmark_E210.print_paper_data
    1
    print.printer_Lexmark_E210.print_paper_height
    11.00
    print.printer_Lexmark_E210.print_paper_size_type
    0
    print.printer_Lexmark_E210.print_paper_size_unit
    0
    print.printer_Lexmark_E210.print_paper_width
    8.50
    print.printer_Lexmark_E210.print_reversed
    false
    print.printer_Lexmark_E210.print_scaling
    0.95
    print.printer_Lexmark_E210.print_shrink_to_fit
    false
    print.printer_Lexmark_E210.print_to_file
    false
    print.printer_Lexmark_E210.print_unwriteable_margin_bottom
    0
    print.printer_Lexmark_E210.print_unwriteable_margin_left
    0
    print.printer_Lexmark_E210.print_unwriteable_margin_right
    0
    print.printer_Lexmark_E210.print_unwriteable_margin_top
    0
    print.printer_Lexmark_Optra_E312L_(MS).print_bgcolor
    false
    print.printer_Lexmark_Optra_E312L_(MS).print_bgimages
    false
    print.printer_Lexmark_Optra_E312L_(MS).print_command
    print.printer_Lexmark_Optra_E312L_(MS).print_downloadfonts
    true
    print.printer_Lexmark_Optra_E312L_(MS).print_edge_bottom
    0
    print.printer_Lexmark_Optra_E312L_(MS).print_edge_left
    0
    print.printer_Lexmark_Optra_E312L_(MS).print_edge_right
    0
    print.printer_Lexmark_Optra_E312L_(MS).print_edge_top
    0
    print.printer_Lexmark_Optra_E312L_(MS).print_evenpages
    true
    print.printer_Lexmark_Optra_E312L_(MS).print_footercenter
    print.printer_Lexmark_Optra_E312L_(MS).print_footerleft
    print.printer_Lexmark_Optra_E312L_(MS).print_footerright
    print.printer_Lexmark_Optra_E312L_(MS).print_headercenter
    print.printer_Lexmark_Optra_E312L_(MS).print_headerleft
    print.printer_Lexmark_Optra_E312L_(MS).print_headerright
    print.printer_Lexmark_Optra_E312L_(MS).print_in_color
    true
    print.printer_Lexmark_Optra_E312L_(MS).print_margin_bottom
    0.5
    print.printer_Lexmark_Optra_E312L_(MS).print_margin_left
    0.5
    print.printer_Lexmark_Optra_E312L_(MS).print_margin_right
    0.5
    print.printer_Lexmark_Optra_E312L_(MS).print_margin_top
    0.5
    print.printer_Lexmark_Optra_E312L_(MS).print_oddpages
    true
    print.printer_Lexmark_Optra_E312L_(MS).print_orientation
    0
    print.printer_Lexmark_Optra_E312L_(MS).print_pagedelay
    500
    print.printer_Lexmark_Optra_E312L_(MS).print_paper_data
    1
    print.printer_Lexmark_Optra_E312L_(MS).print_paper_height
    11.00
    print.printer_Lexmark_Optra_E312L_(MS).print_paper_size_type
    1
    print.printer_Lexmark_Optra_E312L_(MS).print_paper_size_unit
    0
    print.printer_Lexmark_Optra_E312L_(MS).print_paper_width
    8.50
    print.printer_Lexmark_Optra_E312L_(MS).print_reversed
    false
    print.printer_Lexmark_Optra_E312L_(MS).print_scaling
    0.95
    print.printer_Lexmark_Optra_E312L_(MS).print_shrink_to_fit
    false
    print.printer_Lexmark_Optra_E312L_(MS).print_to_file
    false
    print.printer_Lexmark_Optra_E312L_(MS).print_unwriteable_margin_bottom
    0
    print.printer_Lexmark_Optra_E312L_(MS).print_unwriteable_margin_left
    0
    print.printer_Lexmark_Optra_E312L_(MS).print_unwriteable_margin_right
    0
    print.printer_Lexmark_Optra_E312L_(MS).print_unwriteable_margin_top
    0
    print.printer_a_Brother_MFC8600/9650_Series.print_bgcolor
    false
    print.printer_a_Brother_MFC8600/9650_Series.print_bgimages
    false
    print.printer_a_Brother_MFC8600/9650_Series.print_command
    print.printer_a_Brother_MFC8600/9650_Series.print_downloadfonts
    false
    print.printer_a_Brother_MFC8600/9650_Series.print_edge_bottom
    0
    print.printer_a_Brother_MFC8600/9650_Series.print_edge_left
    0
    print.printer_a_Brother_MFC8600/9650_Series.print_edge_right
    0
    print.printer_a_Brother_MFC8600/9650_Series.print_edge_top
    0
    print.printer_a_Brother_MFC8600/9650_Series.print_evenpages
    true
    print.printer_a_Brother_MFC8600/9650_Series.print_footercenter
    print.printer_a_Brother_MFC8600/9650_Series.print_footerleft
    print.printer_a_Brother_MFC8600/9650_Series.print_footerright
    print.printer_a_Brother_MFC8600/9650_Series.print_headercenter
    print.printer_a_Brother_MFC8600/9650_Series.print_headerleft
    print.printer_a_Brother_MFC8600/9650_Series.print_headerright
    print.printer_a_Brother_MFC8600/9650_Series.print_in_color
    true
    print.printer_a_Brother_MFC8600/9650_Series.print_margin_bottom
    0.5
    print.printer_a_Brother_MFC8600/9650_Series.print_margin_left
    0.5
    print.printer_a_Brother_MFC8600/9650_Series.print_margin_right
    0.5
    print.printer_a_Brother_MFC8600/9650_Series.print_margin_top
    0.5
    print.printer_a_Brother_MFC8600/9650_Series.print_oddpages
    true
    print.printer_a_Brother_MFC8600/9650_Series.print_orientation
    0
    print.printer_a_Brother_MFC8600/9650_Series.print_pagedelay
    500
    print.printer_a_Brother_MFC8600/9650_Series.print_paper_data
    1
    print.printer_a_Brother_MFC8600/9650_Series.print_paper_height
    11.00
    print.printer_a_Brother_MFC8600/9650_Series.print_paper_size_type
    0
    print.printer_a_Brother_MFC8600/9650_Series.print_paper_size_unit
    0
    print.printer_a_Brother_MFC8600/9650_Series.print_paper_width
    8.50
    print.printer_a_Brother_MFC8600/9650_Series.print_reversed
    false
    print.printer_a_Brother_MFC8600/9650_Series.print_scaling
    1.00
    print.printer_a_Brother_MFC8600/9650_Series.print_shrink_to_fit
    true
    print.printer_a_Brother_MFC8600/9650_Series.print_to_file
    false
    print.printer_a_Brother_MFC8600/9650_Series.print_unwriteable_margin_bottom
    0
    print.printer_a_Brother_MFC8600/9650_Series.print_unwriteable_margin_left
    0
    print.printer_a_Brother_MFC8600/9650_Series.print_unwriteable_margin_right
    0
    print.printer_a_Brother_MFC8600/9650_Series.print_unwriteable_margin_top
    0
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_bgcolor
    false
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_bgimages
    false
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_command
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_downloadfonts
    false
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_edge_bottom
    0
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_edge_left
    0
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_edge_right
    0
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_edge_top
    0
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_evenpages
    true
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_footercenter
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_footerleft
    &PT
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_footerright
    &D
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_headercenter
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_headerleft
    &T
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_headerright
    &U
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_in_color
    true
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_margin_bottom
    0.5
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_margin_left
    0.5
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_margin_right
    0.5
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_margin_top
    0.5
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_oddpages
    true
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_orientation
    0
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_pagedelay
    500
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_paper_data
    1
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_paper_height
    11.00
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_paper_size_type
    0
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_paper_size_unit
    0
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_paper_width
    8.50
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_reversed
    false
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_scaling
    1.00
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_shrink_to_fit
    true
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_to_file
    false
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_unwriteable_margin_bottom
    0
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_unwriteable_margin_left
    0
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_unwriteable_margin_right
    0
    print.printer_a_Brother_MFC8600/9650_Series_(Copy_1).print_unwriteable_margin_top
    0
    print.printer_a_HP_DeskJet_930C/932C/935C.print_bgcolor
    false
    print.printer_a_HP_DeskJet_930C/932C/935C.print_bgimages
    false
    print.printer_a_HP_DeskJet_930C/932C/935C.print_command
    print.printer_a_HP_DeskJet_930C/932C/935C.print_downloadfonts
    true
    print.printer_a_HP_DeskJet_930C/932C/935C.print_edge_bottom
    0
    print.printer_a_HP_DeskJet_930C/932C/935C.print_edge_left
    0
    print.printer_a_HP_DeskJet_930C/932C/935C.print_edge_right
    0
    print.printer_a_HP_DeskJet_930C/932C/935C.print_edge_top
    0
    print.printer_a_HP_DeskJet_930C/932C/935C.print_evenpages
    true
    print.printer_a_HP_DeskJet_930C/932C/935C.print_footercenter
    print.printer_a_HP_DeskJet_930C/932C/935C.print_footerleft
    print.printer_a_HP_DeskJet_930C/932C/935C.print_footerright
    print.printer_a_HP_DeskJet_930C/932C/935C.print_headercenter
    print.printer_a_HP_DeskJet_930C/932C/935C.print_headerleft
    print.printer_a_HP_DeskJet_930C/932C/935C.print_headerright
    print.printer_a_HP_DeskJet_930C/932C/935C.print_in_color
    true
    print.printer_a_HP_DeskJet_930C/932C/935C.print_margin_bottom
    0.5
    print.printer_a_HP_DeskJet_930C/932C/935C.print_margin_left
    0.5
    print.printer_a_HP_DeskJet_930C/932C/935C.print_margin_right
    0.5
    print.printer_a_HP_DeskJet_930C/932C/935C.print_margin_top
    0.5
    print.printer_a_HP_DeskJet_930C/932C/935C.print_oddpages
    true
    print.printer_a_HP_DeskJet_930C/932C/935C.print_orientation
    0
    print.printer_a_HP_DeskJet_930C/932C/935C.print_pagedelay
    500
    print.printer_a_HP_DeskJet_930C/932C/935C.print_paper_data
    1
    print.printer_a_HP_DeskJet_930C/932C/935C.print_paper_height
    11.00
    print.printer_a_HP_DeskJet_930C/932C/935C.print_paper_size_type
    0
    print.printer_a_HP_DeskJet_930C/932C/935C.print_paper_size_unit
    0
    print.printer_a_HP_DeskJet_930C/932C/935C.print_paper_width
    8.50
    print.printer_a_HP_DeskJet_930C/932C/935C.print_reversed
    false
    print.printer_a_HP_DeskJet_930C/932C/935C.print_scaling
    1.00
    print.printer_a_HP_DeskJet_930C/932C/935C.print_shrink_to_fit
    false
    print.printer_a_HP_DeskJet_930C/932C/935C.print_to_file
    false
    print.printer_a_HP_DeskJet_930C/932C/935C.print_unwriteable_margin_bottom
    0
    print.printer_a_HP_DeskJet_930C/932C/935C.print_unwriteable_margin_left
    0
    print.printer_a_HP_DeskJet_930C/932C/935C.print_unwriteable_margin_right
    0
    print.printer_a_HP_DeskJet_930C/932C/935C.print_unwriteable_margin_top
    0
    print.printer_a_hp_LaserJet_1300_PCL_5.print_bgcolor
    false
    print.printer_a_hp_LaserJet_1300_PCL_5.print_bgimages
    false
    print.printer_a_hp_LaserJet_1300_PCL_5.print_command
    print.printer_a_hp_LaserJet_1300_PCL_5.print_downloadfonts
    false
    print.printer_a_hp_LaserJet_1300_PCL_5.print_edge_bottom
    0
    print.printer_a_hp_LaserJet_1300_PCL_5.print_edge_left
    0
    print.printer_a_hp_LaserJet_1300_PCL_5.print_edge_right
    0
    print.printer_a_hp_LaserJet_1300_PCL_5.print_edge_top
    0
    print.printer_a_hp_LaserJet_1300_PCL_5.print_evenpages
    true
    print.printer_a_hp_LaserJet_1300_PCL_5.print_footercenter
    print.printer_a_hp_LaserJet_1300_PCL_5.print_footerleft
    &PT
    print.printer_a_hp_LaserJet_1300_PCL_5.print_footerright
    &D
    print.printer_a_hp_LaserJet_1300_PCL_5.print_headercenter
    print.printer_a_hp_LaserJet_1300_PCL_5.print_headerleft
    &T
    print.printer_a_hp_LaserJet_1300_PCL_5.print_headerright
    &U
    print.printer_a_hp_LaserJet_1300_PCL_5.print_in_color
    true
    print.printer_a_hp_LaserJet_1300_PCL_5.print_margin_bottom
    0.5
    print.printer_a_hp_LaserJet_1300_PCL_5.print_margin_left
    0.5
    print.printer_a_hp_LaserJet_1300_PCL_5.print_margin_right
    0.5
    print.printer_a_hp_LaserJet_1300_PCL_5.print_margin_top
    0.5
    print.printer_a_hp_LaserJet_1300_PCL_5.print_oddpages
    true
    print.printer_a_hp_LaserJet_1300_PCL_5.print_orientation
    0
    print.printer_a_hp_LaserJet_1300_PCL_5.print_pagedelay
    500
    print.printer_a_hp_LaserJet_1300_PCL_5.print_paper_data
    1
    print.printer_a_hp_LaserJet_1300_PCL_5.print_paper_height
    11.00
    print.printer_a_hp_LaserJet_1300_PCL_5.print_paper_size_type
    0
    print.printer_a_hp_LaserJet_1300_PCL_5.print_paper_size_unit
    0
    print.printer_a_hp_LaserJet_1300_PCL_5.print_paper_width
    8.50
    print.printer_a_hp_LaserJet_1300_PCL_5.print_reversed
    false
    print.printer_a_hp_LaserJet_1300_PCL_5.print_scaling
    1.00
    print.printer_a_hp_LaserJet_1300_PCL_5.print_shrink_to_fit
    true
    print.printer_a_hp_LaserJet_1300_PCL_5.print_to_file
    false
    print.printer_a_hp_LaserJet_1300_PCL_5.print_unwriteable_margin_bottom
    0
    print.printer_a_hp_LaserJet_1300_PCL_5.print_unwriteable_margin_left
    0
    print.printer_a_hp_LaserJet_1300_PCL_5.print_unwriteable_margin_right
    0
    print.printer_a_hp_LaserJet_1300_PCL_5.print_unwriteable_margin_top
    0
    print.printer_aa_Brother_MFC8600/9650_Series.print_bgcolor
    false
    print.printer_aa_Brother_MFC8600/9650_Series.print_bgimages
    false
    print.printer_aa_Brother_MFC8600/9650_Series.print_command
    print.printer_aa_Brother_MFC8600/9650_Series.print_downloadfonts
    true
    print.printer_aa_Brother_MFC8600/9650_Series.print_edge_bottom
    0
    print.printer_aa_Brother_MFC8600/9650_Series.print_edge_left
    0
    print.printer_aa_Brother_MFC8600/9650_Series.print_edge_right
    0
    print.printer_aa_Brother_MFC8600/9650_Series.print_edge_top
    0
    print.printer_aa_Brother_MFC8600/9650_Series.print_evenpages
    true
    print.printer_aa_Brother_MFC8600/9650_Series.print_footercenter
    print.printer_aa_Brother_MFC8600/9650_Series.print_footerleft
    print.printer_aa_Brother_MFC8600/9650_Series.print_footerright
    print.printer_aa_Brother_MFC8600/9650_Series.print_headercenter
    print.printer_aa_Brother_MFC8600/9650_Series.print_headerleft
    print.printer_aa_Brother_MFC8600/9650_Series.print_headerright
    print.printer_aa_Brother_MFC8600/9650_Series.print_in_color
    true
    print.printer_aa_Brother_MFC8600/9650_Series.print_margin_bottom
    0.5
    print.printer_aa_Brother_MFC8600/9650_Series.print_margin_left
    0.5
    print.printer_aa_Brother_MFC8600/9650_Series.print_margin_right
    0.5
    print.printer_aa_Brother_MFC8600/9650_Series.print_margin_top
    0.5
    print.printer_aa_Brother_MFC8600/9650_Series.print_oddpages
    true
    print.printer_aa_Brother_MFC8600/9650_Series.print_orientation
    0
    print.printer_aa_Brother_MFC8600/9650_Series.print_pagedelay
    500
    print.printer_aa_Brother_MFC8600/9650_Series.print_paper_data
    1
    print.printer_aa_Brother_MFC8600/9650_Series.print_paper_height
    11.00
    print.printer_aa_Brother_MFC8600/9650_Series.print_paper_size_type
    0
    print.printer_aa_Brother_MFC8600/9650_Series.print_paper_size_unit
    0
    print.printer_aa_Brother_MFC8600/9650_Series.print_paper_width
    8.50
    print.printer_aa_Brother_MFC8600/9650_Series.print_reversed
    false
    print.printer_aa_Brother_MFC8600/9650_Series.print_scaling
    0.95
    print.printer_aa_Brother_MFC8600/9650_Series.print_shrink_to_fit
    false
    print.printer_aa_Brother_MFC8600/9650_Series.print_to_file
    false
    print.printer_aa_Brother_MFC8600/9650_Series.print_unwriteable_margin_bottom
    0
    print.printer_aa_Brother_MFC8600/9650_Series.print_unwriteable_margin_left
    0
    print.printer_aa_Brother_MFC8600/9650_Series.print_unwriteable_margin_right
    0
    print.printer_aa_Brother_MFC8600/9650_Series.print_unwriteable_margin_top
    0
    print.printer_aa_HP_LaserJet_1100.print_bgcolor
    false
    print.printer_aa_HP_LaserJet_1100.print_bgimages
    false
    print.printer_aa_HP_LaserJet_1100.print_command
    print.printer_aa_HP_LaserJet_1100.print_downloadfonts
    true
    print.printer_aa_HP_LaserJet_1100.print_edge_bottom
    0
    print.printer_aa_HP_LaserJet_1100.print_edge_left
    0
    print.printer_aa_HP_LaserJet_1100.print_edge_right
    0
    print.printer_aa_HP_LaserJet_1100.print_edge_top
    0
    print.printer_aa_HP_LaserJet_1100.print_evenpages
    true
    print.printer_aa_HP_LaserJet_1100.print_footercenter
    print.printer_aa_HP_LaserJet_1100.print_footerleft
    print.printer_aa_HP_LaserJet_1100.print_footerright
    print.printer_aa_HP_LaserJet_1100.print_headercenter
    print.printer_aa_HP_LaserJet_1100.print_headerleft
    print.printer_aa_HP_LaserJet_1100.print_headerright
    print.printer_aa_HP_LaserJet_1100.print_in_color
    true
    print.printer_aa_HP_LaserJet_1100.print_margin_bottom
    0.5
    print.printer_aa_HP_LaserJet_1100.print_margin_left
    0.5
    print.printer_aa_HP_LaserJet_1100.print_margin_right
    0.5
    print.printer_aa_HP_LaserJet_1100.print_margin_top
    0.5
    print.printer_aa_HP_LaserJet_1100.print_oddpages
    true
    print.printer_aa_HP_LaserJet_1100.print_orientation
    0
    print.printer_aa_HP_LaserJet_1100.print_pagedelay
    500
    print.printer_aa_HP_LaserJet_1100.print_paper_data
    1
    print.printer_aa_HP_LaserJet_1100.print_paper_height
    11.00
    print.printer_aa_HP_LaserJet_1100.print_paper_size_type
    0
    print.printer_aa_HP_LaserJet_1100.print_paper_size_unit
    0
    print.printer_aa_HP_LaserJet_1100.print_paper_width
    8.50
    print.printer_aa_HP_LaserJet_1100.print_reversed
    false
    print.printer_aa_HP_LaserJet_1100.print_scaling
    0.95
    print.printer_aa_HP_LaserJet_1100.print_shrink_to_fit
    false
    print.printer_aa_HP_LaserJet_1100.print_to_file
    false
    print.printer_aa_HP_LaserJet_1100.print_unwriteable_margin_bottom
    0
    print.printer_aa_HP_LaserJet_1100.print_unwriteable_margin_left
    0
    print.printer_aa_HP_LaserJet_1100.print_unwriteable_margin_right
    0
    print.printer_aa_HP_LaserJet_1100.print_unwriteable_margin_top
    0
    print.printer_hp_LaserJet_1000.print_bgcolor
    false
    print.printer_hp_LaserJet_1000.print_bgimages
    false
    print.printer_hp_LaserJet_1000.print_command
    print.printer_hp_LaserJet_1000.print_downloadfonts
    true
    print.printer_hp_LaserJet_1000.print_evenpages
    true
    print.printer_hp_LaserJet_1000.print_footercenter
    print.printer_hp_LaserJet_1000.print_footerleft
    print.printer_hp_LaserJet_1000.print_footerright
    print.printer_hp_LaserJet_1000.print_headercenter
    print.printer_hp_LaserJet_1000.print_headerleft
    print.printer_hp_LaserJet_1000.print_headerright
    print.printer_hp_LaserJet_1000.print_in_color
    true
    print.printer_hp_LaserJet_1000.print_margin_bottom
    0.5
    print.printer_hp_LaserJet_1000.print_margin_left
    0.5
    print.printer_hp_LaserJet_1000.print_margin_right
    0.5
    print.printer_hp_LaserJet_1000.print_margin_top
    0.5
    print.printer_hp_LaserJet_1000.print_oddpages
    true
    print.printer_hp_LaserJet_1000.print_orientation
    0
    print.printer_hp_LaserJet_1000.print_pagedelay
    500
    print.printer_hp_LaserJet_1000.print_paper_data
    1
    print.printer_hp_LaserJet_1000.print_paper_height
    11.00
    print.printer_hp_LaserJet_1000.print_paper_size
    7340139
    print.printer_hp_LaserJet_1000.print_paper_size_type
    0
    print.printer_hp_LaserJet_1000.print_paper_size_unit
    0
    print.printer_hp_LaserJet_1000.print_paper_width
    8.50
    print.printer_hp_LaserJet_1000.print_r

    Sorry I have been away from this system forr a while. when I turned it on this morning and launched Firefox it upgraded me to version 31.0.
    Attached are three Png files, one is what happens if I try to print to do a print preview. If I try to print a web page it prints the same thing.
    The other file is what comes up when I click on page setup. It opens a very wide window that is a copy of the web page that was there when page setup was clicked on.
    The Third is what happens to the above page setup window when I drag the window to the left.

  • Column heading change in print ALV report

    Hi,
    when i see ALV report output that time column heading is correct. but when i see print preview it's give another column heading.
    like
    column heading - Delivery Challan no it's come in print preview only delivery.
    Thanks in Advance.
    regards.
    Sam.

    Hi,
    thanks.
    I have already use this in report.
    like.
      CLEAR WA_FIELDCAT.
      WA_FIELDCAT-COL_POS       = POS.
      WA_FIELDCAT-FIELDNAME = 'VBELN'.
      WA_FIELDCAT-REF_TABNAME = 'LIPS'.
      WA_FIELDCAT-SELTEXT_M = 'DELIVERY CHALLAN NO'.
      WA_FIELDCAT-OUTPUTLEN       = 20.
      APPEND WA_FIELDCAT TO T_FIELDCAT.
    Regard
    Sam

  • Check Box in JTable Header Changes

    Hi All,
    In JTable, we have JCheckBox as header. And respetive data also check box's (new Boolean() objects) i have given. When i select header check , all the data check boxes are getting selected. Later if unselect any data check box, Header check box should be deselected. I am not able to deselect Header check box, if the user unselect any data check box.
    So Please send sample program on this. And please try to solve my question.
    Thanks to All
    Mohan

    Cross-post: http://forum.java.sun.com/thread.jspa?threadID=5202809

Maybe you are looking for

  • FF8.0 on iMac is losing bookmark Icons for websites one at a time

    Updated to FF8 on my iMac this morning ( OS 10.6 Snow Leopard ). I immediately noticed that the mini-Icons for websites were disappearing from the Bookmarks menu and the main URL address bar as each website/bookmark was visited. I like those icons an

  • Logical standby not working

    Hi, i have configured logical standby in 11gr2. IT replicates properly. Now the replication get stopped and it show the below error. Please suggest me to start the replication. LOGMINER: Begin mining logfile during commit scan for session 1 thread 1

  • Purchase order confirmation not visible

    Hello,   I insert a confirmation at purchase order position level. After saving, the confirmation row disappear. I try to insert it again but I receive a dump with DUP_REC insert in table EKES. I check the table and the row is present. What's happens

  • Using Text Editor control in Visual Compose

    Hello, I have added Text Editor control in a input form with certain dimensions, but when I preview the form the text edit field has different height than my layout view. Do you know what am I doing wrong? Marcelo

  • How to import images edited in Capture NX-2 to Lightroom 3?

    I've just started using Lightroom 3 and I'm thrilled with what it allows me to do. However, I have many thousands of images that were edited in Nikon Capture NX-2. Now I want to import them into Photoshop Lightroom 3 and use Lightroom as my workflow