Displaying a PDF from a folio on Android

Hi,
Does anyone know if it's possible to link to a PDF (whether online or within the HTMLResources.zip) and display it on an Android tablet? (Galaxy 10).
I have this working fine on the iPad Adobe Content viewer app.
On the Android version if I link to an online .pdf I just get a message saying 'starting download'.
If I have the link connecting to HTMLResources/nameoffile.pdf nothing happens.
I am currently running the latest versions of the Adobe Content Viewer apps on both platforms.
Thanks,
Mark

I think the problem is related to the web services of the tablet device.
We had some problems with links to web content and PDFs that worked perfectly on the iPad but produces an error on Android devices.
As testing those URLs in the iPad version of the Chrome browser produced the same errors, we concluded that these problems were due to the incomparability of the Chrome web services of the Android devices with the web content of these sites and its capability to display PDFs, which is handled much better by the iPad's Safari.

Similar Messages

  • Change width of fields displayed on PDF from ALV

    Hello,
    I have a requirement in which i have to print an alv report in a pdf , now in the report say there are 11 fields of which 5 are hidden , so when i print the report in pdf , in the pdf output the entire width of the page is not occupied but only the width of the displayed fields
    for eg. The 6 fields being displayed will cover only a part of the page..however i want the fields to occupy the entire page depending on the fields that are displayed .. plz advice how i can achieve this..

    Hi,
    <li>After converting to PDF, try to use SX_TABLE_LINE_WIDTH_CHANGE function module to change the width of the PDF.
         CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
           EXPORTING
             src_spoolid              = g_spool_no
             no_dialog                = ' '
           IMPORTING
             pdf_bytecount            = l_no_of_bytes
             pdf_spoolid              = l_pdf_spoolid
             btc_jobname              = l_jobname
             btc_jobcount             = l_jobcount
           TABLES
             pdf                      = i_pdf
           EXCEPTIONS
             err_no_abap_spooljob     = 1
             err_no_spooljob          = 2
             err_no_permission        = 3
             err_conv_not_possible    = 4
             err_bad_destdevice       = 5
             user_cancelled           = 6
             err_spoolerror           = 7
             err_temseerror           = 8
             err_btcjob_open_failed   = 9
             err_btcjob_submit_failed = 10
             err_btcjob_close_failed  = 11
             OTHERS                   = 12.
         CASE sy-subrc.
           WHEN 0.
           WHEN 1.
             MESSAGE s000(0k) WITH 'No ABAP Spool Job'.
             EXIT.
           WHEN 2.
             MESSAGE s000(0k) WITH 'Spool Number does not exist'.
             EXIT.
           WHEN 3.
             MESSAGE s000(0k) WITH 'No permission for spool'.
             EXIT.
           WHEN OTHERS.
             MESSAGE s000(0k)
                WITH 'Error in Function CONVERT_ABAPSPOOLJOB_2_PDF'.
             EXIT.
         ENDCASE.
         CALL FUNCTION 'SX_TABLE_LINE_WIDTH_CHANGE'
           EXPORTING
             line_width_src              = 134
             line_width_dst              = 255
           TABLES
             content_in                  = i_pdf
             content_out                 = l_attachment
           EXCEPTIONS
             err_line_width_src_too_long = 1
             err_line_width_dst_too_long = 2
             err_conv_failed             = 3
             OTHERS                      = 4.
         IF sy-subrc NE 0.
           MESSAGE s000(0k) WITH 'Conversion Failed'.
           EXIT.
         ENDIF.
    Thanks
    Venkat.O

  • Display a PDF from a BLOB Column on a page.

    Hi Folks.
    I have PDFs stored in BLOB columns in the database.
    Is there a way to display these to the APEX user on the page at runtime?
    Any pointers appreciated.
    Meantime I'm going to experiment.
    Cheers
    Dogfighter.

    I suppose this depends really on what you want.
    You have at least two choices.
    1) Allow the user to download the pdf and then they get the option to save it or open it in a new window
    2) You can also get them to open it. You can open it in a new window by adding "_blank"
    in the target.
    The sample application has procedures download_my_file and custom_image_display which will show you how to achieve this.
    The only other way you could possibly do it is open it as a plugin. Thats way beyond my knowledge, but I'm sure someone else will chip in.

  • I have Acrobat 9.5 and when I try to create pdf from scanner, it displays an error "Adobe acrobat has stopped working". Is there any way I can use this functionality?

    I have Acrobat 9.5 and when I try to create>pdf from scanner, it displays an error "Adobe acrobat has stopped working". Is there any way I can use this functionality?

    Provide you have Acrobat 9 installed in an OS for which Acrobat 9 is compatible then you can use the functionality.
    As well, you need a scanner connected, powered up, and the software installed. Acrobat 9 "prefers" TWAIN drivers.
    Always visit the scanner vendor's site and download - install the latest greatest software.
    n.b., The Acrobat 9.x product family passed into "End of Support" mid-year 2013.
    As well the Acrobat 9.x product family is not compatible with contemporary OSs.
    Be well...

  • Cannot Display PDF from Documentum in SAP

    Hello Everyone,
    We have linked SAP with Documentum to be able to retrieve documents stored in the content server. We made all the setting required in OAC0, OAC2, OAC3. But when we are posting a document against a Purchase Order from documentum and trying to view that PDF from "ME23" it is giving us an error message as shown below:-
    "The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    An invalid character was found in text content. Error processing resource 'file:///C:/Documents and Settings/gopal.yarlagad...
    But if we go into the "OAOR" I can see the document against the Purchase order. We are not able to figure out the issue regarding this. I would greatly appreciate your help if you can help me in resolving this issue.
    Regards,
    Gopal.

    We also had the same issue. It was working prior, and suddenly we can't view .msg file (in CMOD archived storage) in portal as it no longer recognize mime type for this. This must be a new patch from outlook last week. We ended up implementing config change suggested in note 1840170, and add this mime entry in local registry. As per IBM note http://www-01.ibm.com/support/docview.wss?uid=swg21610741, it looks like there's no other choice but to do it.
    We plan to push this entry to all users' computers soon. 
    Regards.

  • Display a PDF returned as a base64 encoded clob from web service

    I'm trying to display a PDF document returned from a SOAP v1.1 web service. I'm able to return the XML into a collection using a process of type 'web service', but am struggling to display the document.
    This is the code I'm using to (attempt to) display the document, which doesn't return anything. If I exclude the clobbase642blob conversion an Adobe Reader pop-up appears, but I get an error message stating it is not a supported file type or the file has been damaged, which I would expect since it's a clob rather than a blob.
    DECLARE
      l_length    NUMBER;
      l_file_name VARCHAR2 (4000);
      l_file CLOB;
      l_blobfile BLOB;    
      l_ext VARCHAR2 (4000);
    BEGIN
      SELECT xtab."fileContent", xtab."fileName"
      INTO l_file, l_file_name
      FROM apex_collections c,
              XMLTable(XMLNAMESPACES(DEFAULT 'http://www.stellent.com/Payslip_Services/'),'//Payslip_Get_FileResponse/Payslip_Get_FileResult/downloadFile' passing xmltype001
                COLUMNS "fileContent" clob PATH 'fileContent'
                      , "fileName" PATH 'fileName'
              ) xtab
    where c.collection_name = 'P15_PAYSLIP_GET_FILE_RESULTS';
    l_blobfile := apex_web_service.clobbase642blob(l_file);
    l_length := DBMS_LOB.getlength(l_file);
      If INSTR (l_file_name, '.', -1, 1) > 0 then
          l_ext := SUBSTR (l_file_name, INSTR (l_file_name, '.', -1, 1) + 1);
      End if;
      IF (UPPER (l_ext) = 'PDF') THEN
        OWA_UTIL.mime_header ('application/pdf', FALSE);
      ELSIF (UPPER (l_ext) = 'DOC') THEN
        OWA_UTIL.mime_header ('application/msword', FALSE);
      ELSIF (UPPER (l_ext) = 'TXT') THEN
        OWA_UTIL.mime_header ('text/plain', FALSE);
      ELSIF (UPPER (l_ext) = 'HTML') THEN
        OWA_UTIL.mime_header ('text/html', FALSE);
      ELSE
        owa_util.mime_header('application/octet', FALSE );
      END IF;
      HTP.p ('Content-length: ' || l_length);
      HTP.p ( 'Content-Disposition: attachment; filename="' || l_file_name || '"' );
      OWA_UTIL.http_header_close;
      WPG_DOCLOAD.download_file (l_file);
    END;
    Apex 4.2.2
    Oracle 11g 11.2.0.1.0
    Any suggestions would be appreciated.
    Thanks,
    Graham

    What Adobe product is this a question for? This forum is for XML/API functionality for Adobe Connect. I'll move this question to the appropriate forum.

  • PDF not displaying in Portal from UWL : cl_fitv_navigation= navigate_to_object

    Hi Experts,
    We are using a custom webdynpro application for the approval of expense claim.If I am clicking the link from UWL, a new window is opened and it is showing a blank page and PDF is not displaying in the browser.
    I have checked from application level (SE80) and it is working fine,PDF is getting displayed in browser.We have done the UWL re-registration as well.
    We have used the class 'cl_fitv_navigation' and method 'navigate_to_object' to display the PDF.
    Also I have debugged the same method and could found that the codes are different for calling the application from portal and for using SE80.
    Kindly let me know what could be the issues or if I missed any parameters.Also please let me know if I need to check any related R/3 configs and parameters maintained in R/3.
    Thanks & Regards,
    Arun Narayanan.

    Hi Pramod,
    We are not using iFrame to display the PDF.
    We are using the class and method
      CALL METHOD cl_fitv_navigation=>navigate_to_object
        EXPORTING
          component           = l_api_component
          operation           = l_operation
          business_parameters = lt_bo_params.
    where ;
      l_api_component = wd_comp_controller->wd_get_api( ).
      l_operation = 'DisplayForm'.
    and
      ls_bo_param-key   = 'SAP_FITV_PERSNO'.
      ls_bo_param-value = l_pernr.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
      ls_bo_param-key   = 'SAP_FITV_TRIPNO'.
      ls_bo_param-value = l_tripno.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
      ls_bo_param-key   = 'SAP_FITV_TRIPCMP'.
      ls_bo_param-value = ''.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
      ls_bo_param-key   = 'SAP_FITV_DATASRC'.
      ls_bo_param-value = ''.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
    Regards,
    Arun.

  • Annotated PDF from Preview will not display annotations in iPad mail

    I have an Annotated PDF from Preview will not display annotations in iPad mail, yet, it will display them on my Macbook Air. I confirmed this with another iPad user. Same results. Any ideas.

    I had the same issue. iAnnotate PDF will display your annotations made in preview and allow you to annotate on the iPad. It is a great app, I and quite happy with it.

  • Displaying a PDF Returned from a Custom Service

    I have been given a PDF Fillable Form(XFA).  I have added a button so that when the user clicks the button it passes the form data as xml to a URL (my custom web service).  The custom web service takes the data, renders a totally separate PDF and returns it in the response.
    It all works fine, but the returned PDF opens in a separate window.  I would love to find a way to get the current window to "refresh" and show the newly composed PDF.
    Is there a way to do this?  I am using LiveCycle Designer, but my web service is a completely custom Java servlet.
    With Respect,
    mattie

    Firefox is downloading the pdf and opening it in Preview. Safari is displaying the pdf directly in the browser. As such, if Autosize was previously selected (which may be the default for Safari) it zooms in the pdf relative to the size of the new window (and the size of the new window is set by the size of the parent window). You can reset the view size of the pdf in Safari by secondary-clicking on the pdf (a two-finger tap if you have that option enabled on your MBP, or a ctrl-click) and selecting Actual Size. Once you select Actual Size (versus Autosize) that setting seems to be retained for subsequent pdfs. You can also select Open in Preview from the contextual menu, which will open it in Preview like Firefox does (but without downloading the file).
    Hope this helps...

  • PDF from HTMLLoader is Not Displaying in a Container

    PDF from HTMLLoader is Not Displaying in a Container
    Was there a new version of AIR released recently that breaks the display of a PDF through the HTMLLoader?
    I've been experiencing problems displaying a PDF in a container lately.
    AIR applications that worked a couple weeks ago, are not working now even though no changes have been made to the source.
    To focus on the problem, I created an application that narrows my focus to the broken feature. It's sole purpose is to display a simple PDF through AIR.
    The example can be found here.
    http://www.appfoundation.com/blogs/giametta/2009/04/14/render-pdf-in-adobe-air-with-pdf-sc aling/
    The code used is exactly the same as the one found in the above example, except I swapped the url of the PDF to the following.
    http://www.sfbike.org/download/map.pdf
    It's pretty straightforward.
    But, when I compile and press the "do it" button, nothing displays in the VBOX.
    Using an HTTP Sniffer the "GET" to my url seems to be working fine and, I get a "200 OK" return status, but nothing is displayed in the container.
    Here is my configuration.
    - Windows Vista Ultimate 64 bit
    - AIR 1.5
    - Flex 3.0.2
    - Adobe Acrobat 9 Pro
    - Firefox 3.5.4
    Attached is the source code mxml as a txt.

    Well, like I said, I don't either. Even when loading a very simple PDF, I just see this crash:
    Process:         adl [1003]
    Path:            /Users/base/c_languages/flashplayer/flex_sdk_4.0.0.10079/bin/adl
    Identifier:      adl
    Version:         ??? (???)
    Code Type:       X86 (Native)
    Parent Process:  FlashBuilder [217]
    Date/Time:       2009-11-04 11:41:13.050 -0800
    OS Version:      Mac OS X 10.6.1 (10B504)
    Report Version:  6
    Interval Since Last Report:          1807020 sec
    Crashes Since Last Report:           7
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      E63961B9-2C86-42EA-9FBA-0D3F0561CBB8
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000040918216
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Maybe someone on the AIR team will have a more knowledgable response, it looks like a problem with how Webkit is loading up the PDF viewer perhaps.

  • Display PDF from flex windows application

    Hi,
    I am creating a flex windows application using action script and mxml script.I need help in displaying a PDF document in that windows application from a netwrok drive or local pc.I tried google search it is giving me some open source projects with IFrames.But,they can be only used for browser applications(web).So,anyone please suggest me how could i accomplish this task with winows application.
    Thanks,
    adi2010

    Hi ,
    The solution for the thread is
    <mx:HTML id="pdfHtml" location="test.html" width="100%" height="100%" />
    var pdfFile:File = File.applicationDirectory.resolvePath(pdfHtml.location);
        pdfFile = new File(pdfFile.nativePath);
        var fileURL:String = pdfFile.url;
        pdfHtml.location = fileURL;
    Thanks,
    adi2010.

  • Display archive doc as pdf from web dynpro?

    Hi All,
    We have a situation where we want to display archived pdf's from a web dynpro.  I have put an interactive form ui element on my view and bound this to an attribute of type xstring on the context.
    When I run it, i get an error message saying that file does not begin with '%PDF-'.  I've tried putting this on the front of the string but i didn't work either.
    So can anyone tell me the process for displaying archived pdf's from a web dynpro.
    Many thanks in advance,
    Liz.

    This is the code necessary to get it to work:
    get optical archive id of pdf to display
        select single * from toahr into ls_toahr
          where sap_object = 'PREL'
            and OBJECT_ID  = lv_obj_id
            and ar_object  = ls_zhr_paylsip-zhr_doc_type.
        lv_archiv_id  = 'H1'.
        lv_document_type = ls_toahr-ar_object.
        lv_archiv_doc_id = ls_toahr-arc_doc_id.
        lv_signature = 'X'.
        lv_compid = 'data'.
        free lt_binarchivobject.
        call function 'ARCHIVOBJECT_GET_TABLE'
          exporting
            archiv_id                      = lv_archiv_id
            document_type                  = lv_document_type
            archiv_doc_id                  = lv_archiv_doc_id
      ALL_COMPONENTS                 =
           signature                      = lv_signature
           compid                         = lv_compid
         importing
           length                         = lv_length
           binlength                      = lv_binlength
         tables
           archivobject                   = lt_archivobject
           binarchivobject                = lt_binarchivobject
         exceptions
           error_archiv                   = 1
           error_communicationtable       = 2
           error_kernel                   = 3
           others                         = 4.
        if lt_archivobject[] is not initial.
          describe table lt_archivobject lines lv_rowcount.
          lv_rowcount = lv_rowcount * 1024.
          call function 'SCMS_BINARY_TO_XSTRING'
            exporting
              input_length = lv_rowcount
              first_line   = 1
              last_line    = lv_rowcount
            importing
              buffer       = lv_xstring
          tables
            binary_tab   = lt_binarchivobject
          exceptions
            failed       = 1.
        endif.
    Where yo bind lv_xstring to the the pdfSource via the context

  • Android can't download/view pdf from vibe 3.2

    I think this a a headers issue in vibe?
    But on Android (2.1, 2.2, .23, 4.0) phone and tablets we can not select a pdf from a vibe folder and download it or view it.
    We can from an iphone/tablet
    We have tried chrome, dolphin HD as well as the standard Android browser.
    A sample Word 2k7 doc can either be "view'ed by selecting view or downloaded by selecting the file from Android.
    Can anyone else confirm please
    Thanks

    Originally Posted by MRL
    I think this a a headers issue in vibe?
    But on Android (2.1, 2.2, .23, 4.0) phone and tablets we can not select a pdf from a vibe folder and download it or view it.
    We can from an iphone/tablet
    We have tried chrome, dolphin HD as well as the standard Android browser.
    A sample Word 2k7 doc can either be "view'ed by selecting view or downloaded by selecting the file from Android.
    Can anyone else confirm please
    Thanks
    Just tried it here against Vibe 3.2. Indeed the problem seems to lie with the simple interface Vibe offers to mobile devices. Have not tried what happens on an iPad but would suspect the same behavior - curious it seems to work there as you report?
    The Android app also has this issue as it uses the simple interface.
    Two workarounds:
    -download and open the PDF by clicking on the attachment links found further down on the page where you are trying to open the pdf
    -use desktop mode on the browsers (selectable at least in Opera and Dolphin)
    I'll drop this in as bug if there is not already one opened against it.
    Cheers,
    Willem

  • It used to be that when I created a pdf from a word or publisher document, hyperlinks worked fine. Now I cannot get them to work unless the text displayed for the link is the complete address and it all appears on one line. Why?

    it used to be that when I created a pdf from a word or publisher document, hyperlinks worked fine. Now I cannot get them to work unless the text displayed for the link is the complete address and it all appears on one line. Why?

    You can print to the Adobe PDF printer, but that only creates links that Acrobat or Reader recognize as such. That is the reason for needing the entire URL on one line. It is not actually an embedded link, but one created by Acrobat on the fly. With OFFICE 2013 you have two choices: 1. create the PDF with the print to Adobe PDF and then add the links in Acrobat so that they are complete or 2. I think the WORD save as PDF or XPS will create the PDF with links, but not sure. If so, that would be the quickest solution for you, but be aware of potential problems with the MS plugin.
    Of course, the third option is to upgrade to XI which can be done with AA 9. You will probably not be eligible for a for an upgrade to whatever the next version will be.

  • Display PDF from cfhttp

    Hey everyone. I am trying to display a PDF I receive from
    <cfhttp> with the following line of code:
    <cfhttp method="get" getasbinary="yes" url="#theURL#">
    I want to be able to display the PDF within the page as
    opposed to just having a 'save as' box come up. I played with
    <cfcontent> but couldn't get it to do what I want. Any help
    is appreciated.

    Please help me by providing solution........It is Urgent
    Thanks!
    Srinivas

Maybe you are looking for

  • Partial Sub-Screen Activate in MM06E005

    Hi all, I have made a customization in the Header of My Purchase Order, including a Customer TAB with new customer fields, but once I try to active my subscreen MM06E005-SAPLXM06 0101, it actives all of the others that I will not use (and I did not c

  • Website not appearing on search engines

    I have published my website, it works when I go to it directly www.change2xero.com.au however when I search on google it is not appearing. Any ideas on what maybe causing this?

  • How do i turn off the auto bcc function on ipad mail? i have turned it off in settings but it keeps happening.

    I want to turn off the auto bcc function in ipad mail.  I have done it in settings but it keeps happening.  surely this is a fault or there is an easy way to fix the problem.

  • How to itetrate through files in a document library

    Hi there, I've been creating a provider hosted app and I'm stuck at retrieving Documents titles using CSOM C# my code is as follows. var spContext = SharePointContextProvider.Current.GetSharePointContext(Context);             using (var clientContext

  • Basket

    How to recover an application erased in the basket ? I have got a mac book air 11 pouces with OS X Yosemite 10.10.1 , processor speed : 1,3 GHz Intel Core i5 ; memory 4 Go 1600 MHz DDR3. Please help me ! Besides the application is Imovie.