Print to stream

Hello!
I need help!
I can print to stream like POSTSCRIPT. I want to print to stream like jpeg (perhaps rtf, doc).
This code print to ps:
DocFlavor flavor = DocFlavor.SERVICE_FORMATTED.PRINTABLE;
String mimeType = DocFlavor.BYTE_ARRAY.POSTSCRIPT.getMimeType();
StreamPrintServiceFactory[] factories = StreamPrintServiceFactory.lookupStreamPrintServiceFactories(flavor, mimeType);
FileOutputStream out = new FileOutputStream(fileName);
if(factories.length == 0) return;
StreamPrintService service = factories[0].getPrintService(out);
Doc doc = new SimpleDoc(cop, flavor, null);
DocPrintJob jobP = service.createPrintJob();
jobP.print(doc, attributes);
I am looking forward to hear from you.
Bye
Karsten

Although 1.4+ provides the framework that will allow programs to print to streams and such, the standard J2SE distribution only includes native support for PostScript, and not for any other format, as far as I can tell. Sun set things up so that other vendors could plug things in, but only wrote PostScript themselves.
Now, as far as JPEG or other image-based formats go, that's doable. What you can do is build a bitmap (e.g. BufferedImage), draw to it by getting a Graphics from it, and then use the ImageIO classes to write the bitmap out in any supported bitmap format.
RTF, Acrobat, etc. is more difficult, and would require some kind of third-party plug-in into the Print Service.

