HP K8600 page default problem

The above printer insists on defaulting to A4 Banner. I have tried to edit the .ppd file in /etc/cups/ppd (mentioned elsewhere on Apple Discussions), but can't see an obvious place where the page size is set to default to A4 Banner. Any advice?

Have you tried using Print & Fax Prefs or the CUPS admin page (http://127.0.0.1:631/) to set the default page size?
The ppd should have a *DefaultPageSize entry that indicates the default page size.

Similar Messages

  • Page Size Problem in Pdf

    Hi All,
    I want to print cheques form oracle Reports 10g, I developed report in 6i & it works fine, Now I am going to convert it in 10g, in report developer it works fine but when it generates through reports server it generates on full pdf page.
    Kindly help me how can I reduce the page size by default.
    Regards,
    Najeebullah Soomro

    Salam, Najeebullah Soomro
    I want to print cheques form oracle Reports 10g, I developed report in 6i & it works fineDoes PDF also working as your page setup in 6i?
    Now I am going to convert it in 10g, in report developer it works fine but when it generates through reports server it generates on full pdf page.Now problem in 10g PDF ?
    set the page margin at layout property and also make smaller the frame at Edit Margin mode.
    Hope this helps

  • AOL and AOl being shown as my home page default.

    After a factory redo and some updates, my laptop, running 32bit Vista, ended up by opening in AOL and AOl being shown as my home page default. I do not want AOL but cant get rid of it HOW do I get rid of it? I keep going to tools and options and changing it to http:\home.suddenlink.net but keeps going to the default.
    TIA, tvksi

    LeeH28 wrote: After a factory redo and some updates, my laptop, running 32bit Vista, ended up by opening in AOL and AOl being shown as my home page default. I do not want AOL but cant get rid of it HOW do I get rid of it? I keep going to tools and options and changing it to http:\home.suddenlink.net but keeps going to the default. TIA, tvksi
    Hello LeeH28, Can you advise the browser you are using? Have you tried to uninstall AOL?
    Just a thought.
    Please click the White Kudos star on the left, to say thanks.
    Please mark Accept As Solution if it solves your problem.

  • BSP Page logout problem

    Hello @ all,
    I have a BSP page with a logonpage which I have customized in SICF. Now I want to have a button where I can close application and get back to the logon screen. Can some one explain me how to realize this.I´m using this as startpage to my bsp:
    <%@page language="abap" %>
    <%
      " PLEASE READ INFO AT PAGE BUTTON!!!
      " This page should always used be as entry point into application.
      " Copy this page into your BSP application, and change line below.
      DATA: target_page TYPE STRING VALUE 'index.htm'.
      DATA: frame       type string.
      frame = sy-uzeit.
    %>
    <html>
    <script language="JavaScript">
    <%= runtime->GET_DOMAIN_RELAX_SCRIPT( ) %>
    // Delete the cookie with the specified name.
    function DelSso2Cookie(sName,sPath)
        var sso2Domain = location.hostname;
        if (location.hostname.indexOf(".")>0)
            sso2Domain = location.hostname.substr(location.hostname.indexOf(".")+1);
        p="";
        if(sPath)p=" path="+sPath+";";
            document.cookie = sName+"=0; expires=Fri, 31 Dec 1999 23:59:59 GMT;"+p + "domain="+sso2Domain+";";
    function exitBSPApplication(newTargetUrl)
    <%
      if runtime->session_manager->is_running = 0.
    %>
    img=new Image;
    img.src = document.location.href+"/1x1.gif?sap-contextid=<%= cl_http_utility=>escape_url( runtime->server->session_id )%>&sap-sessioncmd=CANCEL";
    <%
        " If you want to destroy the SSO2 cookie along with the server session,
        " please uncomment the function below
    %>
    //DelSso2Cookie("MYSAPSSO2","/");
    for(i=0;i<5000;i++)for(e in document.all) tmp=e.innerHTML;
    <%
      endif.
    %>
        document.getElementById("<%= frame%>_FRAMESET").onunload = null;
        if(newTargetUrl) window.setTimeout('{document.location.href="'+newTargetUrl+'";}', 750);
    </script>
    <frameset id="<%= frame%>_FRAMESET" rows="*,0" onUnLoad="exitBSPApplication();" resize="no" framespacing="0" frameborder="0">
        <frame name="<%= frame %>_FRAME" src="<%= target_page%>" >
        <noframes>This browser does not support frames.</noframes>
    </frameset>
    </html>
    Sorry for this beginner question but I´m new to BSP.
    Thank you for any advice

    Hello Eddy,
    thank you very much for your help!
    Lets get in more detail:
    My BSP-Application has three Pages
    default.htm
    main.htm and redirect.htm.
    default.htm has following coding in its Layout Tab:
    <%@page language="abap" %>
    <%
      DATA: target_page TYPE STRING VALUE 'main.htm'.
      DATA: do_not_delete_sso2_cookie TYPE XFELD VALUE 'X'.
      DATA: appName TYPE STRING.
      DATA: ffs TYPE tihttpnvp, param type string, ff TYPE ihttpnvp.
      CONCATENATE runtime->application_namespace '/' runtime->application_name INTO appName.
      TRANSLATE appName TO LOWER CASE.
      IF appName = 'sap/system'.
      runtime->keep_context = 1.
      ENDIF.
      param = '?'.
      request->get_form_fields( changing fields = ffs ).
      DELETE ffs WHERE name cs '~'.
      LOOP AT ffs INTO ff.
      CONCATENATE param ff-name '=' ff-value '&' INTO param.
      ENDLOOP.
      CONCATENATE target_page param INTO target_page.
    %>
    <html>
    <head>
    <script language="JavaScript">
    var out
    <%
      DATA: guid TYPE GUID_32. CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_32 = guid.
    %>
    function exitBSPApplication(newTargetUrl) {
    <%
      IF runtime->session_manager->is_running = 0. CLASS cl_bsp_login_application DEFINITION LOAD.
    %>
    var url = "<%= CL_BSP_LOGIN_APPLICATION=>GET_SESSIONEXIT_URL( page = page ) %>";
    <%
      IF do_not_delete_sso2_cookie
      IS NOT INITIAL.
    %>
    url += "&bsp_do_not_delete_sso2_cookie=X";
    <%
      ENDIF.
    %>
    var prop = 'height=100,width=400,top='+(screen.height-100)/2+',left='+(screen.width-400)/2; if(document.all) { out = window.open(url,'_blank',prop); } else {
    ver=window.navigator.vendorSub; if(ver==7.00 || ver==7.01 || ver==7.02) { out.document.location.href=url; } else { out = window.open(url,'_blank',prop); } }
    <%
      ENDIF.
    %>
    function loader() { if(document.all) { return; } else { ver=window.navigator.vendorSub; if(ver==7.00 || ver==7.01 || ver==7.02) {
    <%
      IF runtime->session_manager->is_running = 0.
    %>
    prop = 'height=100,width=400,top='+(screen.height-100)/2+',left='+
    (screen.width-400)/2; out = window.open('default.htm','_blank',prop);
    <%
      ENDIF.
    %>
    window.focus();} }
    </script> </head>
    <body onload="loader();" scroll="no" bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0" onUnLoad="exitBSPApplication();" >
    <iframe id="fr0" frameborder=no height=100% width=100% name="<%= guid %>_A" src="<%= target_page %>"> </iframe>
    </body>
    </html>
    Its the same code you´ve provided in SDN!
    main.htm looks like this:
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2003" >
      <htmlb:page title="Anmeldeseite mit Auswahl zu Links " >
        <htmlb:form>
          <htmlb:textView text   = "Hello World!"
                          design = "EMPHASIZED"></htmlb:textView>
          <htmlb:button id      = "logout"
                        text    = "Log Off"
                        onClick = ?????></htmlb:button>
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    As you can see, default.htm redirects to main.htm and you see a button with logout as its id. No I need a functionality for the onClick action, so that I will get back to my Logon screen. This implies, that the session will also get deleted!
    I hope that I could explained my problem in more detail now.
    Thank you for you patience!
    With best regards,
    Mehmet

  • IF Form region AND report + search tool in same page THEN = problem

    Helllo everybody
    I posted an initial and now the advanced as I received helpful comments but still is unsolved:
    Problem:
    If I have a Form, and a Report With a Search feature on the same page the problem is that when I click on the button of Search to find records in the Report, the page reloads as it goes and returs to the server. Alright, however, that reloading causes the Form to submit data while there is no data because I was not working with the Form. When the report gets the "submission of the Form" it receives all empty data and it complains as it cannot have Null values in its rows.
    Solution:
    The thing would be to tell the form not to submit anything unless expressley pressed the button Create or Save. It seems that these buttons activate when the page is reloaded I mean reloaded by haiving pressed the button Search of the Reports region.
    The helpful comments were in the direction of going to Processes, Automatic Row Processing and then choosing a conditional for processing of the Form, that it, it would only activate (submit itself if that condition is met)
    So I go to PL/SQL Function body Returning a boolean and I paste this: RETURN :REQUEST IN('SAVE','CREATE');
    but the problem continues unsolved, that doesnt help. It must be very close but there is something I am missing
    thank you very much
    Alvaro
    Edited by: user12155340 on 18-Nov-2009 15:04

    Hi,
    I think this is double post.
    BUTTON CLICK ON SEARCH ITEM CAUSES OTHER REGIONS (FORM) IN TABLE TO ERRORS
    Please read my last comment from that link.
    Application express forum might give you better and precise answer.
    You need just figure out how set conditions
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#sthref149
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#sthref237
    Br, Jari
    Edited by: jarola on Nov 19, 2009 12:51 PM
    BTW, I remember that there was just few days ago same kind question answered in Application Express forum.
    I post link if I find it. You may try find it also

  • Animated gif and page refresh problem

    Animated gif and page refresh problem
    Hi There,
    I'm trying to build a simple "Please wait......" screen using jsp and javascript.
    So far all is going well except that my animatate gif keeps refreshing everything the page is refresh.
    Is there a way the i can prevent the body of the page from refreshing?
    below is my sample code:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <jsp:useBean id="StatusBean" class="com1.CandidateRelease" scope="session"/>
    <html>
    <script LANGUAGE="JavaScript">
    function refresh()
    <% if (StatusBean.isRunning()) { %>     
         //setTimeout("refresh()", 1000);
         setTimeout("location='status.jsf'", 1000);
    <% }else{%>
         window.location= "busStopAdmin.jsf";
    <%} %>
    </script>
    <head>
         <script LANGUAGE="JavaScript">     
              refresh();
         </script>     
    </head>
    <body>
         <img id="myImage" src="../img/ojp_wait.gif" alt="" width="151" height="36">
    </body>
    </html>

    Animated gif and page refresh problem
    Hi There,
    I'm trying to build a simple "Please wait......" screen using jsp and javascript.
    So far all is going well except that my animatate gif keeps refreshing everything the page is refresh.
    Is there a way the i can prevent the body of the page from refreshing?
    below is my sample code:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <jsp:useBean id="StatusBean" class="com1.CandidateRelease" scope="session"/>
    <html>
    <script LANGUAGE="JavaScript">
    function refresh()
    <% if (StatusBean.isRunning()) { %>     
         //setTimeout("refresh()", 1000);
         setTimeout("location='status.jsf'", 1000);
    <% }else{%>
         window.location= "busStopAdmin.jsf";
    <%} %>
    </script>
    <head>
         <script LANGUAGE="JavaScript">     
              refresh();
         </script>     
    </head>
    <body>
         <img id="myImage" src="../img/ojp_wait.gif" alt="" width="151" height="36">
    </body>
    </html>

  • Question: Is there a way to create a PDF from outlook e-mail that does not embed the attachment? better, is there a way to convert the e-mail with attachement (not embeded) as pdf pages? - Problem: I have 1400 e-mails with attachments that need to be conv

    Is there a way to create a PDF from outlook e-mail that does not embed the attachment? better, is there a way to convert the e-mail with attachement (not embeded) as pdf pages?
    - Problem: I have 1400 e-mails with attachments that need to be converted into pdf and the attachments cannot be embeded.
    System: PC Windows 7 using Acrobat X Prof. - Thank you!

    Hi ,
    There is an option of embedding index for faster search while converting email to a PDF .
    However I am not sure that will serve your purpose or not .
    I would recommend you to get in touch with Microsoft support as well .
    Meanwhile I'll work on it and get back to you in case I get a desired solution .
    Regards
    Sukrit Dhingra

  • Page expire problem in one env of two environments having same code

    Hi,
    We have an web application deployed into two environments. The application versions and server versions are same in both environments. We are using sun one application server.
    When we click on back button (Say Env1) we are getting page exipre problem. The same code is working fine in other env (Say Env2).
    We have not coded anywhere to clear the client side information after it is displayed. It looks like there is some server setting using which we can specify not to save any information at client machine.
    Can any one of you help me in resolving this issue.
    Thanks in advance.
    K Vishnu Chaithanya

    http://support.microsoft.com/kb/234067
    http://lists.evolt.org/archive/Week-of-Mon-20040405/157547.html

  • IPhone - PDF Page Display Problem

    I am trying to display pages from a PDF included in my application to a Quartz context. I can get the first page to display correctly, but am having trouble displaying subsequent pages. In essence I am using the example shown in the Quartz 2D programming Guide (13-1 and 13-2 code examples).
    When the view is first loaded, I display the first page, and do something like the following:
    CGPDFDocumentRef document;
    CGPDFPageRef page;
    document = MyGetPDFDocumentRef (filename);
    page = CGPDFDocumentGetPage (document, 1);
    CGContextDrawPDFPage (myContext, page);
    After this the function exits. There is a button on the screen to go to the next page. In the pressed event function I do something like this:
    page = CGPDFDocumentGetPage (document, 1);
    CGContextDrawPDFPage (myContext, page);
    The problem is the page does not show up on the screen. It only shows up if I leave the view and then come back (I have a Toolbar at the bottom of the application similar to the iPod or Clock application).
    Am I missing something to get the second page to display immediately? Or is there a better way to display a PDF in my application...
    Thanks.
    -James

    searching MS WORD > HELP > CONVERSION SETTINGS
    doesn't give me anything close to this issue
    any idea where to find those conversion settings ?
    thanks again
    k

  • Error processing a page. Problem reading document (110)

    This occurring following error message when opening a PDF file:
    "Error processing a page. Problem reading document (110)"
    Does anyone have any suggestions?

    When I encountered an error "there was a problem reading this document 110" in Acrobat Pro 11 on 28.7 MB CS6 file, it indeed was very frustrating.
    I solved my problem, but since I don't know which step benefitted me, I've to enumerate all the steps I took:
    Read below:
    1.1. I could copy the file anywhere on the drive, but couldn't 'save as' from Acrobat Pro.
    1.2. No document security was applied of any sort on the file.
    1.3. Still in the first tab of the document properties, all details under advance section were empty. No 'PDF Version' 'location' 'file size' etc were populated. Nothing.
    1.4. I couldn't change and save anything in any of property dialogue. I could comment on the text, but as soon as I tried to save, it gave an error (some sort of 'File reading' error).
    1.5. When I tried to extract a page (I tried many), it gave 'reading error'.
    1.6. I didn't try 'splitting error'. Since I was 100% sure, it'll give me same reading error.
    1.7. I opened the file in Firefox and tried saving it as pdf from there. But no error, but no save either.
    1.8. I ran 'Remove Hidden Information' from protection panel without any errors.
    1.9. I tried 'sanitize document' from the same tab, but didn't succeed.
    1.10. Then (here I think the problem was resolved), from Document Processing panel, I did some commands. 1st, 'Export all images', successfully. Then 'Remove all links', it found 0.
    1.11. Then in 'print production' panel, I clicked/tried to open acrobat distiller. The same opened, did some processing. But I don't know if it did something in solving the problem or not.
    1.12. Although I think my problem was resolved till now, but the last step I did was 'Saved As' the file (from the file menu) as a .ps file. Though I've not yet reopened/used that ps file (to convert it into a pdf file again). But around here I wanted to close the file and it asked me whether I wanted to save the file, I said yes. And it saved the file correctly. And I checked that in properties dialogue, the missing information was populated too.
    1.13. Sorry for so lengthy instructions, but I had no choice.

  • Blank Icons on .doc files when make Pages default.

    When i make pages default for .doc or .docx files (for exemple), they become blank icons. It's terrible. How to solve this??? I've tried a lot of options but always with no sucess.  I selected the file .doc or .docx, click cmd+I and select Pages to open all documents on this kind........and then all files .doc or docx gains a black icon!!! I have repeated this same operation but forcing/change the icon of the file (with cmd+I and put a pages icon on the up letf side).......result: all files became blank icons...except that one! Anyone have a solution?

    I understand Peter, but I work with a lot of files, and I'm very visually on it.
    Separate kind of files by their aspect is very important for me.
    I don´t need that .doc or .docx have pages icon....I just need an any icon, not a blank icon.
    Because numbers do the same to .xls or .xlsx files.
    Imagine a Folder with 2500 files (.doc .docx .xls .xlsx .dot.....etctetc) all blank icon files......files that I need to identify quickly.
    So, I understand your point of view, but i really need to put icons on .doc ; docx files.....and note one by one.
    Maybe an automator workflow??
    Any soluction??
    Thanks

  • When I open a new Tab the page defaults to an unwanted page.

    When I open a new Tab the page defaults to: "http://www.somoto.com/139/%7B666DAB7E-0C0D-4161-9E9E-F4170E4A3EB9%7D?s_src=newtab". My homepage is set to something entirely different. Is it possible to change this default to something of my own choosing?

    See:
    * https://support.mozilla.com/en-US/questions/856436
    * https://support.mozilla.com/en-US/questions/812137

  • Macbook Pro/Mozill​a Firefox --Page Loading Problems

    I experience 'page loading' problems when going from one page to another. Sometimes the page takes a long time to load. Sometimes it times out and never does load.
    Does anyone else with this combination of laptop and browser experience these problems? Any suggestions for overcoming this lag?

    I know OS X used to have some problems with the way some routers do DNS.  There was this topic a while ago:
    http://forums.verizon.com/t5/FiOS-Internet/DL-page​-load-speed-great-but-browser-quot-looking-up-quot​...
    For our Mac we had to set the router to send external IP addresses of a DNS system (either verizon's or something like OpenDNS which we use).
    You could manually change the DNS settings on the Mac to see if that fixes the problem and then you could mac the change the settings at the router level if you like.

  • Safari page load problems and 10.5.3

    Since I have upgraded to 10.5.3, I am experiencing Safari page load problems on all my user accounts on my 2.0 GHz Core Duo Black MacBook. I have reviewed threads in this forum and that of the Safari forum with no solution that solves the problem. so I post here in hopes of additional expert solution ideas.
    *The Problem:* Since upgrading to 10.5.3 Safari fails to complete page downloads for some, but not all websites. When these same websites are accessed with Firefox there is no problem. With Safari the page load will stop at about 75% completion, or the page will not load at all.
    Here is an example of a webpage that will not complete: http://www.realclearpolitics.com/
    Here is an example of a webpage that will not load at all: http://cherylsguitar.com/site (my wife's business)
    I also have a G4 iMac running 10.4.11 on the same WiFi network that does NOT experience the Safari page load problems. All is good and speedy on this trusty machine.
    *Solutions Attempted:*
    - Deleted plist (with no effect)
    - Re-installed Safari from Leopard disk (with no effect)
    - Scoured User Preferences in Library for offending applications, plug-ins, etc.
    - Reset PRAM
    - Reset and examined cable modem and router (AirPort Extreme 802.11g)
    *Hardware and Network info:*
    - 2.0 GHz Core Duo Black MacBook
    - 2 GB Ram
    - AirPort Extreme Base Station (generation 1) running 802.11g

    Allan Eckert wrote:
    Hi Perry Lehman;
    Have you cleared out your cookies?
    Allan
    Allan,
    Yes. I have reset Safari clearing all but website icons with no effect. I also tried turning of the Safari pop-up blocker with some very limited success. Disabling pop-up blocker will marginally help page load speed for some websites, but others still fail to load at all.
    Thanks for taking time to post.

  • Why does my itunes page default to Spanish not English?

    Why does my iTunes page default to Spanish?

    This is often due to the fact that your account is not synced with the new iTunes Radio capabilities, and you have to sign-out and sign in to retreive the new capabilities.
    Visit the Store menu and sign out... , and then sign in ... and try again.

Maybe you are looking for