Printing symbols

Hello,
So I recently set up a print server on my wireless network. It is a Linksys PSUS4. It is attached to my desktop which is running Windows XP. My desktop prints to the printer through the print server just fine. but when i try to print with the MacBook Pro, the printer just prints a massive amount of symbols on the page. We have Microsoft Word on the MacBook. My printer is an HP Photosmart C4480.
Is there anything that I can do to fix the problem?
I have tried to update the printer driver on the MacBook with Gutenprint and Bonjour but either of them worked.

Here is an easy solution for you to print JTextPane content.
Use the freely downloadable "Smart JPrint" classes from http://www.activetree.com that allows you to automatically print and preview the content by breaking the content into multiple pages (icons and text both). The "AtDocumentPrinter" class has the print() and preview() method that takes a JEditorPane as the argument and rest is done for you with page setup, printer discovery, printing preview in a UI, and then print to a printer.
I think this will very much solve your printing problem without any wastage of time.

Similar Messages

  • How to print $ symbol in ALV outout

    using ALV grid with function modules how to print $ symbol in output.
    like $ 11.85  in ALV grid
    please help me

    take a character type field in itab.
    loop at itab.
    concatenate '$' itab-amt into itab-chamt.
    modify itab.
    endloop.
    now in fieldcat just pass that itab-chamt field in place of itab-amt.
    regards
    shiba dutta

  • Print symbol '*' only on blank pages.

    Oracle have seeded vat Report which print symbol '*' at the end of the report i.e after printing Detail and summary.
    Now user need summary should be printed on Next page(This is achivable). and symbol '*' should be printed on blank pages after Detail & detail.
    e.g Detail infomration filled 80% of page then remainig 20% page should be filled by symbol '*' and if 100% page is filled by detail then no '*' is printed.
    Also same case with Summary. Summary always start with new page. once summary printed. reamining page should be printed by symbol '*'. If all page is blank then symbol '*' should not printed
    IS it possible in oracle reprot?

    The picture package in PSE/mac and PS always starts by filling the page with one photo. Then you click the "zone" (the image of any particular photo) for the photo you want to change out, and a dialog box pops up that lets you pick a different photo. You can also edit zones, create your own layouts, etc.

  • Adobe Reader X Printing symbols

    I upgraded from adobe reader 9 to Adobe Reader X a few weeks ago. Since then, around half the time, when printing a PDF, my printer prints symbols such asŒŸ
    and this: al;fgh!!MMDig!!g!fgjN bz!31-!3119!!!shtluh!sdoiguh!
    Is this a common problem with X, and what is the solution? Thanks.

    Good day Todd,
    Typically when you see intermittant printing problems, the issue lies with the files, not with Reader.  That said, be sure to update to Reader 10.0.2.  Also, check the PDF Producer of the files your user is trying to print.  This can be found by opening File > Properties.  If the file was not made using Adobe software, it may not print properly from Adobe Reader.
    Thanks,
    David
    Adobe Technical Response Team

  • Adobe printing web pages - prints symbols not text

    I am using Adobe Acrobat Pro 9 Version 9.5.0 on a PC running Windows 7 with IE 9 V9.0.8112.16421.
    When I print from certain web pages, for example flight documents using the printer icon and printing to the Adobe PDF printer the resulting pdf file has symbols rather than text. For example, "Erhlqj#" rather than "Boeing". The 'fixed' graphics text prints ok and if I cut and paste the symbol text into another document, such as an e-mail, it prints correctly i.e. "Boeing" rather than "Erhlqj# "!
    If I use the toolbar Convert button to product the pdf it is correct. I've tried 'Repair Acrobat Installation" but it made no difference.
    Anyone any idea where the problem resides? It was working ok until a few months ago.
    See example below: top line is how it views in the pdf, second line is how it views on the website.
    Cheers

    Clear the Use Document Fonts option from the Preferences tab at the Print Dialog

  • US Macbook Pro, wanting to print '£' symbol, Alt+3 not working.

    I have a U.S. Macbook.
    Region Set to United Kingdom.
    Alt+3 does not result in '£' sign being printed instead of a white space.
    AltShift2 prints out '€' easily enough, every other keyboard shortcut for symbols works as well.
    Shift+4 prints '$' as it should.
    Shift+3 prints '#' as it should.
    Is there another way to get this working? Or is this a weird bug?

    In the Input menu in the menubar, choose the U.S. keyboard layout. Now Option-3 will produce the £ symbol. Or select the British layout, and then Shift-3 will produce it.
    Message was edited by: eww

  • Strange problem trying to print "�" symbol

    Hello,
    I am trying to to print "�" from a system.out.println,
    eg. System.out.println("Price: �" + price);
    But I keep getting "�" instead of "�".
    So I tried System.out.println("Price: \163" + price), but now I keep getting "s" instead of "�".
    This has really confused me. My system settings are all set to UK, and I have no trouble printing the "�" character in any other program. My keyboard is working fine. I have no problem printing
    System.out.println("Price: $" + price); so I'm guessing its some sort of localisation problem.
    Are there any localised Java settings I'm unaware of? I've tried to find any but can't.
    Has anyone else had this problem, or have any possible solutions I might try? Any and all suggestion are welcome!
    //Daniel.

    java does unicode, but a tty or DOS does ASCII 7 bit (or in some cases up to 8 bit) the pound symbol is 0x9c. This is a windows 2000 debug dump for the '�' symbol:
    Microsoft Windows 2000 [Version 5.00.2195]
    (C) Copyright 1985-2000 Microsoft Corp.
    C:\>echo � > c:\poond.txt
    C:\>debug c:\poond.txt
    -d
    0C5B:0100  9C 20 0D 0A C3 8F 06 BC-91 88 0E B2 91 E8 1A FC   . ..............
    0C5B:0110  49 3A 0E B2 91 75 05 B8-30 00 50 41 34 00 4A 0C   I:...u..0.PA4.J.
    0C5B:0120  91 C3 5D C7 06 BA 91 0A-00 E8 7A 00 F6 44 07 01   ..].......z..D..
    0C5B:0130  74 1C 80 3E CD 91 00 75-15 8A 44 02 3C 0C 7C 04   t..>...u..D.<.|.
    0C5B:0140  3C 17 7E 06 B0 61 50 41-EB 04 B0 70 50 41 33 C0   <.~..aPA...pPA3.
    0C5B:0150  33 D2 F6 44 07 20 74 0B-8A 44 05 E8 65 00 FF 36   3..D. t..D..e..6
    0C5B:0160  C5 91 41 F6 44 07 20 75-06 F6 44 07 10 74 0B 8A   ..A.D. u..D..t..
    0C5B:0170  44 04 E8 4E 00 FF 36 C9-91 41 8A 44 03 E8 43 00   D..N..6..A.D..C.
    -q
    C:\>type c:\poond.txt

    C:\>hope it helps
    david

  • Crystal Reports changes printer symbol set to ANSI

    Is there a setting somewhere that keeps Crystal from changing the symbol set on my printer to ANSI, so I can let it use the Internal default?

    No, it's likely a print driver issue. Ask them or install the latest driver for your printer

  • Printing '$' symbol

    Hi,
    I have problem in printing the  '$' symbol.  When i write in ABAP
    write: / 'symbol $'.  It outputs  symbol $.  But, when i print the same the dollar symbol is  not the same as displayed as '$'.
    I dont see the full vertical line instead i see a small nick on the top and bottom of 'S'.
    Any solution to print '$' exactly what we see here ?

    Hi.
    I'm not a printing specialist but I just saw your question and had an idea. Maybe your printer just uses a different font that you see on the screen. There might be a font that shows the dollar sign as an S with short ticks... Have a look on the other letters. Are they exactly the same as on the screen?
    Best regards,
    Jan Stallkamp

  • Printing symbol in text of smartform

    Hi All,
      I need to write a symbol (tick mark) in text of smartform.
    Can anyone help me?
    Thanks,
    Bipen

    Hi
    You can use the table ICON and the field ICON_OKAY
    or copy the icon from Word and try to paste the same
    or type <709> in change editor
    Regards
    Shiva

  • 'AND' symbol is not printing in smartform output.

    Hi all,
    I am facing problem while printing  '&'   symbol using READ_TEXT FM  in smartforms . I have maintained header text in PO header in that text am using special characters like  "&"  , <5  and >5 . While displaying this data in out put it is giving junk characters like .
      i have changed editor also  but no use .
    Regards,
    Rakhi

    Hi,
    try Note 447596.
    Jshree

  • '&' symbol is not printing in smartform output.

    Hi,
    I am facing problem while printing  '&'   symbol using READ_TEXT FM  in smartforms .
    I have maintained header text in PO header in that text am using special characters like
    "&"  , <5  and >5 . While displaying this data in out put it is giving junk characters like 
    >(>&<)<   and  >(>5<)<.
    i have changed editor also  but no use .
    Regards,
    Rakhi
    Moderator Message: Cross-posting is not allowed in the forums
    Edited by: Suhas Saha on Jul 5, 2011 3:59 PM

    Hi,
    try Note 447596.
    Jshree

  • How to print square root ?

    Hi...i want to print square root on command prompt and a symbol(i don't know what it's name for second symbol). But i get a problem. Below is my code. For what i understand i should use \u221A right? :-
    public class Test
         public static void main(String[]args)
              try
                   System.out.println("\u221A");
                   System.out.println("\u00ea");
              catch(Exception e)
                   e.printStackTrace();
    }But the result is only question mark...can someone show me the right way and what's wrong to my code. I very appreciate to any help. Thank you.

    but it does show up in swing components
    import javax.swing.*;
    import java.awt.*;
    public class printsymb
         private static final String SYMBOL = String.valueOf( '\u221A' );
         public static void main( String args[] )
              display( SYMBOL );
              System.out.print( SYMBOL );
              System.out.println( 4 );
         private static void display( String symbol )
              JTextArea text = new JTextArea( symbol );
              JFrame f = new JFrame();
              f.add( text, BorderLayout.CENTER );
              enableJFrame( f );
         private static void enableJFrame( JFrame frame )
              frame.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
              frame.setSize( 320, 240 );
              frame.setVisible( true );
    }you can always put it out like this "sqrt(someExp)" can't you?
    Edited by: scphan on Apr 4, 2009 1:41 PM

  • All in One Printer C5180 stopped printing/scanning from mac 10.6.8

    Hi
    My All-in-One C5180 has stopped printing and scanning from mac 10.6.8. It had worked for the past few years but after not using it for 8 months (out of country) it hasn't worked since I came back. I have done as a few suggested, carried out a software update on mac and also downloaded a new driver from this site. Neither worked. The message appearing is " printer off-line" and the printer symbol has red exclamation mark. 
    Would really appreciate any help.
    Thanks in advance
    Anne

    Correction to initial post: The 6 tiny sections incorrectly printed on a single sheet are actually from the bottom right-hand quadrant of the original PDF page - NOT the upper right-hand quadrant.

  • How to print u0080 in SAP Script

    Hi Experts,
       I have one small issue, i want to print €  symbol in sap script. If i puts this an hardcode vallue, but its not accepting this symbol.
      Plz anyone guide this, how to display and print the above symbel in script.
      This symbol is not available in displayable charactor area also.
    Point will be sure.
    Regards,
    Mohana

    Form to translate unicode symbol € to superscript €
    you can use this in subroutine i think this may be usefull to you before that you need to select the radio button of super script in charecter format for that perticular format
    FORM FORM_NAME TABLES  inttab STRUCTURE itcsy
                               outtab STRUCTURE itcsy.
    *Data Declaration.
      DATA : V_TEXT1(320).
      DATA: BEGIN OF ITAB OCCURS 0,
            WORD(40),
            END OF ITAB.
      READ TABLE inttab INDEX 1.
      V_TEXT1 = inttab-value.
      REPLACE ALL OCCURRENCES OF '€' IN V_TEXT1 WITH '<SP>€</>'.
      READ TABLE outtab INDEX 1.
      IF SY-SUBRC = 0.
        MOVE V_TEXT1 TO outtab-value.
        MODIFY outtab INDEX 1.
      ENDIF.
    ENDFORM

Maybe you are looking for

  • My sign a document has disappeared.

    hi I recently updated my free adobe reader and I am no longer able to sign documents. The Tools has no longer got this facility.

  • Trying to send Idoc using Standard Outbound Processin option

    Hi friends i created a IDoc  using the Link SAP Menu->Tools->Bussiness Communiation-> IDoc Basis -> Test -> Test Tool I selected an Idoc of Type MATMAS and clicked Standard Outbound Processing , i gave the receiver port , Partner Type(LS) and Partner

  • How do I add text to photos using iphone4.

    My husband is a diesel mechanic and often needs to send photos of parts etc, it would be helpful if he could add text to the photo. doesnt need to be fancy fonts etc. just visable and adjustable. may need to add details like length, diameter, maybe a

  • Find_report_object('rp2rro') how can this work?

    Hi I've spent a long time looking thru metalink (now Support) at the various posts and documents on calling reports from forms using the run_report_object that the translator replaces run_product with, and here and I'm frankly still looking for direc

  • Import Dump file without Data

    Uses: Oracle 9i Hi, I have a Dump file (*.dmp) exported from an Oracle 9i DB and need to Import it to a Test Environment which I only need all objects EXCLUDING DATA; Is this possible? and with my DB Version? Thanks & Regards,