Similar Messages

  • HP Officejet pro 8500a prints endless stream of un-ordered blank sheets with one character on them

    My HP Officejet Pro 8500a worked fine until about 2 weeks ago (it is about 3 months old).  It began printing endlessly (during a period that no documents are being sent to the printer - I want to be clear this is not in regard to ORDERED documents from any of the computers).  It prints out a sheet of paper with a D in the first character spot in the left top corner, then spits out the paper.  It keeps going until it runs out of paper.  The only way to stop it is to 1) turn it off  2)keep pressing the "cancel print" button (every 5-10 seconds) or 3) take out the paper.  This of course is a hassle because while actually trying to print a document (which does come out fine), we have to load fresh paper and lose several pieces while the printer continues it's freak out before printing our ORDERED document.  
    Spent almost 2 1/2 hours on tech support yesterday - it took 2 hours to MAKE IT CLEAR that the printer was PRINTING ON IT'S OWN.  The tech kept trying to "fix" the documents I was printing (which are FINE, as I said).  Finally, I was told that a higher level tech would have to call me back - but looking through forums, it appears that's an empty promise and no point in waiting for assitance.
    Any suggestions?
    This question was solved.
    View Solution.

    Let's start by resetting the printer.  Turn it off, hold the # and 6 keys while and a bit after turning it back on.
    What router brand/model are you using?  What operating system on your computer?
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • How can I print a stream of characters to a printer device ?

    If I want to write "Hello!" to a file, I can try the folliwing:
    BufferedWriter out = new BufferedWriter(new FileWriter("myFile.txt"));
    out.write("Hello!");
    out.flush();
    out.close();
    What should I change in the above lines in order to write "Hello!" to printer device ?
    Thanks
    Roberto

    Hi,
    The other way is to use The Java Communications 3.0 API
    http://java.sun.com/products/javacomm/
    --Marc (http://jnative.sf.net)                                                                                                                                                                                                                                                                                       

  • PDF Docuemnt Stream Printing

    Hi all,
    I'm getting problem while printing PDF stream using javax.print api from Applet.
    i used following code to print PDF docuement.
    public void sendPrintRequest()
    java.io.InputStream fis=null;
    PrintRequestAttributeSet pras = new HashPrintRequestAttributeSet();
    DocFlavor flavor = javax.print.DocFlavor.INPUT_STREAM.AUTOSENSE;
    System.out.println("====================>"+flavor);
    PrintService printService[] = PrintServiceLookup.lookupPrintServices(flavor, pras);
    PrintService defaultService = PrintServiceLookup.lookupDefaultPrintService();
    PrintService service = ServiceUI.printDialog(null, 200, 200,printService, defaultService, flavor, pras);
    if (service != null)
    try
    javax.print.attribute.standard.Copies obj=new javax.print.attribute.standard.Copies(1);
    Attribute at=(Attribute)pras.get(obj.getClass());
    int noOfCopies=1;
    if(at!=null){
    try{
                        noOfCopies=Integer.parseInt(at.toString());
    }catch(Exception err){noOfCopies=1;}
    for(int i=0;i<noOfCopies;i++)
    URL url = null;
    try{
         url = new URL(urlToPDF);
                                  url.openConnection();
         fis = url.openStream();
    }catch(Exception err){}
    DocPrintJob job = service.createPrintJob();
    job.addPrintJobListener(printjoblis);
    DocAttributeSet das = new HashDocAttributeSet();
    Doc doc = new SimpleDoc(fis, flavor, null);
    pras.add(Sides.ONE_SIDED);
    job.print(doc, pras);
    }catch(Exception err){System.out.println("=========>"+err);}
    Some times above code printing pdf document with garbage values.
    Any one can suggest me on this issue.
    When i'm using
    DocFlavor flavor = javax.print.DocFlavor.INPUT_STREAM.PDF;
    no printer services available.
    Thanks & Regards,
    surya.

    If you use Acrobat, please repost in the Acrobat forum. Please let us know what your OS is and what version of Acrobat you are using. If you are not using Acrobat, and are using the CreatePDF service, please post in the forum dedicated to that service. If you are not using any of those programs, then it is unlikely you are using an Adobe Acrobat related program.

  • Time capsule does not recognise my printer

    Followed all the instructions and all appears to be working fine but cant get TC to recognise my epson r200 printer. Am I doing something wrong?
    Sheps

    I have the same problem. My Brother HL-1430 over USB connected to my Airport Express works perfectly. But via Time Capsule no way. I did all the deletion, re-install etc., but no success. I think the Time Capsule has still some problems to solve. What I did now:
    I have connected my Airport Express via Ethernet (bridge mode) to my Time Capsule. I have my stereo and USB printer connected to Airport Express. My TC connects to the Internet. In addition I have an additional USB HD connected to TC for TC archiving and file sharing.
    My MacBook connects to TC only. Now all works fine. I can use everything together at the same time (Internet, printing, music streaming, TimeMachine) without even having dropping bits when streaming sound in parallel.
    Here I must say, that I would have long expected Apple to finally include Air Tunes into its base stations and TC. It's a bit of a joke that you still need to buy an additional Airport Express just to stream your music. Here marketing and product positioning at Apple goes too far and harms the concept of an easy and integrated solution.

  • Acrobat Reader does not recognise my printer

    Hello,
    When I attempt to print a pdf document from adobe reader, my printer is not listed in the dropdown list of available printers.  I am therefore unable to print anything.  This issue only occurs with acrobat reader, all other windows applications recognise the printer and print fine.  The printer is connected via wifi.
    I have already tried uninstalling and reinstalling the printer and the drivers, as well as acrobat reader.  I have restarted my computer.  The issue still persists.
    My system information is as follows:
    Windows 8 64 bit pc
    Epson WF-7515 with the latest drivers
    Acrobat reader version 11.0.0
    Any solutions are much appreciated
    Regards

    I have the same problem. My Brother HL-1430 over USB connected to my Airport Express works perfectly. But via Time Capsule no way. I did all the deletion, re-install etc., but no success. I think the Time Capsule has still some problems to solve. What I did now:
    I have connected my Airport Express via Ethernet (bridge mode) to my Time Capsule. I have my stereo and USB printer connected to Airport Express. My TC connects to the Internet. In addition I have an additional USB HD connected to TC for TC archiving and file sharing.
    My MacBook connects to TC only. Now all works fine. I can use everything together at the same time (Internet, printing, music streaming, TimeMachine) without even having dropping bits when streaming sound in parallel.
    Here I must say, that I would have long expected Apple to finally include Air Tunes into its base stations and TC. It's a bit of a joke that you still need to buy an additional Airport Express just to stream your music. Here marketing and product positioning at Apple goes too far and harms the concept of an easy and integrated solution.

  • Printing PDF forms to an impact printer

    Greetings,
    I hope I've found the correct forum for this question.
    We are having difficulty printing PDF forms to an impact printer.  We are required by regulations to print to multi-part forms from our GTS landscape, which is going live soon.  Since Adobe is the direction SAP is headed with forms, we have been utilizing ADS.  However, the need for impact printing has presented a problem.  Has anyone utilized PDF printing to an impact printer?  I'll list some details in case it will help.
    Printer: Lexmark Forms Printer 2590
    Backend Print Solution: HP Output Server on AIX
    SAP GTS: NetWeaver 7.0 SP17 w/ SLL-LEG 720 SP7
    Our printer has printer languages of Epson Emulation and Personal Printer Data Stream (PPDS).  Neither of these are included in the standard device types for PDF as specified in OSS Note 685571.  I do not see an appropriate XDC file to copy and modify.
    Has anyone else run into this issue and found a resolution?
    Many thanks for your assistance.
    Wesley Tollett

    the PortName should be changed accordingly.
    if you are using printer port , commonly lpt1, you should change it to lpt1
    ur command line could work , i think
    i've tried it locally in my machine, it works fine.

  • Using AP Express for Printing ONLY

    Hey Discussions,
    I want to purchase an Airport Express for the sole purpose (right now) of printing. Is it possible to use the Express without an Internet connection?
    Thanks,
    Mateo

    Yes, you can use it as a client to an existing wireless network for printing or streaming iTunes.
    AirPort Express Base Station (AX) - Client Mode Setup
    - Plug the AX into a power outlet.
    - On your computer, join the wireless network created by AX.
    - Open AirPort Admin Utility. (Mac users: Find it in /Applications/Utilities/. Windows users: On the Start menu, point to All Programs and click AirPort.)
    - After AirPort Admin Utility opens, the name of your AX appears in the list. Select it, then click Configure.
    - Enter the administrator password if prompted.
    - Click the AirPort tab.
    - Enter a name for your AX in the Name field. (This name is how it will appear in AirPort Admin Utility; it may be different from the AirTunes remote speaker name. (Note that AirPort Setup Assistant does not allow you to differentiate these names, but AirPort Admin Utility does.)
    - If your AX does not already have an administrator password, click the Change Password button to enter one. This password can be different from any network password, and is used for just changing settings on AX.
    - In the same pane, under the AirPort Network heading, change the Wireless Mode from "Create a Wireless Network (Home Router)" to "Join an Existing Wireless Network (Wireless Client)."
    - Type the name of the wireless network you want to join in the Network Name field. (Note: If you're using AirPort Admin Utility in Mac OS X, you may be able to choose the network from a pop-up menu. This is the name (or SSID) of your current wireless network with the Trendnet router.)
    - If the wireless network is password protected, you will need to enter the password. (Mac users: Click Security Options, choose the level of password encryption from the Wireless Security pop-up menu, then enter the password. When finished, click OK. Windows users: Click Wireless Security, choose the level of password encryption from the Wireless Security menu, then click "Set WEP Password" to enter the password. When finished, click OK.)
    - Click the Music tab to enter the name that will appear in iTunes as your AirTunes remote speakers. You can also enter a password to prevent others from streaming music to your speakers.
    - Finally, click Update to send your new settings to AX.
    Once the AX has had a minute or so to restart, it should join the existing wireless network, as indicated by its status light turning solid green.

  • Can I create a network for printing & music alone ?

    I don't have DSL or any type of broadband - still using dial up.
    If I buy an Airport Express can I configure it to wirelessly print and stream music or do I need a wireless network in the background to make this work ?

    Can I create a network for printing & music alone ?
    Yes
    If you also want internet access at the same time you will need to tweak things a bit.

  • How to print the InputStream

    I got InputStream from the HttpServlet.post()
    Now i want print it to console
    Please help me how to print this.
    code Snippet
    class Listner extends HttpServlet
    public void doPost( HttpServletRequest req, HttpServletResponse res )
    InputStream _inputStream =req.getInputStream();
    //here I want to print this stream to console
    }

    Read from the stream and write to the console. Check InputStream API.
    Mike

  • Newbie question: Send data to printer from ABAP program

    Hello, I am a newbie.
    I do not use  SAPScript nor SmartForms.
    But I need to send a printer command stream from my ABAP to printer.
    Is it possible?
    How can this be possible? Please give me some guideline.
    I will reward you points. Promise.
    Thanks

    hi,
    u can send ur program details to printer using submit to sap-spool statement.
    SUBMIT TO SAP-SPOOL
    Basic form
    SUBMIT rep ... TO SAP-SPOOL.
    Extras:
    1.... DESTINATION dest         ... COPIES cop
            ... LIST NAME name
            ... LIST DATASET dsn
            ... COVER TEXT text
            ... LIST AUTHORITY auth
            ... IMMEDIATELY flag
            ... KEEP IN SPOOL flag
            ... NEW LIST IDENTIFICATION flag
            ... DATASET EXPIRATION days
            ... LINE-COUNT lin
            ... LINE-SIZE  col
            ... LAYOUT layout
            ... SAP COVER PAGE mode
            ... COVER PAGE flag
            ... RECEIVER rec
            ... DEPARTMENT dep
            ... ARCHIVE MODE armode
            ... ARCHIVE PARAMETERS arparams
            ... WITHOUT SPOOL DYNPRO
    2. ... SPOOL PARAMETERS params
             ... ARCHIVE PARAMETERS arparams
             ... WITHOUT SPOOL DYNPRO
    3. ... Further parameters (for passing variants)
            are described in the documentation for SUBMIT
    The syntax check performed in an ABAP Objects context is stricter than in other ABAP areas. See Missing print parameters with SUBMIT.
    Effect
    Calls the report rep with list output to the SAP spool database.
    Additions
    ... DESTINATION dest(output device)
    ... COPIES cop(number of copies)
    ... LIST NAME name(name of list)
    ... LIST DATASET dsn(name of spool dataset)
    ... COVER TEXT text(title of spool request)
    ... LIST AUTHORITY auth(authorization for display)
    ... IMMEDIATELY flag(print immediately ?)
    ... KEEP IN SPOOL flag(keep list after print ?)
    ... NEW LIST IDENTIFICATION flag(new spool request ?)
    ... DATASET EXPIRATION days(number of days list
    retained)
    ... LINE-COUNT lin ( lin lines per page)
    ... LINE-SIZE  col(col columns per line)
    ... LAYOUT layout(print format)
    ... SAP COVER PAGE mode(SAP cover sheet ?)
    ... COVER PAGE flag(selection cover sheet ?)
    ... RECEIVER rec(SAP user name of
    recipient)
    ... DEPARTMENT dep(name of department)
    ... ARCHIVE MODE armode(archiving mode)
    ... ARCHIVE PARAMETERS arparams(structure with archiving
    parameters)
    ... WITHOUT SPOOL DYNPRO(skip print control screen)
    With the parameters IMMEDIATELY, KEEP IN SPOOL, NEW LIST IDENTIFICATION and COVER TEXT, flag must be a literal or character field with the length 1. If flag is blank, the parameter is switched off, but any other character switches the parameter on. You can also omit any of the sub-options of PRINT ON. mode with SAP COVER PAGE can accept the values ' ', 'X' and 'D'. These values have the following meaning:
    ' ' : Do not output cover sheet
    'X' : Output cover sheet
    'D' : Cover sheet output according to printer setting
    armode with ARCHIVE MODE can accept the values '1', '2' and '3'. These values have the following meaning:
    '1' : Print only
    '2' : Archive only
    '3' : Print and archive
    arparams with ARCHIVE PARAMETERS must have the same structure as ARC_PARAMS. This parameter should only be processed with the function module GET_PRINT_PARAMETERS.
    Effect
    Output is to the SAP spool database with the specified parameters. If you omit one of the parameters, the system uses a default value. Before output to the spool, you normally see a screen where you can enter and/or modify the spool parameters. However, you can suppress this screen with the following statement:
    ... TO SAP-SPOOL WITHOUT SPOOL DYNPRO
    You could use this option if all the spool parameters have already been set!
    Note
    When specifying the LINE-SIZE, you should not give any value > 132 because most printers cannot print wider lists.
    Addition 2
    ... SPOOL PARAMETERS params(structure with print
    parameters)
    ... ARCHIVE PARAMETERS arparams(Structure with archive
    parameters)
    ... WITHOUT SPOOL DYNPRO(skip print parameters
    screen)
    Effect
    Output is to the SAP spool database with the specified parameters. The print parameters are passed by the field string params which must have the structure of PRI_PARAMS. The field string can be filled and modified with the function module GET_PRINT_PARAMETERS. The specification arparams with ARCHIVE PARAMETERS must have the structure of ARC_PARAMS. This parameter should only be processed with the function module GET_PRINT_PARAMETERS. Before output to the spool, you normally see a screen where you can enter and/or modify the spool parameters. However, you can suppress this screen with the following statement:
    ... WITHOUT SPOOL DYNPRO
    Example
    Without archiving
    DATA: PARAMS LIKE PRI_PARAMS,
          DAYS(1)  TYPE N VALUE 2,
          COUNT(3) TYPE N VALUE 1,
          VALID    TYPE C.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING DESTINATION           = 'LT50'
                COPIES                = COUNT
                LIST_NAME             = 'TEST'
                LIST_TEXT             = 'SUBMIT ... TO SAP-SPOOL'
                IMMEDIATELY           = 'X'
                RELEASE               = 'X'
                NEW_LIST_ID           = 'X'
                EXPIRATION            = DAYS
                LINE_SIZE             = 79
                LINE_COUNT            = 23
                LAYOUT                = 'X_PAPER'
                SAP_COVER_PAGE        = 'X'
                COVER_PAGE            = 'X'
                RECEIVER              = 'SAP*'
                DEPARTMENT            = 'System'
                NO_DIALOG             = ' '
      IMPORTING OUT_PARAMETERS        = PARAMS
                VALID                 = VALID.
    IF VALID <> SPACE.
      SUBMIT RSTEST00 TO SAP-SPOOL
        SPOOL PARAMETERS PARAMS
        WITHOUT SPOOL DYNPRO.
    ENDIF.
    Example
    With archiving
    DATA: PARAMS   LIKE PRI_PARAMS,
          ARPARAMS LIKE ARC_PARAMS,
          DAYS(1)  TYPE N VALUE 2,
          COUNT(3) TYPE N VALUE 1,
          VALID    TYPE C.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING DESTINATION            = 'LT50'
                COPIES                 = COUNT
                LIST_NAME              = 'TEST'
                LIST_TEXT              = 'SUBMIT ... TO SAP-SPOOL'
                IMMEDIATELY            = 'X'
                RELEASE                = 'X'
                NEW_LIST_ID            = 'X'
                EXPIRATION             = DAYS
                LINE_SIZE              = 79
                LINE_COUNT             = 23
                LAYOUT                 = 'X_PAPER'
                SAP_COVER_PAGE         = 'X'
                COVER_PAGE             = 'X'
                RECEIVER               = 'SAP*'
                DEPARTMENT             = 'System'
                SAP_OBJECT             = 'RS'
                AR_OBJECT              = 'TEST'
                ARCHIVE_ID             = 'XX'
                ARCHIVE_INFO           = 'III'
                ARCHIVE_TEXT           = 'Description'
                NO_DIALOG              = ' '
      IMPORTING OUT_PARAMETERS         = PARAMS
                OUT_ARCHIVE_PARAMETERS = ARPARAMS
                VALID                  = VALID.
    IF VALID <> SPACE.
      SUBMIT RSTEST00 TO SAP-SPOOL
        SPOOL PARAMETERS PARAMS
        ARCHIVE PARAMETERS ARPARAMS
        WITHOUT SPOOL DYNPRO.
    ENDIF.

  • Photoshop CS3 and Lightroom print discrepancies

    Hello,
    I am having an issue with printing from Lightroom.  I have a profile for my printer/driver/inkset that I have used successfully with Photoshop.  When I print an image in Lightroom with the "profile manages" using this profile with the same driver, the image is dark.  the exact same image exported from Lightroom to Photoshop prints beautifully with the same driver/paper/inkset.
    I have double and triple-checked my driver and lightroom print settings but cannot find anything that appears out of whack.  I use a saved pre-set to ensure that my printer driver settings are identical each time.
    Does anyone have any ideas?
    thank you,
    George Pappas

    Thanks for the additional information, Andre.  Your symptions seem to point to the same underlying cause of the problem that I have experienced even though your particulars are different.
    I have been quiet on this issue becuase I have been involved in a "deep dive" through the problem with Adobe Technical support and by trying to make sense of the other causes/effects/workarounds found by members of the Lightroom and other forums.  For now, I do not have a solution yet, but hope to have more tangible information and a solution to post within a couple of weeks.
    I have been through four tech support interactions with Adobe and one from Canon.  Unfortunately, these calls were less than satisfactory.  While the people on the phone were nice, there very unhelpful and primarily engaged in "pass the buck" behavior by claiming the problem was somewhere else.  The last support call with Adobe lasted 40 minutes with a very nice fellow who gave me USELESS feedback and directed me to a knowledgebase article that had nothing to do with my real problem.
    Let me be clear, I am a 20+ year software industry veteran and understand the complexities of this stuff.  It is obvious that Adobe and Canon cannot put fully qualifed (and expensive) people on the first point-of-contact for support issues.  However, they should have a reasonable escalation procedure that routes a  problem of appropriate complexity to a highly qualifed person after a reasonable number of support attempts are unsuccessful in solving the issue.  So far, this has not happened and is very frustrating to me.
    Here is what I know of the underlying cause of the issue thus far.  It appears to be caused by the interaction between Lightroom, the operating system's color management, and the printer driver.  In essence, each of us are getting prints that are "double" or "triple" color managed even though we are trying to select one color managment workflow for our output.
    Photoshop/InDesign and other adobe applications use their own color management engine called ACE.  Lightroom does things differently and uses the computer's operating system CM functions.  I believe this why my prints continue to look good when printed out of Photoshop yet look lousy (too dark) when printed from Lightroom.  Lightroom is making assumptions when it sends a print data stream to a printer driver that doesn't yield the same result becuase each operating system performs color management tasks somewhat differently and print drivers from Canon/Epson/HP also do not use the operating systems CM functions the same way.  For Mac users, if you add the printing engine architecture change from of Mac O/S 10.4 to Mac O/S 10.5 you throw an additional level of change into the equation which is not helpful.
    So, where does that leave all of us who have this problem?  I believe that for a given print driver/profile/operating system, Adobe will need to provide us with a workaround that will result in quality prints.  To do this means that someone in Adobe who has the knowledge has to put together a specific recipe of options that work for the major printer manufacturers/OS's/printers.  The long run solution will, unfortunately, occur over time as Adobe modifies how Lightroom makes certain assumptions when it sends print data streams to printer drivers and printer manufacturers will update their printer drivers to be more bulletproof regarding operating system color managment differences.
    Sorry for the long-winded message.  Unfortunately, this is one of those seemingly simple problems that has a lot of underlying complexity and does not yield a "one size fits all" solution.  I will keep this group updated on what I learn as I work with Adobe.
    Best,
    George

  • AEX for printing

    I'm not sure this is possible but we'll give it a shot. First, I'm on a wireless network via a Netgear wireless router. What I'm trying to do is use the AEX as an extender and also have my printer connected to my network through it. However, I'm unable to configure this. Any help is appreciated. Thanks.

    What I'm trying to do is use the AEX as an extender...
    That won't work wirelessly. The Netgear is not compatible with Apple's WDS which is needed to wirelessly extend the network.
    If you want to connect the 2 via Ethernet, you could extend the coverage of the wireless network.
    If you follow the directions in KB 302153, AirPort Express: How to join an existing wireless network in client mode you will be able to use the AirPort Express (AX) for wireless printing and streaming music.

  • Using both the printer and AirTunes on the same Airport Express

    Can I use the same AirPort Express to print wirelessly and have AirTunes hooked up to it also. Or would I have to get a separate AirPort for each use.

    Yes. There may be a hiccup due to bandwidth use if you print while streaming. But the answer is still yes.
    Welcome to Apple Discussions!

  • Express - "boosting" Netgear signal, and printing wirelessly?

    Hi, all:
    A buddy of mine has asked me to ask the following for him (and I have similar issues myself). He's using WinXP Home with a Netgear dg834pn router. He's bought an AirPort Express to use when he's on the road, but he wants to know if he can use his AP Express at home to "boost" the signal he gets from his Netgear router. Is this possible, and what must he do?
    Second, Giovanni would like to know whether or not he can print wirelessly (via the AP Express's USB port) if he is somehow able to get his AP Express to "boost" the Netgear router's signal. I told him I thought that he could do so only if he replaced the Netgear router with the AP Express altogether, but I'm not really sure. Hence, my questions.
    Oh, and I assume that if he can get his AP Express to "boost" or "bridge" the Netgear signal, he should also be able to play his iTunes from his laptop, correct?
    Sorry for the newb-like questions.
    TIA,
    Bill J.

    talltenor wrote:
    A buddy of mine has asked me to ask the following for him (and I have similar issues myself). He's using WinXP Home with a Netgear dg834pn router. He's bought an AirPort Express to use when he's on the road, but he wants to know if he can use his AP Express at home to "boost" the signal he gets from his Netgear router. Is this possible, and what must he do?
    No this is not possible with a Netgear router.
    You can not use an Airport Express to "boost" or "extend" a Netgear wireless network. It is possible to configure the Airport Express to join the network as a client.
    Second, Giovanni would like to know whether or not he can print wirelessly (via the AP Express's USB port)
    In client mode, he can get the Airport Express to join the existing wireless network (as a client) and then he will be able to print via a shared printer and stream AirTunes from his iTunes.
    What is client mode?
    http://docs.info.apple.com/article.html?artnum=108040
    iFelix

Maybe you are looking for

  • Purchase Order Confirmation creation

    Hi all, I am trying to create a confirmation for a Purchase Order in SRM Version 5,ECC 5.0(ECS Scenario). In my program, I first get all the Purchase Orders using the function module, BBP_PD_PO_GETDETAIL. Then I want to confirm this Purchase Order in

  • Form based on Procedure - coding methods

    I would like to create a Portal Form based upon a stored procedure. I can't seem to find any documentation which describes the necessary procedural functions. The form requires standard select, update, delete capabilities. How does that the procedure

  • MacBook Pro SMC Firmware Update 1.3 update freezes mouse pointer

    After installing the update released today 5/28 (MacBook Pro SMC Firmware Update 1.3) my mouse pointer stalls, freezes on occasion. Very annoying. Anyone seeing the same. Fixes ... ?

  • Version management in SAP Script

    Hi All, Is it possible to revert the script to previous version by using version management like reports. Thanks and Regards Parthi.

  • Image Network Shares

    Hello Guys, one of your customers is experiencing big problems when using network shares for images, because the indesign server is transfering the whole image data (one image has a size of 50-150 MB) everytime a page preview (JPG) is generated with