How to air print form my ipad2

I cannot air print from my ipad2 IOS5.1.1 to my HP Photosmart5510e Please help

Make sure you set it up as a network printer with CD provided
http://i1224.photobucket.com/albums/ee374/Diavonex/1a30ee42.jpg

Similar Messages

  • How can I print from my ipad2 to my hp6210 all in one using printopia...I can see the list on my ipad2, I select the printer and say print but nothing happens.

    How can I print from my ipad2 to my hp 6210 all in one using printopia? I see my printer on my iPad, I select it and say print and nothing happens. The printer is connected to an older Mac with OS X 10.4.11 but I do have an imac in another room. I have trouble printing from the iMac to this printer also even tho share is on but the printer works fine with the old Mac it's connected to. My iPad has the latest iOS.

    A few things to consider.
    The computer Printopia is loaded on must be powered on and must be able to print on the printer that is being shared.  If the iMac is having problems printing to the printer it could indicate a problem with the share setup.

  • How can I print from my ipad2 via my Canon Pixmar MP620 wireless printer? I get a message stating "no airprinter found".

    How can I print from my ipad2 via my Canon Pixmar MP620 wireless printer? I get a message stating "no airprinter found".

    Welcome to Apple Support Communities.
    If you have a Mac running OS X, try AirPrint Activator.
    http://netputing.com/airprintactivator/airprint-activator-v2-0/
    It's "donation-ware."
    Free to download and try. If it works and you like it, the developers do appreciate a donation, but the app continues to function, even without a donation.

  • How can I print from my ipad2 to my HP Laser Jet M1212MFP?  Please, a simple step-by-step process.

    How can I print from my ipad2 to my HP Laser Jet M1212MFP?  Please, a simple step-by-step process.  Many thanks.

    Hello Tatiner,
    Thanks for the post.  With this one, we have a couple of options.  I've included a set of links below with some excellent information and step by step instructions so that you can print from your iPad.  Good Luck!
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03119917&cc=us&dlc=en&lc=en &product=3965849&tmp_track_link=ot_search
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02623193&tmp_task=useCatego ry&cc=us&dlc=en&lang=en&lc=en&product=3965849
    I work for HP but my posts and replies are my own....Thank you!

  • How do I Print from my Ipad2 to my epsonBx305fw  wireless printer

    How do I print from my Ipad2 to my epson BX305FW printer it is wireless

    You don't as it doens't support AirPrint protocol:  http://support.apple.com/kb/ht4356

  • How do I print from my ipad2 to my cannon mx882 printer?

    How do I print from my ipad2 to my cannon mx882 printer?

    If it is an airprint enabled printer then use airprint.
    iOS: AirPrint 101
    Otherwise you would need to find an app that provides this feature.

  • How do i print from my ipad2 on my new hpb210

    how do I print from my ipad2 on my newhpb210.

    Hi Cowboy,
    Here are two options to help you get your printing set up for your iPad2.  Which you use depends on what peripherals you are using.
    AirPrint setup and troubleshooting
    HP ePrint Home & Biz
    It is my pleasure to assist.
    Say “Thanks!” by clicking the Kudos Star to show your appreciation for the help.
    Fixed?  Mark this Post “Accept as Solution” to help others find the answers.
    Note: You can find “Accept as Solution” only on threads started by you.
    Kind Regards,
    Dragon-Fur

  • How do I print from my ipad2 to my printer laser jet 1102w

    I do have an ipad2 and i need to print . How i do print to my HP Laser Jet 1102W?

    Hello tablones179,
    Here is a document that will help you print form your iPad 2. http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02623193&cc=ad&dlc=en&lc=en&jumpid=reg_r1002_us...
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • How do I print from my ipad2 to my hp 7280 printer? How do I set this up

    I am having trouble trying to print from my ipad2 to my hp printer c7280?
    How do I set this up?

    If it's not an AirPrint enabled printer, you may need:
    http://itunes.apple.com/sg/app/print-n-share-for-documents/id301656026?mt=8&ls=1
    http://itunes.apple.com/sg/app/printcentral/id366020849?mt=8&ls=1
    http://support.apple.com/kb/ht4356

  • How to air print on the i pad, how to air print on the i pad?

    how to connect my i pad to my air printer?

    Welcome to Apple Support Communities
    Read this AirPrint page in order to set it up on the device > http://support.apple.com/kb/HT4356?viewlocale=en_US

  • How send a Print Form as attachment PDF?

    Hi everybody,
    I have created an Interactive Forms where I can input any new data.
    When I click on the button for save the new data, I must also convert my Interactive Form in PDF for send it as attachment to email. When I have groped to convert the interactive form in a PDF file, I lost the data that I have inserted.
    So I have created a Print Form through transaction SFP.
    I recall the print form in background mode and gets the form of Interactive Data and requiring as import table OTF,  but the OTF table is returned to me is different from that of a smartform and so I can not use the function module u2018CONVERT_OTFu2019.
    Carryover in the code, you know give me directions?
    With the code I'm used to create the PDF file and attach it to email, but the files that I receive by email can not I open it, probably because of an error in formatting during its creation.
    I look forward to your advice,
    Davide.

    Dear sirs, I can provide this program schema to send PDF print form as an email attachment. Hope it will help a bit.
    FUNCTION ZPDF_MAIL_SEND.
    ""Lokální rozhraní:
    *"  IMPORTING
    *"     VALUE(PDF) TYPE  FPCONTENT
    *"     VALUE(EMAIL) TYPE  AD_SMTPADR
      DATA lt_att_content_hex TYPE solix_tab.
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          buffer     = pdf
        TABLES
          binary_tab = lt_att_content_hex.
      CLASS cl_bcs DEFINITION LOAD.
      DATA:
      lo_send_request TYPE REF TO cl_bcs VALUE IS INITIAL.
      lo_send_request = cl_bcs=>create_persistent( ).
    Message body and subject
      DATA:
      lt_message_body TYPE bcsy_text VALUE IS INITIAL,
      lo_document TYPE REF TO cl_document_bcs VALUE IS INITIAL.
      CALL FUNCTION 'ZREC_MAIL_GET_BODY'
        IMPORTING
          message_body = lt_message_body.
    Message document
      lo_document = cl_document_bcs=>create_document(
      i_type = 'RAW'
      i_text = lt_message_body
      i_subject = 'Úloha: vyplňte prosím následující formulář' ).
    Add attachment
      DATA: lx_document_bcs TYPE REF TO cx_document_bcs VALUE IS INITIAL.
      TRY.
          lo_document->add_attachment(
          EXPORTING
          i_attachment_type = 'PDF'
          i_attachment_subject = 'Formulář'
    I_ATTACHMENT_SIZE =
    I_ATTACHMENT_LANGUAGE = SPACE
    I_ATT_CONTENT_TEXT =
    I_ATTACHMENT_HEADER =
          i_att_content_hex = lt_att_content_hex ).
        CATCH cx_document_bcs INTO lx_document_bcs.
      ENDTRY.
    Pass the document to send request
      lo_send_request->set_document( lo_document ).
    Create sender
      DATA: lo_sender TYPE REF TO if_sender_bcs VALUE IS INITIAL.
      lo_sender = cl_cam_address_bcs=>create_internet_address( email ).
    Set sender
      lo_send_request->set_sender(
      EXPORTING
      i_sender = lo_sender ).
    Create recipient
      DATA:
      lo_recipient TYPE REF TO if_recipient_bcs VALUE IS INITIAL.
      lo_recipient = cl_sapuser_bcs=>create( sy-uname ).
    Set recipient
      lo_send_request->add_recipient(
      EXPORTING
      i_recipient = lo_recipient
      i_express = 'X' ).
      lo_send_request->add_recipient(
      EXPORTING
      i_recipient = lo_recipient
      i_express = 'X' ).
    Send email
      DATA: lv_sent_to_all(1) TYPE c VALUE IS INITIAL.
      TRY.
          lo_send_request->send(
            EXPORTING
              i_with_error_screen = 'X'
            RECEIVING
              result = lv_sent_to_all
            EXCEPTIONS
              OTHERS = 1 ).
       CATCH cx_send_req_bcs. .
        CLEANUP.
      ENDTRY.
      COMMIT WORK.
      MESSAGE 'Formulář byl odeslán' TYPE 'I'.
    ENDFUNCTION.

  • How can Air Print be configured to print properly?

    When printing photos, there seems to be no way to get the entire photo printed - its always only a portion of the photo (sometimes only a small corner of the photo is printed). Cropping does not help.
    Same thing when printing text (say from the Notes app). Text is always printed with no margins - its always right against the edge of the paper.
    Doesn't this make Air Printing rather useless?  There's nothing in the Ipad settings that mentions printing. Not sure where else to look.

    I had the same problem with an HP 5520 - not only can airprint only print to photo size (there is no option to choose the paper size) but it also crops photos, seeming randomly.
    Airprint appears to be all but useless unless you're looking for badly cropped, photo sized prints.
    I was able to solve the problem by downloading HP's dedicated printing ap but it's not ideal (can't print from photostreams and have to copy to camera roll for example).  Also while the iPad version of the ap offers paper size the iphone version only offers photo size.
    I'm going off Apple pretty rapidly, apart from some awful customer service my wife had from them recently the products just don't seem to be as flawless as they used to be.  my iphone 5 is covered in chips for example and it's not like I let it get knocked about.  Hope they pull their finger out and bring quality back to the fore soon.

  • Air print form my Iphone prints large text

    With new ios7, the air print behaves weired. When I send document to print via IPhone, it prints very large text. I use Cannon Pixma Mx 712 printer and the firmware is up to date. When I print the same document from my pc (wireless) it prints fine. What is happenning.

    I use Printer Control App to control size of image.
    http://i1224.photobucket.com/albums/ee374/Diavonex/324a892c900baf3a0fa48131dfd64 f06_zpsc29a6574.jpg

  • How can I print from my ipad2 to a Kodak 5250 ESP printer?

    How can I print from my iPad 2 to a Kodak 5250 printer?

    You cannot.
    The USB port on the AirPort Express allow sharing a printer with Windows and Mac OS X, not with iOS:
    "Wireless printing over USB requires a compatible printer and OS X v10.2.7 or later, Windows XP, Windows Vista, or Windows 7":
    http://www.apple.com/airportexpress/#wireless-printing
    "AirPrint-enabled printers  connected using Bluetooth or shared through a USB port of a Mac, PC, AirPort Base Station, or Time Capsule are not supported":
    http://support.apple.com/kb/ht4356
    The HP ePrint app also does not provide such functionality:
    Can I print from the HP ePrint mobile app using USB or Bluetooth?
    No. You can only print directly to supported HP printers on a local wireless network.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01923321&lc=en&cc=us&dlc=en &product=5199463#N1176
    Shlomi

  • 3 Question,Can use a wireless bluethoot mouse on my ipad2? My picture quality is bad,whats do i do?How does air printer works?

    Thanks.

    yes diavonex is right there is  no mouse for ipad but u can use bluetooth keyboard
    as may it comes some mouse functions.
    thx
    warm regards

Maybe you are looking for