How do we link an I pad to a printer?

I have spent some time looking through apples FAQs, but find no references to printing, other than "air printing"!!!
I have no idea what that is. Just want to find out how to link the I pad to a printer, and using what to do it with.
Any help would be gratefully received.
Thanks. Clive

Hello,
Use AirPrint, see this article for more info: http://support.apple.com/kb/HT4356
NOTE: Apple Support Site is down temporarily, you will need to wait until it is back up.
If your model is not listed, you may use Printopia: http://www.ecamm.com/mac/printopia/

Similar Messages

  • HT4972 How do I setup my I-pad 2 to print with a wireless printer on my home network

    How do I set up my I-Pad 2 to print to my network printer (which is a HP 8600 Pro) ?  It printed just fine until I up graded to 7 OS.

    Wireless Direct Setup
    On Printer
    1. Turn on HP wireless direct from the printer’s control panel.
    2. Select Wireless Direct, and then select “On”.
    On iPad
    3. Settings>Wi-Fi>Look for printer>Connect to the HP wireless direct network.

  • How I can link my I pad 2 to my apple tv

    I link my computer and my notebook but I can not link my iPad 2  to my apple tv help please

    Hi, have you downloaded the latest iOS update for the iPad? If so, you should be able to choose Airplay to Apple TV from iTunes. Double click the home button and swipe left to get the option for mirroring iPad 2 to Apple TV 2.

  • How to create links in navigation tabs?

    This is probably a silly question.  In the other template I use, (which is a spry asset, and this is likely the difference), I select the area and the "properties" area below becomes available, and I can create the link.
    These particular tabs don't do that . . . how can I link them to other pages in the site?
    http://asptfacultycaucus.info/#
    Thanks for any help!
    Pamela

    Jtanna,
    this seems to have totally fixed the navigation problem.  I was very careful to use the code you suggested, and not delete or add anything else.
    However, I HAVE goofed something up in getting the stylesheet saved to the directory.  Now when I open the index and other pages in DW, they do not appear to be "connected" to a stylesheet!  When I click on "stylesheet.css" in the menu tabs, I get this dialogue in yellow:  " 'stylesheet.css' cannot be found.  If the file exists on the server, use the Files panel to get the file from the server."
    The file exists right in the directory under local files in DW.  It exists in the "publish" folder.
    I'm afraid to make further changes . . . and client is getting cranky . . . help?
    http://asptfacultycaucus.info/#
    Here is the stylesheet as it exists right now (code for the design template follows if that helps at all):
    @charset "UTF-8";
    /* --- CSS Document by Codify Design Studio - codifydesign.com --- */
    body {
        margin: 0px;
        color: #666;
        font-size: 12px;
        font-family: Arial;
        font-family: Arial, Verdana, Univers;
        background-color: #545454;
        background-image: url(images/page_bkgd.jpg);
        background-repeat: repeat-x;
    h1 {
        color: #4F6179;
        font-size: 24px;
        font-weight: normal;
        margin: 3px 0px 25px 0px;
    h2 { color: #333333; font-size: 14px; font-weight: normal; margin: 0px 0px 15px 0px; }
    a          { color: #ba7007; }
    a:visited  { color: #ba7007; }
    a:hover    { color: black; }
    .container {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        background-image: url(images/content_bkgd_tile.jpg);
        background-repeat: repeat-y;
    /* BANNER AREA */
    .bannerArea {
        width: 980px;height: 145px;
        background-color: #4971a2;
        background-image: url(images/banner_bkgd.jpg);
        background-repeat: no-repeat;
    .bannernav {
        padding-top: 10px;
        padding-right: 40px;
        float: right;
        color: white;
        font-size: 10px;
        font-family: Arial, Helvetica, Verdana, sans-serif;
    .bannernav a {
        color: white;
        text-decoration: none;
    .bannernav a:visited {
        color: white;
    .bannernav a:hover {
        color: #ECBB7B;
    .toplogo {
        margin-left: 70px;
        padding-top: 20px;
    .content {
        padding-top: 20px;
        padding-bottom: 20px;
        background-image: url(images/content_bkgd.jpg);
        background-repeat: no-repeat;
    /* LEFT NAVIGATION */
    .leftnavigation {
        width: 192px;
        margin: 70px 0px 0px 0px;
        padding-left: 8px;
        float: left;
        list-style-type: none;
    .leftnavigation a{
        margin-left: 0px;
        width: 156px;
        padding-left: 15px;
        padding-top: 5px;
        padding-right: 20px;
        padding-bottom: 5px;
        float: left;
        color: #364957;
        font-size: 10px;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        background-image: url(images/nav_normal.jpg);
        background-repeat: repeat-x;
        background-position: 0px 0px;
        border-bottom: 1px solid #999;
    .leftnavigation a:visited{
        color: #364957;
    .leftnavigation a:hover{
        color: #ffffff;
        background-image: url(images/nav_down.jpg);
    /* CONTENT AREA */
    .contentleft {
        width: 440px;
        padding-left: 30px;
        padding-right: 20px;
        float: left;
    .contentright {
        padding-top: 55px;
        float: left;
        width: 210px;
    .imageright {
        margin-top: 10px;
        margin-left: 10px;
        float: right;   
    .imageleft {
        margin-right: 10px;
        float: left;
    /* FOOTER AREA */
    .footerArea {
        width: 980px;height: 88px;
        background-color: #cfcfcf;
        background-image: url(images/footer_bkgd.jpg);
        background-repeat: no-repeat;
    .copyright {
        border-top: solid;
        border-color: #737a90;
        border-width: 2px;
        margin-left: 240px;
        margin-right: 30px;
        padding-top: 12px;
        color: #666666;
        font-size: 10px;
        font-family: Verdana,Arial, Helvetica, sans-serif;
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
        <head>
        <!-- TemplateBeginEditable name="doctitle" -->
        <title>Part-time Faculty Caucus</title>
        <!-- TemplateEndEditable -->
    <meta name="description" content="Designed and developed by Codify Design Studio - codifydesign.com" />
            <link rel="stylesheet" type="text/css" href="../stylesheet.css" />
            <!-- TemplateBeginEditable name="head" -->
            <!-- TemplateEndEditable -->
        <script src="../SpryAssets/SpryAccordion.js" type="text/javascript"></script>
        <link href="../SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    </head>
        <body>
            <div class="container">
                <div class="bannerArea">           
                    <div class="bannernav"><a href="#" >Privacy Policy</a>  |  <a href="#" >Contact Us</a>  |  <a href="#" >Site Map</a></div>
                    <div class="toplogo"><a href="#"><img src="../images/transparent.gif" width="365" height="90" border="0" /></a></div>
                </div>
                <div class="contentArea">
                    <ul class="leftnavigation">
                        <li><a href="officers.html" >Officers</a></li>
            <li><a href="bylaws.html" >Bylaws</a></li>
            <li><a href="resolutions.html" >Resolutions</a></li>
            <li><a href="documents.html" >Documents</a></li>
            <li><a href="publications.html" >Publications</a></li>
                    </ul>
                    <div class="content"><!-- TemplateBeginEditable name="content" -->
                        <div class="contentleft">
                            <h1>Lorem Ipsum dolor sit amet</h1>
                            <img src="../images/content_photo_1.jpg" width="193" height="150" border="0" class="imageright" />
                            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi commodo, ipsum sedpharetra gravida, orci magna rhoncus neque, id pulvinar odio lorem non turpis. Nullam sit amet enim. Suspendisse id <a href="#">velitvitae ligula</a> volutpat condimentum. Aliquam erat volutpat. Sed quis velit. Nulla facilisi. Nulla libero. Vivamus pharetra posuere sapien. Nam consectetuer. Sed aliquam, nunc eget euismod ullamcorper, lectus nunc ullamcorper orci, fermentum bibendum enim nibh eget ipsum. Donec porttitor ligula eu dolor. Maecenas vitae nulla consequat libero cursus venenatis. Lorem ipsum dolor sit amet. </p>
                            <img src="../images/content_photo_2.jpg" width="163" height="141" border="0" class="imageleft" />
                        <p>Consectetuer adipiscing elit. Morbi commodo, ipsum sed pharetra gravida, orci magna rhoncus neque, id pulvinar odio lorem non turpis. Nullam sit amet enim. Suspendisse id velit vitae ligula volutpat condimentum. Aliquam erat volutpat. Sed quis velit. Nulla facilisi. Nulla libero. Vivamus pharetra posuere sapien.</p>
                            <p>Nulla libero. Vivamus pharetra pos uere sapien. Nam consectetuer. Sed aliq uam, <a href="#">nunc eget euismod ullamcorper</a>, lectus nunc ullamcorper orci, fermentum bibendum enim nibh eget ipsum. Donec porttitor ligula eu dolor.</p>
                        </div>
                    <!-- TemplateEndEditable -->
                        <div class="contentright">
                            <div id="SpryAccordion1" class="Accordion" tabindex="0">
                                <div class="AccordionPanel">
                                    <div class="AccordionPanelTab tabTop">
                                        <div class="accordion_340_tab"> TELLUS PROIN EU ERAT </div>
                                    </div>
                                    <div class="AccordionPanelContent">
                                        <div class="acontent">
                                            <p>Nulla facilisi. Nulla libero. Vivamus pharetra posuere sapien. Nam consectetuer. Sed aliquam, nunc eget euismod ullamcorper, lectus nunc ullamcorper orci, fermentum bibendum enim nibh eget ipsum. Donec porttitor ligula eu dolor.</p>
                                        </div>
                                    </div>
                                </div>
                                <div class="AccordionPanel">
                                    <div class="AccordionPanelTab middleTab">
                                        <div class="accordion_340_tab"> HOW LONG DO THEY LAST?</div>
                                    </div>
                                    <div class="AccordionPanelContent">
                                        <div class="acontent">
                                            <p>The majority of part-time instructors teach for about seven years before leaving to find other employment</p>
                                        </div>
                                    </div>
                                </div>
                                <div class="AccordionPanel">
                                    <div class="AccordionPanelTab middleTab">
                                        <div class="accordion_340_tab"> WHO IS AFFECTED? </div>
                                    </div>
                                    <div class="AccordionPanelContent">
                                        <div class="acontent"> <img class="imageright" src="images/accordion_photo.jpg" border="0" />
                                            <p>There are roughly 46,000 PT Community College instructors teaching in California, many of them free-way flyers.</p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="AccordionBottom"></div>
                        </div>
                        <div style="clear:both;"></div>
                    </div>
                    <div style="clear:both;"></div>
                </div>
                <div class="footerArea">
                    <div class="copyright">&copy; 2011 California Academic Senate Part-time Faculty Caucus.  All rights reserved. Page design: Pamela Hanford</div>
                </div>       
            </div>
            <script type="text/javascript">
    <!--
    var SpryAccordion1 = new Spry.Widget.Accordion("SpryAccordion1", {useFixedPanelHeights:true, defaultPanel:2});
    //-->
            </script>
        </body>
    </html>

  • How can we link the Apple iPad or any Apple device to window's based network/server?

    how can we link the Apple iPad or any Apple device to window's based network/server?
    we are software development company !
    how to use apache developed web site from windows pc in aaple i-pad
    and testing that perticuller web site on windows network !
    ipad software version 5.0.1 !
    How We Open developed web site in safari browser from i-pad !

    No ... won't work.
    If this is iPad is a first generation, the iOS should be 5.1.1.

  • How do I PERMANENTLY Disable TOUCH PAD on Laptop? Windows7 64 bit.

    How do I PERMANENTLY disable touch pad on laptop????
    I KNOW how to disable but every time I restart computer - there
    it is ON AGAIN....
    hp pavilion dv7 6c27cl.
    Win 7 64 bit.
    I cant believe I'm going to have to download some software or drives to fix this.
    very frustrating.
    Thank you for any help!!!
    Kim
    This question was solved.
    View Solution.

    Hi Kim,
    See details regarding this under the sub-heading 'Disable the ClckPad' on the document linked to below.
    Configuring The ClickPad.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • How to update link and import data of relocated incx file into inca file?

    Subject : <br />how to update link and import data of relocated incx file into inca file.?<br />The incx file was originally part of the inca file and it has been relocated.<br />-------------------<br /><br />Hello All,<br /><br />I am working on InDesignCS2 and InCopyCS2.<br />From indesign I am creating an assignment file as well as incopy files.(.inca and .incx file created through exporing).<br />Now indesign hardcodes the path of the incx files in inca file.So if I put the incx files in different folder then after opening the inca file in InCopy , I am getting the alert stating that " The document doesn't consists of any incopy story" and all the linked story will flag a red question mark icon.<br />So I tried to recreate and update the links.<br />Below is my code for that<br /><br />//code start*****************************<br />//creating kDataLinkHelperBoss<br />InterfacePtr<IDataLinkHelper> dataLinkHelper(static_cast<IDataLinkHelper*><br />(CreateObject2<IDataLinkHelper>(kDataLinkHelperBoss)));<br /><br />/**<br />The newFileToBeLinkedPath is the path of the incx file which is relocated.<br />And it was previously part of the inca file.<br />eg. earlier it was c:\\test.incx now it is d:\\test.incx<br />*/<br />IDFile newIDFileToBeLinked(newFileToBeLinkedPath);<br /><br />//create the datelink<br />IDataLink * dlk = dataLinkHelper->CreateDataLink(newIDFileToBeLinked);<br /><br />NameInfo name;<br />PMString type;<br />uint32 fileType;<br /><br />dlk->GetNameInfo(&name,&type,&fileType);<br /><br />//relink the story     <br />InterfacePtr<ICommand> relinkCmd(CmdUtils::CreateCommand(kRestoreLinkCmdBoss)); <br /><br />InterfacePtr<IRestoreLinkCmdData> relinkCmdData(relinkCmd, IID_IRESTORELINKCMDDATA);<br /><br />relinkCmdData->Set(database, dataLinkUID, &name, &type, fileType, IDataLink::kLinkNormal); <br /><br />ErrorCode err = CmdUtils::ProcessCommand(relinkCmd); <br /><br />//Update the link now                         <br />InterfacePtr<IUpdateLink> updateLink(dataLinkHelper, UseDefaultIID()); <br />UID newLinkUID; <br />err = updateLink->DoUpdateLink(dl, &newLinkUID, kFullUI); <br />//code end*********************<br /><br />I am able to create the proper link.But the data which is there in the incx file is not getting imported in the linked story.But if I modify the newlinked story from the inca file,the incx file will be getting update.(all its previous content will be deleted.)<br />I tried using <br />Utils<IInCopyWorkflow>()->ImportStory()<br /> ,But its import the incx file in xml format.<br /><br />What is the solution of this then?<br />Kindly help me as I am terribly stuck since last few days.<br /><br />Thanks and Regards,<br />Yopangjo

    >
    I can say that anybody with
    no experience could easily do an export/import in
    MSSQLServer 2000.
    Anybody with no experience should not mess up my Oracle Databases !

  • How do i link a flash file to a web site in dreamweaver 8

    This is a multi-part message in MIME format.
    ------=_NextPart_000_0059_01C7A541.7942B2A0
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    Hi
    How do i link a flash file to a web site in dreamweaver 8
    Thanks
    ------=_NextPart_000_0059_01C7A541.7942B2A0
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.6000.16448"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3DArial
    size=3D2>Hi</FONT><FONT face=3DArial =
    size=3D2></FONT></DIV>
    <DIV><FONT size=3D1>
    <P><FONT size=3D3>How do i link a flash file to a
    web site in =
    dreamweaver=20
    8</FONT></P>
    <P> </P>
    <P><FONT face=3DArial =
    size=3D2>Thanks</FONT></P></FONT></DIV></BODY></HTML>
    ------=_NextPart_000_0059_01C7A541.7942B2A0--

    In Flash. There is no way to apply an HTML link to a swf
    file.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Dave" <[email protected]> wrote in message
    news:f3s8f0$cla$[email protected]..
    Hi
    How do i link a flash file to a web site in dreamweaver 8
    Thanks

  • In my MacBook Pro old 2006 late model Lion 10.7.4 how achieve right click from touch pad

    In my MacBook Pro old 2006 late model Lion 10.7.4 how achieve right click from touch pad?

    The multigesture buttonless trackpad was introduced with the Unibody Macs that came out in Late 2008. Successive models have built upon that, adding 2, 3 and more fingers to the gestures.
    Older models don't have the trackpad hardware needed to detect those motions and, hence, cannot support multigestures. Only resort is using combination of keys with the button, as disguise suggests.

  • How do I connect my I pad to a Sony Bravia TV so that I can watch live tv on it

    How do I connect my I pad to Sony Bravia TV so that I can watch content , streamed tv on it

    Hey wrend123,
    You can use AirPlay Mirroring to mirror exactly what’s on your iPad to your HDTV via Apple TV. You can read more about that option here:
    iOS: Use AirPlay Mirroring
    http://support.apple.com/kb/HT5209
    You can also use TV out, which you can learn about here:
    iPhone, iPad, iPod: TV out support
    http://support.apple.com/kb/HT1454
    Welcome to Apple Support Communities!
    Sincerely,
    Delgadoh

  • How can I link two frames via a button on one of the frame?help Plz

    Ok,here is the problem. I got two fully working java frames,each has different funcion. On one of the frames(my home Frame" Frame 1" ) i got a button called "Add User", when i press it i should then get my other frame(Frame2) to popup/run. in Frame1 i got this code as action for the add user button.Note: each Frame have thier own Main class.
    public void actionPerformed (ActionEvent e)
    if (e.getSource()==jbtnAddUser)
    // new Frame2(this,"hshsh",jb);
    ////////////// The commented line is where i am not sure what to put in there, Frame1 is the name of my Frame 2 class......
    Please could anyone tell me how do i link Frame 2 to Frame 1....i appreciate it....Max

    You can create both together on pgm startup (instaniation of the class).
    Next for frame1 - I'll call it - you can setBounds(int, int, int, int) and setVisible(true); When you press the button on frame1 to get frame2, you can then do frame1.hide(), followed by frame2 setBounds and setVisible. Finally, when you are done with frame2 you can do frame2.dispose() and frame1.show(). try that.

  • HT5622 When trying to log on to I-Cloud with my Apple Id, I keep getting the message that this is a valid Apple Id but not an I-cloud account???How do I link my I-Tunes Apple Id with I-Cloud?

    When trying to log on to I-Cloud with my Apple Id, I keep getting the message that this is a valid Apple Id but not an I-cloud account???How do I link my I-Tunes Apple Id with I-Cloud?

    You are logging in iCloud for the first time. In this case, first you need to log in iCloud on an iPhone, iPad, iPod touch or Mac. See > http://www.apple.com/icloud/setup
    If you have not got a device to set iCloud up, you cannot use it. You can only use iCloud on your PC if you have got an Apple device

  • How do I link one button to two slices?

    Hello,
    I need some help please. How do I link one button to two
    slices? or combine two slices to make one slice, or make a true
    polygon shape out of the slices, it will make the polygon shape but
    it leaves the the red guide lines and I cant work under that
    slice... if you understand. Will someone please help. Thank you so
    much.

    heathrowe wrote:
    > Did you Hide Slices?
    >
    > Select the Pointer Tool and click your Object? It should
    get selected.
    >
    > What happens when you mouse over the 'star' object? Do
    you get the 'object
    > selection' bounding area appear? Bounding area should
    appear red when you mouse
    > over it? Yes/No!
    >
    > Also, go to your Layer Panel and make sure that your
    object/Layer is not
    > 'locked'. Look for little 'padlock' icons next to the
    Layers. If you see it,
    > click it, to toggle it to 'off'.
    >
    > h
    >
    Also make sure you are not in PREVIEW mode in the document
    window.
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    Adobe Community Expert
    http://tinyurl.com/2a7dyp
    See my work on Flickr
    http://www.flickr.com/photos/jim_babbage/

  • How can i link my E-mail with my iPad in a way that i can delete my messages from my email inbox server not from my iPad inbox only?

    How can i link my E-mail with my iPad in a way that i can delete my messages from my email inbox server also not from my iPad inbox only?
    Because when i delete emails from my iPad inbox, it will be deleted on my iPad only but when i check my email inbox server from the browser its not deleted!
    So how can i set up this link so when i delete any email from my iPad it will be deleted from my email inbox server also?

    Hi Pierrot10,
    Insert your backup disc (or plug your external hd), then open Mail.
    In the File menu, click *Import Mailboxes* and follow the steps for a *Mail for Mac OS X* transfer.
    Navigate to your CD/DVD's or external HD's backup and hit "OK".
    This should create a new "Imported" folder in Mail with all your old messages in it, that you can then rearrange as you wish, creating new mailboxes etc.
    Axel

  • Hi my name Abukar I had an old apple ID and I had problem with signing it so I decided to make a new apple ID with a new email address, so how can I link with two apple IDs and how can I get back all my previous apps that I purchased before, I cloud stuff

    Hi my name Abukar I had an old apple ID and I had problem with signing it so I decided to make a new apple ID with a new email address, so how can I link with two apple IDs and how can I get back all my previous apps that I purchased before, I cloud stuff

    It is not possible to do that.
    Allan

Maybe you are looking for

  • How to change my name on icloud

    I changed my name recently.  I updated my name on iCloud, but on photostream, it still does not register as my new name.  How to I make the iCloud change effective on photostream?

  • Airplay from Windows7 PC to Apple-TV 2 does not work after iTunes Upgrade

    Hi, after the latest iTunes Upgrade 10.1.2.17, AirPlay discontinued to work! My Apple-TV shows up as speakers, but after choosing the A-TV I get a massage that it can not connect to remote speakers. Unknown error (-15000). I have rebooted the A-TV an

  • Sound from headphones and analog line output?

    Is there a way to get sound our of the Mac Pro from the analog line output and the headphones at the same time? dennis

  • Odd message when copyying to another disk

    I'm trying to copy from one FW drive to another. I tried moving some .mov files but something screwed up, now they're grayed out and when I try to trash them I get the message file in use by another application, but no other application is open. Now

  • Dowloading Many Podcasts at once

    Is there way of seleceting many podcasts and using the get command for all of them at once? iPod   Windows XP