Stay font size when modify orientation of print page.

Hi.
I'm using a simple report (Write) and when I want to print it, because of the LINE-SIZE and LINE-COUNT appears in a landscape orientation, but when I changed these parameters appears in a portrait orientation, but the problem is that font size becomes bigger.
How can I do to avoid becomes big the font-size, or if i can change the font size directly in code.
Thanks

You can check the print scale: File > Page Setup > "Format & Options": Scale (unselect: "Shrink to fit page width")
* http://kb.mozillazine.org/Problems_printing_web_pages

Similar Messages

  • How change font size when typing on iPad air

    How change font size when typing on iPad Air

    You can change the font size for apps that use the large text feature in Settings>General>Accessibility>Larger Text>On.

  • I cannot select the Paper Size when I try to print with HP Photosmart B110a with Windows 8.1 64bit

    I cannot select the Paper Size when I try to print with HP Photosmart B110a
    The same printer was working OK with my old PC with OS Windows 7
    However I got a new PC with OS Windows 8.1 64bit
    I installed the new driver for HP Photosmart B110a that I dowloaded from HP site. Driver forWindows 8.1 64bit.
    In addition to not being able to chose the paper size, also when I go to Printer Properties in Options, all the characters are non-ascii.
    Do you know what may be the problem?
    Thank you

    Hello Nanu64,
    Welcome to the HP Forums.
    I see that you are having some issues when attempting to print from your computer.
    I also see that you stated that not all the options are available in the printing preferences options.  This could be because the installation was not complete or it failed.
    I suggest that we do a complete uninstall/ reinstall as well as some additional steps.
    First off, please make sure that you have the printer power cable connected directly to a wall outlet and not a power bar/strip. Here is a document that uses a LaserJet printer as an example but it is meant for HP products in general. Please click on the following link that explains the Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
    If you have the printer connected to the computer with a usb cable, please remove the cable from both ends and leave it disconnected until further notice.
    The next link that I have for you will give you detailed instructions for Uninstalling the Printer Software.  Once the uninstall is complete, reboot the computer so that the changes take affect.
    When the computer is back up and running, please disable any firewalls or anti virus protection you may have running. We don't want anything getting in the way of the reinstall.
    The following download is the HP Photosmart Full Feature Software and Drivers.  Save this download to the desktop of the computer so that it creates its own icon.  This will make it easy for us to find when the download is complete.
    Double click the new icon and follow the installation instructions.  The installation will give you connection options (Wireless , usb or Ethernet), if connecting usb, please wait for the prompt to connect the cable.  Connecting the usb cable before hand can cause an issue with the installation.
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here: click here.
    Thanks for your time.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

  • Font size when printing email messages

    Having chosen a larger font for viewing email messages, is there a way to avoid printing email messages in the larger font, but rather print in the default font?

    HI RRW21,
    Welcome to the HP Support Forums.   I understand that when trying to print an email from your iPad to your Deskjet 3512 that the email prints with a large-sized font.
    The size of the font is controlled by the email program and its font settings.  Apple’s AirPrint feature and HP’s ePrint app don’t have the ability to modify the font.  To modify the font please ask the email sender to modify it in any future emails or forward the email to yourself and modify the font before pressing Send.  I have included Apple’s About AirPrint and the HP ePrint Mobile App FAQ documents for your reference.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Font size when printing from Safari to HP Photosmart 6520 printer

    I just bought a Macbook Pro 13 inch, running OSX 10.9.5.  When I try to print something from within a Safari web page to my HP PhotoSmart 6520 printer, the font is huge. Does anyone know how to adjust the font size for use with Safari. The font size seems to be ok when I print from Pages, for example. So I m thinking the issue may be limited to printing from Safari.

    No one has replied yet and HP has never played well with Apple, so the best I can do right now is to point out a site that has proven very helpful to many users wanting or needing to read up on color management and printing:
    http://www.gballard.net/psd/cmstheory.html
    Wo Tai Lao Le
    我太老了

  • How can I increase the event font size when printing a weekly listing from Lightning?

    I find a printed weekly calendar very useful in my life. I used to use the Sunbird calendar program with the FG Print extension to increase the font size to something more appropriate for my aged eyes. Is there a way to do this with Lightning? I'm running Thunderbird 24.2.0 on Linux Mint 13, if that matters.
    Thanks in advance.

    Are you using the print formatted page for printing? You can pop that up from the '''...''' menu that appears above the item. (Screen shot example attached.)
    If that page still is too small:
    * Is Firefox using the full area of the page? If Firefox is only using part of it, this could be related to a problem reading the correct "paper size" from your printer driver. More tips on that if needed.
    * If Firefox is using the full page it might be shrinking the content to make space horizontally. In a window where you can access the menu bar, check File>Page Setup or orange Firefox button>Print>Page Setup to make sure the scaling is not set too small or, if necessary, turn off Shrink to Fit.

  • I reset font size but it is gone each page. I want it to stay my way!

    I will use Firefox WHEN the font stays the size I want on each site. I am tired of changing it every time I hit a new page!!! It's a PITA. If it is not fixed, I'm back to I.E. 8.0 Thank you.

    If you need to adjust the font size on websites then look at:
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • Increasing font size when resizing JFrame

    Hello,
    I am writing a calculator program, and therefore have a JLabel to display the numbers and multiple buttons. The JLabel and JButton components are added to a panel with a GridBagLayout, which is then added to the content pane of a JFrame. When the JFrame is resized, the size of the JButton and JLabel are increased, but the font in both of them stays the same. Is there anyway to increase the font size proportional to the size of the JButton and JLabel?

    Note: This thread was originally posted in the [Java Programming|http://forums.sun.com/forum.jspa?forumID=31] forum, but moved to this forum for closer topic alignment.

  • Cannot change font size when highlighted. All font changes. How do I correct this?

    Frustrated as to why when I highlight a single word to change font size or style every word on the page follows the adjustment. I need to be able to change words individually with font, size and color.

    I have stopped using Text Edit as I find it flaky. Instead I prefer Bean:
    http://www.bean-osx.com/Bean.html
    which does not have that problem!

  • How to retain font-size when saving filled in form (pdf)

    Hi,
    I have a pdf form from an organization and when I fill in the (text)boxes, the more text I put in there, the font-size will adjust to fit everything in. However, when I save the pdf file and view it in a different pdf reader the font-size is too big and half of the text is not visible.
    Also, the form contains some checkboxes/radiobuttons. When filling in the form they work just fine, but when saved and viewed both the yes and no are checked, even though I only checked one of them.
    Anyone have any idea how I could fix this?
    Thank you in advance
    (using: Acrobat XI 11.0.0)

    Ow.. I don't know the solution yet, but maybe something went wrong earlier with someone else who filled it in partially. I found the original on the internet and that seems to work so far.
    http://www.state.gov/documents/organization/84240.pdf

  • Font size when using HOMESITE 5.5 trial version

    Used homesite 4.0 for many years but now with a new computer with vista, I'm using the trial homesite 5.5. The trial version when using the Browse mode displays the font size larger than what was displayed in homesite 4.0 but the size is normal when using the "view in external browser". Is this normal with the free trial version and will be okay when I download the full Homesite 5.5 version? Or maybe, there is some setting I have done causing this. Any help would be appreciated. Thank you.

    I don't think there's any setting inside HS that can cause this. With HS closed open IE (7 or 8) open the menu bar (Tools > Toolbars > Menu Bar) and from the menu bar (View) check that the Text Size and Zoom settings  are both Medium and 100% respectivley, then open HS and see if the problem is still there.
    I'm not using Vista so if it's specific to that platform I doubt I'll be able to give any more help.

  • Change font size when download into Excel spreadsheet

    Dear all,
    When the users export the Web report into Excel spreadsheet, how can we smaller font size and removal of bold. Use the font size 10 instead of font 19.
    Thanks in advance,
    Kenps

    take reference of this doc: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e02729a3-34bd-2a10-6594-b618617f6d57

  • How to increase the FONT Size in a report while printing in SAP

    Hi ,
    Can anybody let me how how to increase the Font size  while printing a report in SAP .
    Thanks
    Dhaval..

    hi Raje,
    WELCOME TO SDN
    use <b>PRINT-CONTROL</b> option
    PRINT-CONTROL FUNCTION 'SF000'.
    WRITE: / 'This is CPI 20'.
    SKIP.
    PRINT-CONTROL FUNCTION 'SF020'.
    WRITE: / 'This is CPI 6'.
    How to change font sizi in a classical report?
    REgards,
    Santosh
    Message was edited by: Santosh Kumar P

  • Increase pdf font size when downloaded as local file.

    When I downloaded PDF from ALV output .The font size in pdf is very small because output table have large data ..
    Is there any way so we can change the page size and increase the font  size.

    Hi,
    Are you using two FM  convert_abapspooljob_2_pdf and gui_download to create spool and download/convert in PDF ?

Maybe you are looking for

  • Support Packs in Solution manager

    Hi, I have a query, when I am going to select patches through maintenance optimizer for solution manager I can see the source and target stack level at SMP and when I am putting the source stack(17) and the target stack as latest, solution manager 7.

  • WSH DELIVERY LINE STATUS에 대한 해석

    제품 : MFG_SE 작성날짜 : 2003-11-20 WSH DELIVERY LINE STATUS에 대한 해석 ==================================== PURPOSE Delivery line status는 현재 진행중인 shipping process가 어떤 상태인지를 보여준다.이 status를 잘 인식하고 있으면 shipping process에 문제가 발생할 경우 여러 도움을 줄 수 있다. Explanation Deli

  • CS6 beta error message 16, configuration

    iMac X 10.7.3, 3.06 GHz, 8GB Ram, Have triedto download numerous ties and like the foll, hoped for different reuslts.  In each instance it 'seems' to perform but when I click <.app there is a long delay, unlike CS 5.5 or Lighroom 4.1, and then a pop

  • My ipad2 wireless not working after the update to ios 6.1.3, what can I do?

    Hi, My Ipad2 could not connect again with the wireless after updated to ios 6.1.3. Pls what can I do?

  • New browser window from uix

    How can I open a new browser window from an event handler in UIX? Thanks in advance, Martmn Patrici