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

Tags: Digital Publishing Suite

Similar Questions

  • How to purge the files pdf and xls $LOG_HOME

    Hello
    application: ebs R12 (12.1.2)
    DB: 11.1.0.7
    OS: linux5 (x 86-64)

    can someone make me is there any simultaneous program by this that I can serve a lot of files pdf and xls $LOG_HOME/ora/10.1.2/reports/cache folder.

    Please help me out in this matter,

    Thanks in advance.

    Kind regards
    Mohsin

    Published by: on May 12, 2012 920138 04:12

    PL see these Docs MOS

    Oracle EBS R12 indicates the Cache Directory not be cleaned [ID 1062825.1]
    Reports in Oracle eBusiness R12 Cache Directory is more quickly [859255.1 ID]
    How to remove the XML, files /U02/Inst/Apps/Prod_prod/Logs/Ora/10.1.2/Reports/Cache TXT [ID 1200864.1]

    HTH
    Srini

  • Access denied error for some files pdf and jpg transferred via a network home of microsoft (working group)

    I use a home network of microsoft are working on a Linksys router.  Some (not all) files jpg and pdf transferred over the network producing the error access denied when you try to open, change of name, copy, etc.  I am not able to copy files thesse in a Breifcase on the remote computer which I use for backup.

    The original files are in agreement on basic computer; If I archive in a zip file I can decompress and open the files on the remote computer. If I copy on a zip drive and hand to the remote computer, the files are correct.  It might have started because I've upgraded to SP3.  Disable Norton doesn't seem to help.  I downloaded and used LockHunter which shows the files are not locked and does nothing to help them open.

    OS - XP Pro with SP3.  Security - Norton Internet Security - 20010. Adobe Acrobat 7.0 and Adobe Phtoshop 6.0 but to open JPGs with other programs and save back doesn't help.

    Any ideas?  I use the net sneaker now and stood up on the local network.

    Bill

    Well, I found my problem.  After many attempts to unlock files and cureing my registry etc etc. I put the properties on each of the files to enable sharing.  After this Briefcase has worked and I can open the files on the remote control.  I feel stupid: not really!

  • I moved the strengths that had all the files pdf and image for adobe muse help re connecting them.

    I am creating a site that has more than 100 images/pdf and I don't want to move each of them via the assets Panel is any way I can avoid this and just five record were all the elements are located.

    I don't know exactly what you're asking here but recommended is to have all your images/PDF etc, in the same folder as your .muse file on there, our hard drive.

  • Files PDF and video displays do not properly on Android (v28)

    Hello! I'm working on my first multi-folio application specifically and exclusively designed for Android devices. I seem to be two problems that I was hoping someone might have an idea on.

    1. I have several PDF files which are a hyperlink in the document. I have saved the files in a folder HTMLResources and downloaded the file .zip on the folio. For some reason I'm not able to view the PDF files when I click on any of my hyperlinks. I just get a blank white screen. I thought that the PDF support has been added to the latest version, which is not the case?

    2. I have also several videos embedded on some pages. Although the videos play in the drive in application and I have put videos to play fullscreen, videos are still very low. Please see my screenshot to see how dinky it looks. The native resolution of these videos are small, but I thought they would be to evolve to adapt to the device. Yet once, is not the case?

    Thanks for any comments.

    Screenshot_2013-11-06-21-58-11.png

    Unfortunately, a link to the PDF files is not supported on Android devices. This technique only works on iOS.

  • I downloaded a new version of adobe reader, how all my photos are files PDF and wont open how do I get back them?

    I downloaded a new version of adobe reader, now, all my pictures are turning to PDF files and open custom, how to make their comeback?

    Hi Donald,.

    Is what I understand, once you have downloaded all the files that have been changed to a PDF icon Adobe Reader software. Am I wrong?

    If so, please follow the troubleshooting steps mentioned in this document KB Application, file icons change in Acrobat/Reader icon.

    Let me know in case if you have any other problem.

    Kind regards
    Nicos

  • Import of files PDF and Photoshop since I use Windows 7 64-bit

    Hello

    I've recently updated (?) to Windows 7 64-bit.  I have notifications when importing photoshop files and PDF in the InDesign document, the resolution of the graphics are disabled and that the lines are restless.  Even the fonts are unreadable.  That's happened?  Is there some settings that I need to in and tweek everything back into alignment and the update?  (If those are the correct words).  When I view PDF files in windows, they are normal.  It is only when imported into InDesign that they are deformed.

    Thanks for any help.

    Clark

    View > display performance > high quality display

  • U3D (in PDF file) with IOS and Android Tablet

    Hello

    Is it possible to display a U3D (in PDF file) file with IOS and Android Tablet? If not do you have a solution?

    Thank you for your help

    LC

    Not with Adobe applications.

  • Open a PDF file of runtime android application

    Hello

    I try to open a PDF file of my Android app on a phone BB10 Z10 (10.2.1).

    He intended me to use 'File Viewer' with adobereader logo, but nothing happen when I click on it.

    I tried to put files on different storage and directory, but I have the same problem with no error:

    Public warehousing

    public static String getDefaultPath() {
            return Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS).getAbsolutePath()+"/";
    }
    

    And internal storage:

    public static String getDefaultPath() {
            return context.getFilesDir().getAbsolutePath()+"/";
    }
    

    Here is my code to open the pdf file, it works fine on Android:

    File file = new File(path);
    if (file.exists()) {
    
        try {
            Toast.makeText(context, "Trying to open " +path+" => "+ file.getName(), Toast.LENGTH_LONG).show();
    
            Uri fileUri = Uri.fromFile(file);
            Intent i = new Intent(Intent.ACTION_VIEW);
            i.setData(fileUri);
            i.setType("application/pdf");
             i.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
            context.startActivity(i);
    
        } catch (Exception e) {
            Logger.getInstance().LogException(e);
            Toast.makeText(context, "Unable to pen file..." + e.getMessage() + " " + e.getClass().getName(), Toast.LENGTH_LONG).show();
    
        }
    } else {
        Toast.makeText(context, "File not found..." + file.getName(), Toast.LENGTH_LONG).show();
    
    }
    

    I do not see my camera in DDMS, there is nothing, how can I debug to check if the system returns me an error when I try to open the pdf?

    Thanks for your help!

    Best,

    Ricken

    I solved my problem.

    There were actually two problems, the first is I have to use public storage for adobereader is able to access my pdf file, so I solved it by copying pdf to dir public cache before opening it and then I can keep all other protected files.

    The other problem is rather strange and seems to be a bug, I replaced:

    i.setData(fileUri);
    i.setType("application/pdf");
    i.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
    

    with a little:

    i.setDataAndType(fileUri, "application/pdf");
    

    And now the pdf file is successfully opened by adobereader

  • View the pdf file in Viewer Android

    Hello

    I need to link to and view a PDF from a viewer for Android. I realize I can't do it from file HTMLResources, but Ive tried to link to it from a URL (direct link to pdf stored on the server) and it does not appear.

    Any ideas?

    Thank you

    DW

    Display of PDF files or by creating PDF articles currently don't is not supported by Android viewers. Support PDF in Android visualizers may be available with the release of v26.

  • PDF and Firefox files slight annoyance

    Whenever I have a PDF file open in a tab in Firefox, it makes me unable to scroll using my laptop touchpad scrolling. When I use it, even after clicking on my active tab, it actually scrolls the PDF instead of my current tab.

    Hi rawbinator,

    Have you checked to see if your PDF is updated? I would take a glance files PDF view in Firefox. There is a lot of information in there, and it lists some different add-ons PDF. I would like to try both to see if it is localized to a single.

    Hope this helps!

  • What type of file can be stored in I cloud drive... I was told only pdf and pages, numbers and keynotes... is that correct?

    What type of file can be stored in iCloud drive... She was told only pdf. and apps pages, numbers and keynotes... is that correct?

    You can store any type of file in iCloud drive.

  • my photos are saved in my photo file, but they have been digitized and now say adobe PDF and post to Facebook, someone knows why or what I can do?

    my photos are saved in my photo file, but they have been digitized and now say adobe PDF and post to Facebook, someone knows why or what I can do?

    Hello

    Thanks for posting your query in Microsoft Community.

    According to the description, you are facing problems with display PDF document on the website Facebook. To quickly provide a solution, answer these questions:

    1. web browser Whish is do you use?

    2. you receive an error message or error code?

    3. what operating system is installed on the computer?

    4 did you do changes on the computer before the show?

     

    If you are using Internet Explorer then I suggest you to follow these steps and check if it works.

    Method 1: You can open Internet Explorer mode without modules and check if the problem persists.

    Run Internet Explorer in "no Add-ons" mode

    a. click Startand type Internet Explorer in the box to start the search.

    b. click Internet Explorer (No Add-ons). Internet Explorer opens without Add-ons, toolbars, or plug-ins.

    c. test Internet Explorer to verify that it works correctly.

    You can also follow step 4 of section to disable without add-on.

    Internet Explorer is slow? 5 things to try

    http://Windows.Microsoft.com/en-AU/Windows/help/Internet-Explorer/slow-five-tips-to-boost-performance

     

    Method 2: Reset Internet Explorer settings

    Follow the steps in the KB article and check out them below if the problem persists.

    How to reset Internet Explorer settings

    http://support.Microsoft.com/kb/923737

     

    Warning: Reset the Internet Explorer settings can reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings.

    Hope this information helps. For any other corresponding Windows help, do not hesitate to contact us and we will be happy to help you.

  • What should I do to read pdf and jpeg files?

    What should I do to read pdf and jpeg files? I used to be able to see these files, but now I can't! all the ideas will help. Thank you

    JPEG files will open with Windows Picture and Fax Viewer.

    PDF files will open wit a PDF as Adobe or Foxit Reader.

    1. If they are attached, download and save one on the desktop.
    2. right click on the saved file.
    3. Select: Open with on the shortcut menu.
    4. click on: choose [default] program.
    5. Select the appropriate program.
    6. check: always use the selected program to open this type of file.
    7. click on OK.

    This should allow you to open these attachments directly from email address now.

    Adobe Reader
    http://get.Adobe.com/reader/

    Foxit Reader
    http://www.foxitsoftware.com/PDF/reader/

    Adobe is more "well known", but Foxit is much lighter and my personal preference.

  • How can I add "tags" to PDF and txt files?

    I made the leap from XP to Windows 7.  Under XP, I could edit metadata in almost any file and place "key words" even with the PDF files.  Windows 7 has done away with "Key words" and went to "tags".  I prefer this system, but what I find it horribly frustrating, is that there are several types of files which I can't add "tags".
    (1) is it possible to add "tags" to PDF (in a way that works with the search for system marking of Windows 7)?
    (2) if not, are there any workaround solution (3rd party downloads - who work in the Windows 7 system of tagging metadata)?
    (3) otherwise, it is something that will be fixed in Windows in the future.
    (4) what is the reason for the types of files such as PDF, txt, MP3 with no no not the capabilities of 'tag '?

    PDF and Adobe Acrobat Pro Extended 9.3.1 shell tools worked for me fine... the only issues I have found so far is that I can't add categories and comments... I can change the interface of Windows 7 only the following (which are enough for me): title, author, subject and keywords for Windows 7 keywprds real estate PDF. You can take a look here...

    http://Dimitrios-SPYROU.NET/WindowsExplorerandpdftags.aspx

    Good luck to all

    PS, Don't try to understand the names of files or folders... structure it should all be Greek to you because I am from Greece and they are real Greeks!

Maybe you are looking for