support for PDF on Android

Hi, just installed Adobe Content Viewer on an Android Tablet and I noticed there is still no support for piles of pdf.

Version of happy Viewer from Adobe: 3.0.0.0.69658

No idea if and when pdf folio will work on Android tablets?

And when pdf folio will work very well, that we will be able to pinch and zoom of our pages?

Thanks in advance,

We have tried hard to get it in version 25 but could not quite accomplished on time. Exit 26 is, I really really really hope.

Neil

Tags: Digital Publishing Suite

Similar Questions

  • Support for Adobe DPS Android phones

    Hi all

    Android smartphones are supported by DPS just like the iPhone? I did some research on the forums and have not quite found a solid answer. Thank you.

    Yes, using the native Viewer.

  • PDF IFilter support for 8.1 Windows and SQL Server 2014

    Hello

    We use Adobe PDF iFilter Version 64 11.0.01 (here: https://www.adobe.com/support/downloads/detail.jsp?ftpID=5542) full-text support for PDF files on SQL Server and Windows Server 2012 2012. This works also on Windows Server R2 from 2012 to 2014 of SQL-Server even if both is not listed in the list of the applications/OS supported. But it does not work for the combination of 8.1 to Windows and SQL-Server, 2014.

    Can anyone provide a solution to make it work for this combination, or know when it will be officially supported?

    Kind regards

    Stefan

    Hi stefankainz663,

    Please see this KB for the workaround iFilter PDF search doesn't work on Windows 8 x 64.

    Kind regards
    Nicos

  • PDFs in Android

    Hello

    First want to say that the last update for DPS was good because it now supports article PDF in Android devices.

    For PDF files to load in the iOS, we could use the HTMLResource method.

    But we have faced a small problem that we are trying to climb to more than 150 pages of documents in the application itself as HTMLResource does not work in Android.

    It would be a problem if we were to create 150 articles just to have these financial documents in the app.

    Is there another way to put us in a PDF file without the provisions of the article?

    Thanks in advance

    Hello

    currently the Android Viewer does not support PDF files via the file HTMLresource.

    If you are interested, we have a SaaS fully automated to create files of folio of PDF files.

    Take a look at http://www.pdf4dps.com

    Or contact me at [email protected]

    Publishers like Conde Nast, Redbull and many others still use our service.

    kregs

    Michael

  • Files PDF and Android

    Hello
    I have a problem that I'm hoping to get help with.

    I made a foilo for ipad where I can link several pdf files. Now, my client want a folio for Android as well.

    Question

    Can I create a link to a pdf file which is resources HTML in a folio for Android?

    concerning

    Ake

    We do not support the PDFS on Android at the moment. We hope to have this available in our next release capacity, because some time in April.

    Neil

  • Support for documents from right to left in the iOS version of Adobe Reader?

    I wonder why the official app does not support. It is extremely important to the Japan. Help, please!

    Hello

    Currently, Acrobat Reader for iOS does not provide support for PDF documents containing text from right to left (Arabic, Hebrew, etc.).

    Would you submit a feature request?

    Adobe Acrobat for iOS - feature request/Bug Report Form

    Thanks for the comments!

  • Is Adobe Reader for iOS and Android Support with Solution PKI encryption?

    Hello

    I searched for an answer if Adobe Reader for iOS and Android can read PDF files encrypted by infrastructure solution to public key (encrypted by a public key, in order to be decrypted by the 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 a document encrypted with AES256 but it does not mention on PKI.  I had to guess it does not support encryption with PKI, but I would just get a formal response and would like to know if Adobe Reader Mobile will support it.

    Thank you!

    Masaya

    Unfortunately, it is still not supported on mobile versions of Adobe Acrobat DC.

    Thank you.

  • Where can I find/purchase of Windows 7 for Android. As is - that supports all languages as android 4.0?

    Where can I find/purchase of Windows 7 for Android.

    As is - that supports all languages as android 4.0?

    Windows 8 will be available October 26, 2012 for 39.99 U.S.. It will be available in several languages including Japanese.

  • Support for Android Smartphone

    Hello

    With regard to this documentation:

    Digital Publishing Suite help | Implementation of "renditions" to viewers Android native

    in the configuration section of your application for improved "rendition":

    "If you don't support the phone, for example, publish a special report that tells users that the application is not available on this type of device.

    From a UX perspective, this isn't a great workaround, the user sees the app on Google game, download, provided that the content is in the application, download the folio (for which an editor is charged 21 c probably) gets disappointed and potentially leave a bad review such as "downloaded on my Samsung Galaxy S5, no content. etc etc.

    Is not a better way to set the support enforcement at the level of the game of Google by unchecking the smartphone devices that appear in the list?

    And if so, does anyone have a list of smartphone devices in this list?

    Screen Shot 2014-07-24 at 11.40.53 am.png

    There are almost 5 000 devices in this list. Try to uncheck all the ones Smartphone is a losing battle

    The subject of support for advanced rendering covers a case of use very, very, narrow where a handful of people don't want their content visible on a phone. The reality is that the native Android Viewer is quite capable of folios of Tablet size display on phones. The content will scale down and with our pinch and zoom support readers can zoom in to read the content. This is not an unusual experience for phone users, there are in many other applications as well.

    For the vast majority of our customers, the correct approach (if you don't want a custom picture size phone) is to publish a folio for the Android tablets which is then displayed on the tablets and phones and ignore the advanced feature of rendering completely.

    Neil

  • Adobe PDF Reader has support for broadcast all rendered document content in a browser?

    Adobe PDF Reader has support for broadcast all rendered document content in a browser? I have to make the document PDF in browsers using the streaming so that the user can see the first pages, while the rest of the pages in the document is loading in the background. Could someone please confirm if this capability of streaming is supported by Adbobe Reader?

    I tried below approach and noticed that the document is not rendered in IE at all (I see a blank page). However, in Chrome, I see the rendering of the document, but the content is not rendered correctly (I mean that some of the content is rendered. In addition, images and tables not is not made properly).

    Code snippet:

    =========

    Response.ClearHeaders ();

    Response.ClearContent;

    Response.ContentType = "application/pdf";

    Response.AddHeader ("content-Transfer-Encoding", "binary");

    Response.AddHeader ("Content-Disposition", "inline; exit = filename"+".pdf");

    Response.AddHeader ("Pragma", "no-cache, no-store");

    Response.AddHeader ("Content-Length", stream. Length.ToString ());

    Response.BufferOutput = false;

    const int bufferLen = 2048;

    ubyte [] buffer = new byte [bufferLen];

    int count = 0;

    While ((count = stream. Read (buffer, 0, bufferLen)) > 0)

    {

    Response.BinaryWrite (buffer);

    }

    Response.End)

    Adobe Reader has very sophisticated support for broadcast in a browser, but using this code, you have disabled.

    Your code offers you the PDF file in one piece - Adobe Reader has no choice other than to accept the piece in the order in which send you it.

    However, if you use a PDF by http URL, and it is optimized for fast web view and it is displayed in the browser window, and the agent viewing is Adobe Reader (usually is not the case with Chrome), then it will launch several requests to the server for the beaches of bytes according to the needs.

    It is theoretically possible for a script to support this, but the script must do a range support full http/1.1 byte, supporting several repeated calls. It's complicated enough that I have ever seen.

    If you can redirect to a URL, it will get done.

  • Firefox mobile not supported for lg optimus zip

    Hello, I have recently switched to straight talk and was sad to find that firefox mobile is not supported for the lg optimus zip. In the future, I hope that this will change.

    Hello moon_serenity, firefox does not work on your device because it has to little memory RAM (150 MB instead of the 384 needed for firefox to run). in the past there has been efforts to make firefox on android race on more than low-end devices, but the 384 seem to be the background limit which was concluded in which is possible to achieve. If I am afraid that there will be no way to make firefox run on the lg optimus zip.

    https://www.Mozilla.org/Firefox/mobile/platforms/

  • Impossible to access from Firefox 19 update plugin Acrobat for pdf files

    I don't like the new pdf viewer, which keeps throwing warnings and is not nearly as usable as the Acrobat plugin. I wanted to go back to the old plugin Acrobat installed with Adobe Reader XI. I searched these forums and the support files and tried the following, which none worked:

    1. Tools/Options/Applications, change pdf to 'use Adobe Reader'. This measure of reader, but not the plugin. There is no option for "Use Adobe Acrobat (in Firefox)". This option IS sometimes listed Acrobat file as Adobe Acrobat Forms Document.

    2 followed all the advice on this web page, which none worked: https://support.mozilla.org/en-US/kb/view-pdf-files-firefox-without-downloading-them

    3 reinstalled drive XI. Did not help.

    4 disabled plugin Acrobat to restarted ff... Reactivated it. Restarted. Did not help.

    5 changed pdfjs.disabled to true in topic: config. Made no difference.

    I'm pretty annoyed that I have to waste all that time to go back to something that has worked well. Just another update lame FF that should not happen. You guys are the deployment of updates too often without enough input from users. And what has become of the idea of opt in for optional features instead of just forcing on us. Will seek to use IE, where the plugin works fine.

    I think I solved my problem. I have disabled the plugin for Nitro Pro 7 and the Acrobat plugin is now visible again for pdf files.

  • Where is the support for IOS security vulnerability policy

    I am considering an iPad 2 Air for myself.

    I have many android (phones and tablets) devices that are vulnerable to the frame and the combination of Samsung or LG and carriers will not roll the provided Google of patches on their devices.  Not a single device of mine will be patched.  I will not stop to buy more devices stuck in that model of support for fix hardware manufacturer and the accepting carrier of patch.

    This only leaves Google Nexus range of products and Apple's IOS devices for review as far as I know.  Apple products are a bit expensive for me, but I may have no choice.

    I tried, but I couldn't find a documented statement of political support from Apple.  Yes, I know that they still support the iPhone 4S with IOS 9.1, but I want to see the current policy of public support.  Someone at - it links, I've yet to find?  How long is their guarantee to security patches?  I don't have the latest clever features, I want to known vulnerabilities and not-publicly-known patched.  Apple said the timeline for security patches?

    Thank you.

    To the best of my knowledge Apple never gave a lifetime for devices or for them to receive iOS updates.

    I can tell you that my iPad 2, which is a little more than 4 years, can be iOS9 and updates that come with it.

    Beyond history, there is no guarantee for a period of support.

  • y at - it windows 8.1 RT support for eos 6 d

    I just bought a windows Tablet thinking that he could reflect my PC. He can't even mirror my android phonhere no support for the application of remote control eos to 8.1 RT?

    davyburns wrote:

    I just bought a windows Tablet thinking that he could reflect my PC. He can't even mirror my android phonhere no support for the application of remote control eos to 8.1 RT?

    I installed the software from Canon (DPP, EOS Utility, Picture Style Editor) on a Microsoft Surface Pro 2 running Windows Pro 8.1. If it's quite similar to your configuration to be relevant, I don't know. But there it is, FWIW.

  • HP OfficeJet 7310 all-in-One used to have the support of .pdf. Under XP. Have a legal version of Adobe 9.

    HP OfficeJet 7310 all-in-One used to have the support of .pdf.  Under XP.  Have a legal version of Adobe Acrobat 9 Standard.

    Will have problems with the printer fax function.  Has chosen to re - install the software disk.  Came across all sorts of questions.  Downloaded the latest drivers for 7310 / XP.

    Now the .pdf is not available.

    List of available options: HP Imagzone Express, e-mail, Microsoft Word, Paint, Microsoft Photodraw, Adobe Photoshop Album 2, Adobe Photoshop, Microsoft PowerPoint and save to a file.

    Used to have Adobe Acrobat.  He want to come back.

    Hello

    My suggestion: scan of Acrobat, it is much easier to control. Simply open Acrobat, create the file from a scanner.

    Kind regards.

Maybe you are looking for

  • How to turn off the screen saver in firefox

    I use an apple lap top firefox3.6.28 that I am trying to run video amazon. He tells me to disable my screensaver, impossible to find anywhere to turn it off.

  • Wie kann ich die Systemfotomediathek neu zuordnen?

    El Capitan takes die erste angelegte Foto-Meidathek als Systemfotomediathek-und das lasst sich offenbar nicht mehr hand- Oder doch? Wie kann ich das selbst bestimmen oder q? Wie man looks, ist das fragliche non accessible Menu:

  • G62 no video

    Turned on, fan on Fast then stops, with wireless turned on, black screen. Will be the same with the two So Dimm removed! At mdeeda soon.

  • Please HELP me with a short answer!

    I ordered z2 and after seeing the large number of people are facing problems and no serious response from Sony, can I cancel my order? I love sony and its whole, but for that price, I could change to another brand... Please, I beg you! If you have a

  • How to install applications on windows 8

    If you are wanting to know how to insatll applications (APPS) on your screen here is a video that will help you. Here is the link to the video that NewVideoSource posted. By clicking on the White Star congratulations on the left is a way of saying th