How to Print via File Sharing

I have a laser printer connected via USB to my iMac and my wife prints from
her MacBook Pro via Printer Sharing over our wireless LAN. We now have an
iPad and it cannot detect a printer on the network because the printer is hard
wire to the iMac.
Anyway to train the iPad to look for printer connected to another Mac on the
LAN?

I think this is the easiest option, and it worked great for me!
http://howto.wired.com/wiki/PrintWith_Any_Printer_From_iPad,iPhone
Keep in mind, the app wants you to be running OSX 10.6.5, and iTunes 10.1, and will ask you if you want to continue if those specifications are not met.
I am running 10.6.7, and iTunes 10.2.1 and this install still worked great. I just decided to continue the installation after being prompted, and everything works.

Similar Messages

  • How do I set  File Sharing  in iTunes to keep files up-to-date?

    How do I set  File Sharing  in iTunes to keep files up-to-date?  i tried iTunes File Sharing, but the updates to the files never transferred across the USB during sync.  Tried to use Documents to Go, but the Apple behavior keeps them from syncing via USB, so when I am home and have no wifi/internet there is no way to transfer the files.  The other apps I have looked at also use wifi/internet to get around the problematic Apple behavior, so there is no way to connect via USB that I have found other than the iTunes.  Have not been able to locate any helpful information to configure the File Sharing to hotsync the files between pod and computer.

    I am trying to USB sync Word, Excel, and PDF files between the ipod and the PC.
    Pretty sure icloud has to have the internet to work, but I can try to see what USB options there are there when time permits.
    Pretty sure dropbox has to have the internet to work, but I can try to see what USB options there are there when time permits.

  • How to print the file name in sap

    Hi All,
    I have requirment like,
    there is a folder in my local system, inside that folder there are 10 Excel file like file1.xls,file2.xls..............file10.xls
    how to print the file name of all these file in SAp like
    file1.xls
    file2.xls
    file3.xls
    file4.xls
    file10.xls
    Appropriate points will be rewarded.
    Thanks in Advance
    Arun kumar

    Hi,
    Still you are facing any problem with this code expalin the problem with details , otherwise close this thread.
    Use Method <b>cl_gui_frontend_services=>directory_list_files</b> to read file names for a given directory
    after reading the files then Use FM : <b>RSPO_SX_OUTPUT_TEXTDATA</b> to create spool from internal table data and print the data.
    <b>sample code :</b>
    data: desktop_dir type string.
    data: ifiles type table of string.
    data: xfiles type string.
    data: count type i.
    data: filepath type string.
    call method cl_gui_frontend_services=>get_desktop_directory
      changing
        desktop_directory    = desktop_dir .
    call method cl_gui_cfw=>flush.
    call method cl_gui_frontend_services=>directory_list_files
      exporting
        directory                   = desktop_dir
    *    filter                      = '*.xls'
         files_only                  = 'X'
    *        DIRECTORIES_ONLY            =
      changing
        file_table                  = ifiles
        count                       = count.
      DATA : x_name       LIKE tsp03d-name,
             x_dest       LIKE tsp03d-padest VALUE 'LOCL',
             x_rows       LIKE sxpcklsti1-body_num VALUE 0,
             x_startrow   LIKE sxpcklsti1-body_start VALUE 1,
             x_pages      LIKE rspotype-pages VALUE 1,
             x_pages_1    TYPE p DECIMALS 2,
             x_rqtitle    LIKE sxpcklsti1-obj_descr,
             x_rqcopies   TYPE i VALUE 1,
             x_rqowner    LIKE trdyse01cm-username,
             x_immediate  LIKE pri_params-primm VALUE ' ',
             x_rqid       LIKE tsp01-rqident,
             i_contents    LIKE  solisti1 OCCURS 0 WITH HEADER LINE,
          x_pages   = 1.
          x_rqowner = sy-uname.
          x_dest     = 'LOCL'.
          x_startrow = 1.
          x_rqcopies = 1.
          x_immediate = 'X' .
          CALL FUNCTION 'RSPO_SX_OUTPUT_TEXTDATA'
           EXPORTING
    *       name                 =   x_name
             dest                 =  x_dest
             rows                 =  x_rows
             startrow             =  x_startrow
             pages                =  x_pages
             rqtitle              =  x_rqtitle
             rqcopies             =  x_rqcopies
             rqowner              =  x_rqowner
             immediately          =  x_immediate
           IMPORTING
             rqid                 =  x_rqid
           TABLES
             text_data            = i_contents
           EXCEPTIONS
             name_missing         = 1
             name_twice           = 2
             not_found            = 3
             illegal_layout       = 4
             internal_error       = 5
             size_mismatch        = 6
             OTHERS               = 7.
          IF sy-subrc <> 0.
    ** MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    **         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
    Regards
    Appana
    *Reward Points for helpful answers
    Message was edited by: L Appana

  • How to Print a File in JSFF

    Hi All,
    Anyone tried printing file through printer in JSC2.????????
    Expecting some Suggestions!!!!!!!!!!!!!!!!!!!!!!!!!!
    regards,
    Josh Machine

    If your question is how to call print from a button in the form:
    Go to the jsp page, and add to the print button attribute
    onClick="window.print()"
    <ui:button binding="#{Page1.button1}" id="button1" style="position: absolute; left: 288px; top: 120px" text="Button" onClick="window.print()"/>
    you can also do this by seelcting the button, and in the properties window, under javascript set the onClick property to window.print
    If you are question is how to print a file through the Creator IDE, you can use the File -> Print.
    To access the IDE's general print properties, choose Tools > Options > Advanced radio button, and then choose IDE Configuration > System > Print Settings. Expand the Print Settings node to select an individual editor.
    hope this helps
    Radhika
    http://blogs.sun.com/Radhika

  • How to print PDF files

    How to print PDF files????

    Please see FAQ: How to print a PDF file from Adobe Reader Touch.
    If you don't see the Print button in the toolbar, please update to the latest version of Adobe Reader Touch.
    FAQ: How to update Adobe Reader Touch to the latest version
    The latest version (1.2) also includes newly supported features such as Commenting (adding Sticky Notes, Highlight, Strikeout, and Underline), Save/Save As, and Go to Page.
    Here's the blog post by Dennis Griffin (Product Manager for Adobe Reader for Tablets and Smartphones).
    Adobe Reader Touch for Windows 8 adds Comments and More

  • How to print PDF files using java print API

    Hi,
    I was goign throw lot of discusion and reading lot of forums related to print pdf files using java api. but nothing seems to be working for me. Can any one tell me how to print pdf files using java api.
    Thanks in advance

    Mike,
    Can't seem to get hold of the example described in your reply below. If you could let us have the URL to get then it would be great.
    My GUI application creates a pdf document which I need to print. I want to achieve this using the standard Java class PrinterJob (no 3rd party APIs I'm afraid, commercial restraints etc ..). I had a stab at it using the following code. When executed I get the pretty printer dialog then when I click ok to print, nothing happens!
    boolean showPrintDialog=true;
    PrinterJob printJob = PrinterJob.getPrinterJob ();
    printJob.setJobName ("Contract.pdf");
    try {
    if (showPrintDialog) {
    if (printJob.printDialog()) {
    printJob.print();
    else
    printJob.print ();
    } catch (Exception PrintException) {
                   PrintException.printStackTrace();
    Thank you and a happy new year.
    Cheers,
    Chris

  • How to print Pdf files using Adobe Reader

    How to print Pdf files using Adobe Reader

    Open the PDF file with File > Open... in Adobe Reader and print it with File > Print

  • My ipad2 stopped accessing my movies via file sharing. My iPad3 still works. Has my iPad2 become obsolete?

    I used to be able to access my movies at home via file sharing on my computer's iTunes. My ipad3 still works beautifully so I'm guessing something is up with my ipad2 that no longer works. This would be very annoying considering I use my ipad2 as my work iPad and I cannot swap with the kids ipad3 because it doesn't have 3G and therefore can't be use outside of wifi.

    Sorry... Might be confusing. My iMac has file sharing turned on so that I can access my movies through the iPad. I select the videos icon on my ipad and my library shows up. When I press my library it looks like its accessing but stops halway. My ipad3 however has no problems and accessing immediately allowing me to see and all my movies on the iPad. This stopped working on the ipad2 only a few weeks back. I have restarted the ioad2 twice but it won't correct itself.

  • Accessing Desktop via File Sharing Question

    I have two Mac's hooked up via my router one using an Airport card, the other wired. One has OS 9.1 the other has 9.2.1 installed. I cant access eithers desktop via file share, I set both up so that you can access them with no luck. I have to open up Netscape and type in a url for them to put up. Isn't there another way to access ones desktop via file sharing but where your able to see the computers on the network??

    carboniw,
    See if this article helps for both your local network and the other links for sharing:
    http://docs.info.apple.com/article.html?artnum=106658

  • HT201301 How do I send an audio file via file sharing to other Mac and PC users instead of email?

    I have created an audio file on iTalk and want to email it to my family.The file size is 25.62 MB.- too large to email it ( limit 5MB)  Would file sharing be a better solution and if so what are the steps I should take to get started?              

    You might try Dropbox for iPad and computer.  Both are free and include 2GB free storage. 
    http://itunes.apple.com/us/app/dropbox/id327630330?mt=8

  • Printer and File Sharing with Windows is not working

    I have a MacBook Pro, Vista machine, and an XP machine on my network.
    The MacBook Pro is running 10.5.2.
    The Windows machines can see the MacBook Pro and access files on it, but I cannot see the Windows machines in Finder - thus I can't access the printers on those machines.
    If I goto 'Finder> Go> Connect to Server' and enter smb://ipadress I am able to mount the shares and access them.
    But obviously this does not help me with Printer sharing.
    Any help is appreciated, but FYI I have been reading many suggestions and none have worked.

    Go to "System Preferences/Security/Firewall" and change settings to: "Set access to specific services and applications". "File Sharing" and "Printer sharing" were already present for me, I don't know how to get them if they are not, and I don't know what the ramifications for security are. I can now see Windows computers and printers.

  • How to print pdf file not using the the adobe reader ?

    hello,
    i used the adobe sdk to open a pdf file in read and modify it serveral times and each time save it to another directory,and now i need to write a program to print the pdf file in this directory.when print the file,i want to continue my work also,so who i tell me how to solve this problem?
    thanks.

    The SDK is only a collection of documentation and headers that show you how to interact with and automate Adobe Acrobat and to some extent Adobe Reader. You need a copy of Acrobat or Reader installed on the system in order to use any of the SDK functions. You cannot "print not using the Adobe Reader", unless you have Adobe Acrobat installed on the system instead of Reader.

  • How do i use file sharing with my microsoft pc and mac book?

    I have a windows vista pc that my daughter uses and I have a macbook pro and we want to use file sharing for our itunes libararys.  We connect to internet with my time capsule.  I have both computers itunes file sharing turned on but I can't seem to be able to see them on the network. can someone give me some pointers on how to make this work.  thanks

    The best way I know is to sign up for iTunes Match.  All your music is stored in the cloud and can be accessed by up to 10 devices.

  • How do you setup file sharing between users on the same computer?  How do they view the shared files?

    I have 10.6.8 software loaded on my Mac Pro.  My family uses it as our primary computer, it is basically my wife and I .  I set up a third account for my 2 1/2 year old daughter since there is a crap load of software programs for her games and what nots.  I want to be able to share all the files between all three accounts on the computer.  I do see under System Preferences how to do file sharing, however when I do I can not find where to view the files I have shared.  I have tried sharing the entire hard drive and desktop along with specific folders.  Thanks

    Tempeleton Peck
    I understand how to do that, I was looking to share all fodlers or a bunch of folders.  I found out how to do it.
    Paul

  • How to print PDF file with hp-ux 11.31 on itanium

    We finished upgrade from 11.5.7 to 12.1.1.
    With 11.5.7 ( pa-risc hp-ux 11.23 ) we print our pdf file in using acroread to convert them in postscript and print them to printer.
    In our 12.1.1 environment ( itanium hp-ux 11.31 ) ; acroread is not available on itanium.
    Which tool can we use to be able to print PDF file on itanium ( itanium pdf to postscript tool ) free
    Thanks
    Marc

    Pl see MOS Doc 778970.1 (How to Print PDF/UTF8 in R12?)
    HTH
    Srini

Maybe you are looking for