Does adobe reader for ios support interactive pdfs?

I have a few i teractive pdfs, but there is no good app to play these on my ipad. Will these interactive pdfs work with this app?

What type of interactive PDF features are you using? We support some interactive features (like forms and annotations as well as some attachment types). However, you'll find that many of the rich multimedia and portfolio features are not supported.

Similar Messages

  • Does Adobe Reader for iOS have the ability to open inbedded links to additional PDF docs?  If not, then what would be the best way to use these already created PDF's?

    Does Adobe Reader for iOS have the ability to open inbedded links created with Acrobat Standard to additional PDF docs?  If not, then what would be the best way to use these already created PDF's on an I Pad?

    driddy61,
    As of June 2014, none of the Adobe Reader mobile products support the hyperlink action for opening a separate PDF document.
    Adobe Reader for iOS
    Adobe Reader for Android
    Adobe Reader Touch for Windows 8
    In addition, the Reader mobile products do not open multiple windows/documents simultaneously, which would make the navigation between PDF documents nearly impossible. (Once a hyperlink takes you to a different PDF document, you have no way to go back to the original PDF document.)
    The only Adobe Reader product that fulfills your department's requirements is Adobe Reader XI (mostly for Windows/Mac desktop/laptop computers).  Acrobat Pro and Standard are paid products.
    Because you are in search of a less expensive device for your department, you could get a Windows tablet instead of a Windows desktop/laptop computer. Microsoft Surface Pro (that you've mentioned in your previous reply) is just one example.  You can also find other less expensive Windows tablets.
    Tablets
    However, please keep in mind that there are two different types of Windows tablets running two different operating systems.
    (a) A Windows tablet with an Intel-based processor running Windows 8.1 Pro
    Example: Surface Pro 3
    You can install and run traditional desktop apps (e.g. Adobe Reader XI) and new Windows Store apps ("Modern" or "Metro-style" apps).
    (b) A Windows tablet with an ARM-based processor running Windows RT 8.1
    Example: Surface 2
    You can only install and run Windows Store apps (e.g. Adobe Reader Touch) but not traditional desktop apps like Adobe Reader XI.
    In general, type (b) tablets are more affordable than type (a) tablets.  However, if you want to run Adobe Reader XI, you do need to check the technical specification of each tablet and make sure the following conditions are met.
    Processor: Intel
    Operating system:  Windows 8/8.1 or Windows 8/8.1 Pro, not RT
    Hope this helps you choose the right device for your department.  Please let us know if you have any questions about system requirements or supported features in the Adobe Reader products.

  • Does Adobe AIR for iOS support APNs?

    Does Adobe AIR for iOS support the Apple Push Notification Service (APNs)?
    for more information on APNs see:
    http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/Remote NotificationsPG/ApplePushService/ApplePushService.html

    It is exactly the same.
    Do I need to add the mobileprovision in any step of the resigning process?
    Inside the unpacjed ipa, i've fund a Info.plist.
    This seems to be the plist file generated from adt.
    Do I need to integrate my entitlement with the original one?
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
        <dict>
            <key>CFBundleAllowMixedLocalizations</key>
            <true/>
            <key>CFBundleVersion</key>
            <string>0.0.0</string>
            <key>CFBundleShortVersionString</key>
            <string>0.0.0</string>
            <key>CFBundleIdentifier</key>
            <string>XXXXXXXX</string>
            <key>CFBundleInfoDictionaryVersion</key>
            <string>6.0</string>
            <key>CFBundleExecutable</key>
            <string>iBatteryExample</string>
            <key>CFBundleDisplayName</key>
            <string>iBatteryExample</string>
            <key>CFBundlePackageType</key>
            <string>APPL</string>
            <key>DTCompiler</key>
            <string>4.2</string>
            <key>DTPlatformBuild</key>
            <string>8C134</string>
            <key>DTPlatformName</key>
            <string>iphoneos</string>
            <key>DTPlatformVersion</key>
            <string>4.2 Seed 2</string>
            <key>DTSDKName</key>
            <string>iphoneos4.2</string>
            <key>DTXcode</key>
            <string>0325</string>
            <key>DTXcodeBuild</key>
            <string>10M2423</string>
            <key>LSRequiresIPhoneOS</key>
            <true/>
            <key>MinimumOSVersion</key>
            <string>4.0</string>
            <key>NSMainNibFile</key>
            <string>MainWindow</string>
            <key>NSMainNibFile~ipad</key>
            <string>MainWindow-iPad</string>
            <key>CFBundleResourceSpecification</key>
            <string>ResourceRules.plist</string>
            <key>UIStatusBarHidden</key>
            <false/>
            <key>renderMode</key>
            <string>auto</string>
            <key>CTRequestedDisplayResolution</key>
            <string>high</string>
            <key>DebugMode</key>
            <false/>
            <key>CTSoftKeyboardBehavior</key>
            <string>none</string>
            <key>CTNamespaceURI</key>
            <string>http://ns.adobe.com/air/application/3.0</string>
            <key>CTAutoOrients</key>
            <true/>
            <key>CTInitialWindowTitle</key>
            <string>iBatteryExample</string>
            <key>CTInitialWindowContent</key>
            <string>xxxxx.app/xxxxxxxx.swf</string>
            <key>CTMaxSWFMajorVersion</key>
            <string>13</string>
            <key>CFBundleSupportedPlatforms</key>
            <array>
                <string>iPhoneOS</string>
            </array>
            <key>UIDeviceFamily</key>
            <array>
                <string>1</string>
                <string>2</string>
            </array>
            <key>aps-environment</key>
            <string>development</string>
            <key>com.apple.developer.aps-environment</key>
            <string>development</string>
            <key>get-task-allow</key>
            <true/>
            <key>UIRequiredDeviceCapabilities</key>
            <array>
                <string>armv7</string>
                <string>opengles-2</string>
            </array>
            <key>UISupportedInterfaceOrientations</key>
            <array>
                <string>UIInterfaceOrientationPortrait</string>
                <string>UIInterfaceOrientationPortraitUpsideDown</string>
                <string>UIInterfaceOrientationLandscapeRight</string>
                <string>UIInterfaceOrientationLandscapeLeft</string>
            </array>
            <key>Extensions</key>
            <array>
                <string>myExtension</string>
            </array>
        </dict>
    </plist>
    as you can see it already contains the aps-environment value because I've added it in my appdescriptor file.
    Any idea?
    Thanks

  • Does Adobe Reader for iOS and Android Support Encryption with PKI Solution?

    Hello there,
    I have been searching for an answer whether or not Adobe Reader for iOS and Android can read encrypted PDF files by public key infrastructure solution (encrypted by a public key, to be decrypted by its private key pair), but to date I have not found the answer.  From the Adobe web site, I understand that Adobe Reader for Android supports to read encrypted document by AES256 but it does not mention about PKI.  I had to guess that it does not support encryption with PKI but I would just like to get a formal answer, and would like to know whether Adobe Reader Mobile will support it. 
    Thanks!
    Masaya

    Hi there,
    Now we have Acrobat DC Mobile but I am still wondering if encryption/description using PKI solution (digital certificates) is supported.  Could anyone let me know?  Thank you.
    Masaya

  • When will Adobe Reader for iOS support Livecycle XFA forms?

    Adobe Reader for iOS currently does not appear to support XFA forms created through Livecycle. Although it supports some field types, the HTTP submit and Email submit buttons don't work.
    Being able to email the completed form ready for someone else to submit would be a work around, however when attempting to 'share' a completed form and send it by email the form is blank when saved and opened in the desktop version of Adobe Reader on a PC.
    We are getting more and more requests from ipad users who wish to use our forms, and it seems that some other paid-for apps claim to support this. Seeing as Adobe Reader is the industry standard product for using PDFs could we have more support for pdf forms please?
    ...or at the very least, a product roadmap with some dates for when this might be available please?

    There are two basic varieties of LiveCycle XFA...Static XFA and Dynamic XFA, which are very different in terms of their future for potential support in Adobe Reader for iOS. Which variety of XFA are you using?
    Static XFA uses the PDF markup language for content and form fields, so users can view the documents in Adobe Reader for iOS, but we currently do not properly handle filling, saving, and submitting those forms. I have improving our handling of Static XFA on my roadmap, but cannot offer any specific date yet (sorry, policy plus actual uncertainty). I know that there are some other apps that partially support Static XFA, though I do not know how complete their support is. If you can even open the XFA document in Adobe Reader for iOS, it is likely Static XFA.
    Dynamic XFA is effectively a JavaScript application packaged inside a PDF wrapper, which generates layout and form fields via code and requires a significant engine to support this. Support for Dynamic XFA is unfortunately not currently on our roadmap for iOS due to the nature of the technology, and our concern that any implementation we try likely will not pass Apple's restriction against installing something that allows other "apps" to be downloaded and executed from within it. The LiveCycle team is exploring solutions for our enterprise customers wanting to use Dynamic XFA from mobile devices as part of their server offering, but I cannot offer any insight here. To my knowledge, there are no applications that handle Dynamic XFA other than Adobe Reader for the desktop platforms (Windows, Mac, Linux).
    Dennis

  • Does adobe reader for IOS allow the use of buttons in a pdf document?

    I have tried to read a pdf with buttons on my iPad (the pdf was produced by me and edited on acrobat pro to include bottons to show/hide text fields). The buttons do not fuction when I try to read the document on my iPad. Is there a way to get these buttons to function?

    It depends on what actions are assiciated with the button. Unfortunately, Show/Hide field actions are not supported at this time, nor is the functionally equivalent JavaScript. At least one other PDF viewer for iOS has support for this.

  • Adobe Reader for iOS URL scheme について

    「Adobe Reader for iOS」というアプリの中に「URLScheme」という
    他のアプリとの連携を行う機能が有ります。
    SafariでPDFを開くと「"Adobe Reader"で開く」というボタンが表示され。
    タップすると、Adobe Readerアプリが起動し、
    Safariで表示していたPDFが、Adobe Readerアプリで表示されます。
    私はiPhoneアプリを制作していて、
    この機能を私のアプリに組み込みたいと考えています。
    同様の質問が以前に行われているのを確認しています。
    http://forums.adobe.com/message/5617444#5617444
    "com.adobe.Adobe-Reader://myfile.pdf"
    「myfile.pdf」が何を指しているのか理解できませんでした。
    私が渡せる情報は下記3点です。
    ・PDFのURL
    ・PDFのURLから取得したNSData
    ・NSDataをファイル保存したPDFファイルのパス
    =====
    NSString *str = [NSString stringWithFormat:@"com.adobe.Adobe-Reader://%@", [self pdfURL]];
    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
    =====
    URLSchemeについてドキュメントが有ればご教授ください。
    以上、よろしくお願いいたします。

    Yes, each page of a scanned PDF is a picture/image.
    You can still add Freehand drawing and/or sticky notes to a scanned PDF document.
    To recognize text in a scanned PDF document, you need to run special Text Recognition software.  Acrobat Pro (that you said you have) offers the capability.
    Recognizing Text in Scanned PDF Documents
    After the step, you should be able to select text or add highlight.
    Hope this helps.

  • Does adobe reader for android/ios support digital signature?

    does adobe reader for android/ios support digital signature?

    when to support digital signature in adobe reader for android/ios?

  • New document alert: How to get PDF documents into Adobe Reader for iOS

    Opening PDF Files in Reader for iOS (iPhone and iPad) has been very helpful to many users of Adobe Reader for iOS.  However, Apple has drastically changed the user interface in iOS 7, which made the original document obsolete. 
    According to Apple Developer Support's App Store Distribution page, 89% of devices connected to the App Store are using iOS 7 during a 7‑day period ending June 29, 2014.
    Because of the exceptionally high iOS 7 adoption rate, Adobe Reader for iOS version 11.3 now supports iOS 7 only.
    Here are the new How-To documents for iOS 7.
    How to get PDF documents into Adobe Reader for iOS (iPad on iOS 7 version)
    How to get PDF documents into Adobe Reader for iOS (iPhone on iOS 7 version)
    (It had to be split into two separate documents because each contains way too many screenshots.)
    Hope these documents are as helpful as the original one.
    Please let us know if you have any feedback or suggestions on the topics for other help documents/tutorials.

    Dennis (or any Adobe rep),
    Any updates to the OP's question? I'm with a large government agency, and we're moving away from GoodReader for reasons I can't go into here, and the ability to add user-defined bookmarks within the app is a mandatory feature for the document reader we select. I have the latest version of Adobe Reader (11.6.1) installed on my government iPad, and the ability to add user-defined bookmarks still seems to be missing. Does Adobe have any plans to add this feature, or is it already present and I'm simply overlooking it?
    Thanks,
    Cam

  • PDF-3D in Adobe Reader for iOS

    When will PDF-3D (viewing of 3D CAD within an PDF file) be available for Acrobat Reader for iOS ?
    Thanks for your help
    Rainer

    Hi Steve,
    have you a little bit more background info on your answer for me?
    Why shouldn’t I count on it ?
    Thanks for a short feedback.
    p.s.: Sorry I didn’t find the button to raise this question directly  in the forum.
    Mit freundlichen Grüßen / Best regards
    Rainer Kemmler
    DC-IAP/MKT2, -MKT5
    Tel. +49-711-811-35556
    PC-Fax +49-711-811-50510342
    Von: Steve Werner [email protected]
    Gesendet: Dienstag, 9. Oktober 2012 04:37
    An: Kemmler Rainer (DC-IAP/MKT5 DC-IAP/MKT2)
    Betreff: PDF-3D in Adobe Reader for iOS
    Re: PDF-3D in Adobe Reader for iOS
    created by Steve Werner<http://forums.adobe.com/people/Steve+Werner> in Adobe Reader for iOS - View the full discussion<http://forums.adobe.com/message/4759596#4759596

  • View PDF comments in Adobe Reader for iOS

    Adobe Reader XI for Mac and PC can display a "Comments List" to show all of the comments that have been added to the document using the annotation features. Clicking on a comment scrolls the PDF document to where the comment was entered.
    Could this feature be added to Adobe Reader for iOS so that comments added in the Mac / PC versions can be viewed on an iPad?

    Hi,
    A Comments list has been on our feature ToDo list for quite some time now.  Unfortunately, it has not made it into the product yet.
    Thank you for the feedback!

  • Does  Adobe Reader version 10 supports IPC-1752-1 v1.1 pdf file?

    Does Adobe Reader version 10  supports IPC-1752-1 v1.1 pdf file?

    I solved the problem. I used Internet Explorer, 64-bit. If I use Internet Explorer 32-bit the PDF-file displays in browser. If I use Internet Explorer 64-bit Adobe Reader X opens the PDF-file outside browser.

  • Does Adobe Reader for iPad save annotations by/in itself (once uploaded from e.g. dropbox)

    Does Adobe Reader for iPad save annotations by/in itself (once uploaded from dropbox I can still see them after closing the app or switching documents)? I lost some valuable annotations while switching documents and apps over time. How do I save them? Only by sending it to dropbox for instance?

    It saves the file when:
    1) The app goes to background
    2) A share action (open in, email, print) occurs
    3) A form submit occurs
    4) You close the document by going to "Home" or "Documents", or open another document
    One issue that people encounter is that they open the file in a reader that does not support annotations (like the dropbox PDF view or the iOS Mail app). It doesn't sound like this is the case for you though, since you do see the annotations.
    There is a known issue, where on a small number of documents with specific properties, we fail to save changes. This is an issue that we have fixed and will be in our next release. The release is currently pending approval by Apple. It's possible that you encountered this issue, and if so, I apologize.
    Info on the upcoming release here:
    http://blogs.adobe.com/readermobile/2012/04/30/adobe-reader-patch-update-10-2-1/
    Pat

  • Calling Adobe Reader for iOS from my iOS App

    I have an iOS application that allows readers to view PDF Documents in a child window; Some users want the full search and navigation features of Adobe Reader for iOS, so I would like to be able to pass the PDF Link to the Adobe Reader App on the users iPad .  I am assuming Adobe Reader supports HandleOpenURL so I should be able to launch Adobe Reader and pass it the document using some syntax like:
    AdobeReader://myDocLink.pdf
    However I dont know the proper syntax, or if Adobe supports it. Anyone know? thanks!

    Satyadev, thanks. Is the ability to "Open with Adobe" Available to developers as an API or library?  Basically I'm using a UIWebView to show the linked Adobe document (ie, "http://mywebserver/documents/myManual.pdf", but I don't want to code in all of the search and navigation features for PDFs;  I want the user to be able to click a button and launch the Adobe Reader App Like safari provides.    ANy suggestions?

  • Does Adobe AIR for Android support C2DM?

    Does Adobe AIR for Andoird support the Android Cloud to Device Messaging Framework (C2DM)?
    for more information on C2DM see:
    http://code.google.com/android/c2dm/index.html

    It isn't supported right now. It should be supportable (you will have to write native code) in an upcoming release. Same for iOS/Android notifications.

