Reduce text on 8 1/2 x 11 paper

I have text on an 8 1/2 x 11 paper which I want to reduce further how do I do it?  Thx

Have You tried disabling Application Frame and turning off Preferences – Interface – Open Documents as Tabs and Enable Floating Document Window Docking?
And please do a forum-search, because I seem to have come across this problem repeatedly.

Similar Messages

  • Standard Text Key printing on Job Ticket Shop Paper

    Hi,
    I have set up using transaction CA10 a series of Standard Text Keys containing approx 500 characters.
    I am using the Standard Text Key on a Service Order but when I am printing the Service Order the first 40 characters are only being printed.
    We have a requirement to print out on the Service Order the Standard Text Key and all of the text and not the first 40 characters.

    Hello,
    One suggestion would be to have a programmer check the SAPScript form that calls the standard text to make sure the formatting is not restricting the length of the text that is being printed.
    Regards,
    Paul

  • Is it possible ? Text Object

    to programmatically reduce text inputed via xml to its bitmap primative ?

    THANKS dmennenoh .. what I came up with ..
    var myTxtFormat:TextFormat = new TextFormat()
    var myText:TextField = new TextField()
    var myText2:TextField = new TextField()
    var txtBitMapArray:Array = new Array()
    myTxtFormat.font = "arial"
    myTxtFormat.size = "92"
    myTxtFormat.color = "0x000000"
    myText.text = "This is a Test"
    for(var i=0;i<myText.text.length;i++){
    myText2.text = myText.text.charAt(i)
    myText2.setTextFormat(myTxtFormat)
    var a:BitmapData = new BitmapData(myText2.textWidth,myText2.textHeight)
    a.draw(myText2) // myText.text.charAt(i)
    txtBitMapArray[i] = new Bitmap(a)
    txtBitMapArray[i].y = 20
    if (i == 0) {
      txtBitMapArray[i].x = 10
    else{
      txtBitMapArray[i].x = txtBitMapArray[i-1].x + txtBitMapArray[i-1].width
    txtBitMapArray[i]
    addChild(txtBitMapArray[i])

  • Move text in pdf

    I lost the left column with the reduced text images and movement of images.  How do I get it back?

    I'm not sure what you are asking here. What left column and what do you mean by "reduced text images and movement of images".
    Also, you may want to mention what version of Adobe Reader you are referring to.

  • Cmd  brings up dashboard, can I change it? I used to use it to change the text size in Pages

    Upgraded to lion and all is good. However, cmd+ has been hyjacked by the OS to bring up the dashboard. I use cmd+ and cmd- to change the text size in Pages. Is there a way to change the Lion keyboard shortcuts to get the functionality back for Pages? The cmd- still works to reduce text size in Pages, so it's even more frustrating that cmd+ does something else.
    thanks in advance

    Well on my MBP running Lion 10.7.2 Command+ or - does not do anything, and that is using either Command+ or Command(+ shift)+. I do not have pages installed.
    The point is that Command+ and Command- should control the text size in Pages (we're not talking about any othr program, just Pages). Those are hard-set (programmed in the software) keyboard commands for Pages.
    In Pages, Command+ should increase the text size, and not bring up the Dashboard. And that is the OP's problem - that command is bringing up Dashboard, which it should not do. Apparently there is some setting somewhere that is causing Command+ to do the wrong thing - and that's what we're trying to find.
    So at least on my MBP Command+ certainly does not bring up the Dashboard....
    Good - it's not supposed to, nor is that what the OP wants.
    By the way, if you use Safari and/or Mail, you'll find that Command+ and Command- adjust the text size in those programs. Ditto Numbers, TextEdit, Bean, and many other programs - it's a fairly common assignment, hence not one which usually needs to be added via Keyboard Shortcuts.

  • How to load long text in BOM line item

    Hello Experts
    How do i load Long text in BOM Line item using LSMW
    Thanks
    S
    Edited by: Alvaro Tejada Galindo on Jan 31, 2008 5:11 PM

    Use Read_text function module.
    you need to pass
    ID
    LANGUAGE
    NAME
    OBJECT   to the function moduel
    To find the Text id name language and object these are the following steps. Example: FB02
    1. goto FB02, Enter Document number
    2. from menuselect Goto>Header-->header Text..... New window will be displayed 
    3. select the Header Text. here you can see all the text. 
    4. click on the TEXT (which you want to know the Text id) , then press log ICON (you can find in bottom right of the text window) it looks like a rolled paper. 
    5. in the Next window you will find Text Name. Text ID, Language. etc...
    Regards,
    Lalit Mohan Gupta.

  • How to validate long text in me31k( contract creation)

    Hi,
       I want to validate the long text in creation of contract(T_code - ME31k). In creation it self i want to get the long text for validation. How to get the long text value. For eg. "Release order text'  i am giving the value as '10'. While saving the document in ME31k i need to get the long text. Please do the needful.
    Thanks
    Jag
    Moderator Messag: Do not expect the forums to do your work for you.
    Edited by: kishan P on Jan 19, 2011 4:33 PM

    Use Read_text function module.
    you need to pass
    ID
    LANGUAGE
    NAME
    OBJECT   to the function moduel
    To find the Text id name language and object these are the following steps. Example: FB02
    1. goto FB02, Enter Document number
    2. from menuselect Goto>Header-->header Text..... New window will be displayed 
    3. select the Header Text. here you can see all the text. 
    4. click on the TEXT (which you want to know the Text id) , then press log ICON (you can find in bottom right of the text window) it looks like a rolled paper. 
    5. in the Next window you will find Text Name. Text ID, Language. etc...
    Regards,
    Lalit Mohan Gupta.

  • How to read long text in Document line item

    Hi,
    How to read long text in FI Document line item.

    Use Read_text function module.
    you need to pass
    ID
    LANGUAGE
    NAME
    OBJECT   to the function moduel
    To find the Text id name language and object these are the following steps. Example: FB02
    1. goto FB02, Enter Document number
    2. from menuselect Goto>Header-->header Text..... New window will be displayed 
    3. select the Header Text. here you can see all the text. 
    4. click on the TEXT (which you want to know the Text id) , then press log ICON (you can find in bottom right of the text window) it looks like a rolled paper. 
    5. in the Next window you will find Text Name. Text ID, Language. etc...
    Regards,
    Lalit Mohan Gupta.

  • How to read chinese text in Quickoffice

    I wish to know if there is any plugin that allows me to read chinese text (preferably in UTF-8 or UTF-16 encoding) in Quickoffice.
    There also don't seemed to be a free ebook reader that supports both english and chinese encoding.
    Anyway knows anything at all, please help. Thanks

    Use Read_text function module.
    you need to pass
    ID
    LANGUAGE
    NAME
    OBJECT   to the function moduel
    To find the Text id name language and object these are the following steps. Example: FB02
    1. goto FB02, Enter Document number
    2. from menuselect Goto>Header-->header Text..... New window will be displayed 
    3. select the Header Text. here you can see all the text. 
    4. click on the TEXT (which you want to know the Text id) , then press log ICON (you can find in bottom right of the text window) it looks like a rolled paper. 
    5. in the Next window you will find Text Name. Text ID, Language. etc...
    Regards,
    Lalit Mohan Gupta.

  • HT201361 How do I have the computer read text to me?

    I have an OS X Yosemite version 10.10.2 iMac (27-inch, Late 1013)  Processor 3.4 GHz Intel Core i5
    Memory 8 GB 1600 MHz DDR3  Desktop computer
    I am wondering how to have the computer read text aloud.  I'm proofing contract language and was hoping the computer could read text and I could follow on a paper copy to proof.
    Can this iMac do that?

    First you need to enable the setting in System Preferences > Dictation & Speech > Text to Speech > "Speak selected text when the key is pressed". You will see that the default key sequence is Option & Escape, which you can change. With the setting enabled, select the document and then press the Option and Esc keys. The Mac should now start speaking the selected document.

  • Report CATS_DA, long text

    Hi.
    If I run report CATS_DA and someone have filled in something in the long text, there is a little pen and paper there.
    If I then would like to save this to an excel sheet, the long text will not follow. I can understand why, because there can be a very very long text.
    But if I would like to write my own report to get this long text out of the system, from which table, cluster or what ever, can I find the text.
    I found table STXL but it only point to a cluster line.
    Anyone having any idea?
    Thanks  //  Peter B

    Do obtain text from table STXL you can use FM: READ_TEXT.
    Get the entry from STXL that you are requiring and get the text using this FM.
    thanks.
    JB

  • N-E-1 Get a text about getting summary billing? To save paper I guess

    I just got a text today from ATT about getting summary paper billing instead of detail billing, I guess they finnaly noticed that too much paper was beeing used, anyone else get one?

    I received one of these as well, although I don't know why I have online billing. I hope that they don't permanently take away detailed billing as I would be very upset. Hopefully they will allow individuals to choose if they want it or not.

  • Invisible Text Fields/Print Button error

    Ok, so I'm creating a blank form for users to input data fields and then print them out on a pre-made paper form. I started out using Adobe Designer 7.0.
    While I was using 7.0, I made all of the Text Fields, and spent hours lining them up to print out correctly in their corresponding boxes on the pre-made paper form that we load into the printer. (Already tried scanning the form and creating a form that way, but the scanner is weird and scales everything incorrectly.)
    I upgraded to Adobe LiveCycle Designer ES today so that I could make Text visible on the form, but not visible when it prints, so that I can label each Text Field, otherwise it's just a blank template with random Text Fields all over.
    Well, after upgrading, I created the Texts prompts above each Text Field and I selected Visible (screen-only) for each one of them, hoping that once I printed the form out, those texts prompts won't print out on the pre-made paper form. But, to my dismay, they printed out even though I selected the option for them to NOT print out.
    So I was doing some reading and decided to add a "print button" to my form. I added the print button. Made it visible (screen-only). Printed out another form, and BAM. All of the hours I spent lining up those Text Fields went to waste because all of a sudden my Text Fields are all over the paper. I immediately removed the print button, assuming that was the problem, but for some reason my text fields are still all over the paper.
    I don't want to spend the hours and hours I spent lining them up again. It just took too long. Does anyone know what happened here? If so, how do I fix it?
    Also, how do I make it so that the Text prompts I created do NOT print when I print out the form?
    I'm sure this is all an easy fix for you experienced ones. I'm a noob... obviously...

    Thank you for the help, but I'm still not really sure what I should be doing here. I went to form properties, but didn't see any kind of settings that would fix what I'm having problems with. I'm using Adobe Designer ES 8.2.1 now, but for some reason when I make my text Visible (screen-only), it still prints out when I click print. This shouldn't happen and I can't figure out what's wrong. I've reasearched all I can, but can not find a solution.

  • Reverse Text Printing Problem

    Using Pagemaker 7, Mac (10.3, and 10.4) and PC (Windows 2000), have always used reverse text, ie black on white, by selecting "Paper" as the text colour.
    Trying to print to a new Xerox 4112 printer with Fiery RIP, and reversed text is not printing out. Just a black box (which should be behind the text.)
    The reversed text prints fine to other printers on the network.
    Changing the font makes no difference.
    Using the most up-to-date printer drivers and PPDs.
    Any suggestions please? I am using a fix by allocating a colour to the text (say - yellow) and then editing the color to zero yellow. The text then prints OK but I'd rather not have to keep checking through files to edit the paper colour!
    Still waiting (several hours) for Xerox Software support to ring me back!
    Anyone come across this problem please?
    VivW.

    Hi Jay,
    I've tried making a PDF (and I attach one) but still the same problem, the white text does not show when printed to the Xerox - it does show on all the other printers here.
    I also coloured the box a 100% tint of black (normal black overprints by default) and set the 100% tint of black not to overprint - but still had the same problem.
    I then tried to print out a normal black separation (as opposed to a composite) and the reversed out text does print in this instance (hooray!).
    So, I know have two "fixes" but not a complete solution which would be for the Xerox to print out white text on black (frm a composite) as every other printer in the building does.
    Regards,
    VivW

  • Birthday Card Text

    ... I can't figure out how to make a birthday card with text! like, i open the template, but is there a way to get the text on the opposite side of the paper like a birthday card WOULD be? It shows a blank square above, and the front of the card below... i don't have any idea how to get to the flip side...
    can anybody help?

    ...nevermind! found it! haha.

Maybe you are looking for

  • To run a report in background in selection screen using a new button

    hi friends iam new member to this site nice to meet u all i want to run a report in background using the selection screen of the same report and i want to keep a button in application tool bar. after enter the values in the selection screen by clicki

  • Best Recording Format for DVD's ?

    I'm recording 60+ minute footage to eventually transfer to DVD - we use this for our business and it must be DVD.  I'm using iMovie and iDVD.  I understand DVD's are not HD, but the problem is that the final product is not very good - pixilated.  Wou

  • Library / Compilations

    I'm trying to clean up/fix my iTunes Library. I'm getting confused on how this works. First my library is on a Network Attached Storage Media (NAS). All my music is located in NAS\Music. I have "Add to Library" the artists/songs that were not current

  • Where is ibooks?

    Good Evening, I have an Imac and an Ipad. I books is installed on both devices but does not appear when i open Itunes so i ca not transfer neither books not mags or pdfs. Thx for the answers. Greg

  • How to Send FAX from PI .

    Hi Experts, What are the configurations/steps needed to send a FAX from a PI machine, like File -> PI-> FAX Scenario. Regards, Syed