Unable to print entire page in portrait mode

I am using Firefox 5 and running Windows 7. For the last year maybe, I haven' t been able to print from my browser in portrait mode; on a letter-size sheet, the printing fills only the top half of the page and within that, only half of the page. I can print in landscape fine.

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

Similar Messages

  • Unable to print full page to 1 specific printer while other computers can.

    I have 1 computer (Windows 7, 64 bit) which is unable to print full page to a Xerox Phaser 7760GX.  I have other computers (Windows 7 64 bit and Mac OSX Mavericks) which are able to print perfectly fine to the same printer.  This only happens in Adobe Acrobat XI Pro, not in other software I have tested.  The same PDF's also print to other printers without problem.
    So far I have:
    Re-installed drivers (including the Xerox Generic Drivers)
    Set it to print as image (which makes it full screen, but also greyscale)
    What happens when I try to print normally, is assume the page is portrait.  It will print it landscape, on the right side of the page (so it takes up half the page).  It will also send out a blank page after it.  Has anyon else experienced this and come up with a different solution?

    Glad you solved your problem. On Aperture 3.02 I find no expansion slider. Where is it in 3.01?

  • I am unable to print "ALL Pages" using the Adobe Print plugin in Firefox, only the first page gets printes. however IE works perfectly fine.Please advise. Is it some way that firefox identifies the complete web page..? PLease help

    I am unable to print "ALL Pages" using the Adobe Print plugin in Firefox, only the first page gets printes. however IE works perfectly fine.Please advise. Is it some way that firefox identifies the complete web page..? PLease help

    Does the entire webpage appear in Print Preview? <br />
    File > Print Preview

  • Printing a calendar in portrait mode?

    Hello,
    Is there a way to print a calendar in portrait mode?
    Using iCal 2.0.3
    thanks,
    Jeff
    PowerBook G4 15", 1.5 ghz, superdrive, 128mb VRAM   Mac OS X (10.4.3)   3G iPod, iPod Nano

    A similar issue affects our Phaser 7300. We attempt to print landscape from iCal and it chops off the edge - the calendar is moved about an inch too far to fit onto the paper. I've tried making a PDF as well and it does the same thing printing via Preview. Even if I select portrait. However it prints fine to our Samsung B/W. Both printers are networked. And in every instance it appears fine in the print preview. I've also tried printing the PDF from Acrobat and it does the same thing. Whatever the problem is, it is originating in iCal.

  • HP Photosmart C6380 won't print entire page

    My HP Photosmart C6380 won't print entire pages.  Some lines near to the end of the page aren't printed.  Once in a while it prints the entire page.
    This question was solved.
    View Solution.

    I think the problem has been solved.  Thanks!

  • Unable to print HTML pages

    After a good bit of reading, I found that printing HTML directly to the printer doesn't work for many printers. I don't want to print the code. I want the actual HTML page. I have some code here that reads the HTML file into a JEditorPane and then is rendered into a graphic for printing.
    My code compiles fine, I'm not getting any errors, but what I'm also not getting is any pages printing.
    Here is the source of my class:
    * PrintReport.java
    * @author tristan
    * Created on September 27, 2007, 4:06 PM
    package fedex;
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.print.PageFormat;
    import java.awt.print.Printable;
    import java.awt.print.PrinterException;
    import java.awt.print.PrinterJob;
    import java.io.*;
    import javax.print.Doc;
    import javax.print.DocFlavor;
    import javax.print.DocPrintJob;
    import javax.print.PrintException;
    import javax.print.PrintService;
    import javax.print.PrintServiceLookup;
    import javax.print.ServiceUI;
    import javax.print.SimpleDoc;
    import javax.print.attribute.*;
    import javax.print.attribute.standard.*;
    import javax.swing.JEditorPane;
    import javax.swing.RepaintManager;
    public class PrintReport
        private FileInputStream fileIS;
        private Doc doc;
        private DocAttributeSet das = new HashDocAttributeSet ();
        PrintService defaultService;
        /** Creates a new instance of PrintReport */
        public PrintReport ()
        public void printHTMLFile (String file) throws FileNotFoundException, IOException
            PrintableEditorPane jEditorPane = new PrintableEditorPane ();
            jEditorPane.setContentType ("text/html");
            jEditorPane.read (new BufferedInputStream (new FileInputStream (file)), "");
            System.out.println (jEditorPane.getText ());
            PrinterJob job = PrinterJob.getPrinterJob ();
            job.setPrintable (jEditorPane);
            if (job.printDialog ())
                try
                    job.print ();
                catch (Exception ex)
                    System.out.println (ex);
        public class PrintableEditorPane extends JEditorPane implements Printable, Serializable
            public int print (Graphics g, PageFormat pf, int pageIndex) throws PrinterException
                Graphics2D g2 = (Graphics2D)g;
                g2.setColor (Color.black);
                RepaintManager.currentManager (this).setDoubleBufferingEnabled (false);
                Dimension d = this.getSize ();
                double panelWidth = d.width;
                double panelHeight = d.height;
                double pageWidth = pf.getImageableWidth ();
                double pageHeight = pf.getImageableHeight ();
                double scale = pageWidth / panelWidth;
                int totalNumPages = (int)Math.ceil (scale * panelHeight / pageHeight);
                System.out.println ("Total pages to print are " + totalNumPages);
                if (pageIndex >= totalNumPages) return Printable.NO_SUCH_PAGE;
                g2.translate (pf.getImageableX (), pf.getImageableY ());
                g2.translate (0f, -pageIndex * pageHeight);
                g2.scale (scale, scale);
                this.paint (g2);
                return Printable.PAGE_EXISTS;
    }I tried using a complex HTML file as well as a basic one, but everytime Total pages to print are 0 is printed back to the console. I can't figure out why it's unable to create any pages to print.

    DrClap wrote:
    I think you will find thatDimension d = this.getSize ();produces (0, 0) until you actually display your component somewhere. I believe it's possible to "display" it in such a way that it doesn't appear on the user's screen, but I don't know how.
    There's a Swing forum here where you get answers from people who are good at Swing. Posting here attracts answers from people like me who are mediocre at it.I think that calling validate() on a Container will lay it out and size it's components, even if it hasn't been made visible, but don't take my word for it.

  • Widget disappears from section page in portrait mode.

    Thank you for your help.
    I have a section page (iii) at the begginning of a book with a gallery of 12 photos. I have titled it and written a caption for each photo. Yet, when I switch to portrait mode the widget disappears. There is no image on the side. I have a title on the page in a text field, but I have no text in the main body text field (I'm using the the "Foreward" section template).
    What's happening? I've downloaded two books about iBooks Author today but have yet to find a clue as to what I am doing wrong.
    Thanks again.
    Scott
    iBooks Author 1.1
    OS 10.7.4

    Just an extra tip: Make sure when you insert a widget in LANDSCAPE mode that you find the little Blue Bullseye circle and place it's cursor where you want to anchor it in the text, that way, it will be in the correct place when you go to PORTRAIT.

  • Air print not printing entire page

    When I air print it does not print the entire page, no way to change orientation, how is this done, I can not find any menu to control printer options. Please help

    Use free AiO Remote app to control image size and orientation if you are using HP (tap to enlarge image)

  • Cannot print entire page wireless HP 3050 611

    I am having issues getting my HP 3050A 611 wireless printer to print an entire page from my I pad and my computer.  Any suggestions?

    Hi there,
    Could you provide the community with a little more information to help narrow troubleshooting? What operating system are we using?
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • I am using Firefox 11 and I am unable to print web pages. I can print PDFs ok. I tried to open the prefs.js file to delete anything that starts with print and I get an error message.

    I cannot print web pages. I've tried the solutions suggested like deleting anything that starts with print in the prefs.js file but I get an error message: Script: c:\users\rick\appdata\roading\mozilla\firefox\profiles\iviwh5c1.default\prefs.js
    line: 1
    Char: 1
    Error: invalid character
    code: 800A03F6
    Source: Microsoft JScript compilation error

    When editing '''prefs.js''' you need to use a simple text editor program. WinXP Notepad messes up the line formatting of prefs.js, so I use Wordpad - but you need to save the edited file in a Text-Only format (Wordpad asks about that when you go to save the edited file). I never used Win7, so I don't know if that version of Notepad messes with the line formatting of prefs.js or not.
    Another thing - make sure '''''"Hide extensions for known file types"''''' is de-delected in Windows file / folder options > view -> advanced settings. Otherwise Windows may add a .txt file extension that you won't be able to see, and that will break that file in Firefox. '''prefs.js.txt''' won't be recognized by Firefox, when is expecting to find '''''prefs.js''''' .

  • Unable to print web pages on HP Photosmart plus all in one B209

    hi, i can print from any file on my machine all test pages print ok etc...but will not print any web pages..then suddenly for no reason it will..
    made sure
    all windows updates are on there
    tried deleting browsing history and cookies
    tried new printer plug
    tried turning off and on
    tried removing the software and printer and drivers and reinstalling
    i cannot seem to figure out why it will all of a sudden print a webpage then not, I am using the same web pages just as trials sometimes prints then nothing..
    where am i going wrong?? please

    Hi,
     What internet browser are you using to print webpages? Is it Mozilla Firefox?
    Kiko

  • Scanned doc will not print entire page

    I have a scanned document in Acrobat 7 using File -> Create pdf from scanner.
    Scanned at 400 dpi color.
    The document is a printed table with a few handwwritten redlines on it.
    In Acrobat, it has 4 "images". One is the entire document and three are the handwritten areas.
    When I print, it only prints the handritten "images".
    I cannot get it to print the entire document.
    I have tried on two different printers and three different computers.
    Have not changed any of the Acrobat or scanner prefs from how we have always done this.
    Tried using with Recognize text on and off. Same thing.
    Any ideas?
    TIA
    Chris

    Chris...go into the Advanced section of the Print dialog and choose Print As Image...this will hopefully give you the results you need. Good Luck!

  • Envy 4500 not printing entire page from iPad

    We recently set up a new Envy 4500 for wireless printing only - there is no computer connected to it.  Set up went fine and the iPad found the printer easily.  I did not install anything on the iPad to make it find the printer.  It prints well but is not printing the heading at the top 1/4 of the page from a PDF.  Any ideas?

    Hello SMG17,
    Welcome to the HP Support Forums!
    I see that the ENVY 4500 was setup fine for printing from an iPad, however, the top 1/4 of the page is not printing. Nothing is needed to install on the iPad to allow this printer to print, with that said, you can install Apps that can give you more printing options.
    Try first, updating the printer and the iPad.
    HP LaserJet P1102w Firmware Update Utility
    Update your iPhone, iPad, or iPod touch
    Have you tried printing from different applications, for example, Notes on the iPad? To see if this is an issues with the AirPrint driver, the printer or the file, open Notes and type a couple words, hit the Share button and send the print.
    Let me know about the updates and if Notes print fine.
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Unable to connect wifi printer Envy 4500 - Unable to print test page and windows office file

    Scan doctor suggest the software installation.
    The HP software don't completed the connection of the printer.
    I tried to connec the printer from the control panel and the printer is now connected: i cannot print from microsoft office file or from the test page of the printer, but i can print from acrobat or any other program.
    Help me please.
    Thk
    ps: i have tried to reinstall software without Antivirus and with the fierewall in off but nothing change. I have already tried to remove hp software and reinstall driver but nothing change.

    Hello @Emilio66,
    Welcome to the HP Support Forums!
    I understand that you're experiencing issues when trying to print from Microsoft Office and Test Pages from your Windows 8.1 computer to your HP ENVY 4500 e-All-in-One Printer. However, you are able to print from all other programs from your computer to your printer. I would like to assist you today with resolving this printing issue.
    Recently Microsoft has released a Hot Fix to correct 'Offline' or 'Partial Printing' issues within their latest Windows 8 and Windows 8.1 Operating Systems as they recognize this as an issue within their Operating System. The issue occurs when you have a networked printer and a corruption with the WSD (network) port on the Windows Operating System. This issue appears to affect a variety of networked makes and models of printers. Therefore, I am going to have you run the Hot Fix to correct the network printing issue. Please click here to install the Hot Fix. Once the website opens select the button for Hotfix Download Available. Please follow any onscreen prompts to install the fix. Once the fix is installed you should have no issues printing to your printer.
    If the printing issue persists, can I please have you click here to download and run the HP Print and Scan Doctor Tool. This Tool will run on your computer and 'fix printing' issues for you. Should any driver, software, or connection conflicts be found than the HP Print and Scan Doctor Tool will attempt to resolve those conflicts for you. Once the Tool has completed please test printing again.
    Please respond to this post with the result of your troubleshooting. I look forward to hearing from you!
    X-23
    I work on behalf of HP
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    Click the "Kudos, Thumbs Up" on the right to say "Thanks" for helping!

  • When using Firefox as my browser, why am I unable to print web page content?

    I can print just fine when I use internet explorer as my browser, so I know the printer is working. I have uninstalled and reinstalled my printer software, updated Mozilla, and Adobe. When I am using firefox, the printer will only print the web address at the top right corner, and the date , time and page number at the bottom. What do I do next?

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

Maybe you are looking for

  • How to install Windows XP SP3 on Lenovo S10-3s?!

    I try to do it, but get only error report while setup. It tells what HDD is "Unknown Disk" and "The is no dosk in theis drive" How to fix it? Thanks!

  • SAPinst: java.security.ProviderException: init failed

    Hi, We've got problem with running SAPinst on HP-UX, of: Installation Master - SR1 / SAP EHP1 FOR SAP NETWEAVER 7.0 / EHP 4 FOR SAP ERP 6.0/ NW 7.01 / Number 51036888 When ./sapinst is executed it displays splashscreen and then it quits with those me

  • Adobe Form - Content Area can't be moved

    I'm working on an ADOBE invoice form. I set up the company logo, ship to and sold to address and footer as boiler plate objects on the master page. The other data like table header and line item data are in the body page (which is flowed) that I call

  • Will Logic 7.0.1 run on OS 10.4.6 or OS 10.4.8?

    Hello all, I started a thread last night on this subject but I don't think I worded it correctly. Will Logic 7.0.1 run on OS 10.4.6 and above? I'm running 10.3.9 now with great results but need to upgrade my OS due to daisy chaining my Presonus FireP

  • Parameters used for file input

    Hi, PARAMETERS : P_FNAME LIKE RLGRAP-FILENAME OBLIGATORY PARAMETERS : P_FNAME LIKE IBIPPARMS-PATH OBLIGATORY PARAMETERS : P_HFILE LIKE FILENAME-FILEINTERN OBLIGATORY PARAMETERS : P_NAME TYPE APQI-GROUPID. The above are the various ways of decalring t