Maybe you are looking for

  • Reference to Object located in timed-out session

    Hello forum! I have searched but couldn't find eny answer to following problem: I'm developing a web application (struts & Co.) that communicates with different processes. Situation: In struts action I'm getting some object from session (that I have

  • Is there a way to export all of my music from my hard drive to an external drive, connected to my computer and have iTunes still work with the music library located on the external drive?

    I do not have enough room on my hard drive for all of my music collection and want to export the music files to my external 300GB hard drive rather than purchase and configure a new, larger hard drive for my computer.  Can I export all of my music li

  • Addenda Records in ACH file

    Hello All, I have generated  ACH file to transmit it to the bank for making payments to our vendors.I am using ACH payment method format D with CCD payment mthod using PMW, not RFFOUS* program.Now my client wants to put additional details in the ACH

  • CSS Images

    Hi, Is there anyway to find out the CSS images delivered with SAP Portals. For ex. I am trying to customize the light detailed tree delivered with Portal. When I downloaded lightdetailed tree from Portal and imported into NWDS,  CSS images in the /di

  • Serial number authorization check

    Hello! I want to create an authorization check for serial number creation tcode IQ01. So when a user selects a material that he is not authorized to, he will  not be able to enter into the screen of sn creation. Can i customize iq01 in order it to op