Document Viewer

All,
I am interested in the functionality of the Document Viewer region described in the user manual.
What we are looking to do is display the PDF output from a page in the Document Viewer region in OAF.
The question is, is there functionality to allow you to call the documentProcessor APIs from a button in OAF, passing the xml and template name, produce the PDF output using BI Publisher and display the result in the OAF screen.
Sounds similar to the functionality that the previewer uses in XML Publisher Administrator responsibility!!
Any help much appreciated

It will only open attachments if the file is in one of the supported format by the phone. As such, documents can't be viewed. Only pictures, music and other format which the phone supports.

Similar Messages

  • Since iOS 4.2.1 Update - Document viewer Apps do not work right!

    Before I updated to iOS 4.2.1 Air Sharing (Document Viewer) was working (so were all my Document Viewers), but currently, they do not work correctly. I have checked about three others...all have the following problems:
    Since I updated (to iOS 4.2.1), all the documents open up to FULL SCREEN mode (which it had never done before, since the very beginning of the AppStore). Full Screen mode means that it looks like a Word Document on the computer, with the margins showing. This is rediculous for the screen of an iPhone or iPod Touch. There is no need to see the margins. Also, the font size is so small that it makes it almost impossible for most people without a magnifying glass. The document used to open up to a "zoomed in" view of the text. This allows the person using the application to actually read the text. This also allowed scrolling up and down easily. Now, with the new Full Screen view, to get the text large enough to see, you have to double tap (or spread your fingers on the screen to scale it big enough) on the text to read it. Then, when you scroll up and down, it sometimes scrolls side to side or diagonally (into the white margins), making reading cumbersome.
    The other problem with the new view is that the font sizes are all messed up. The normal font (whether 9 pt. to 16 pt.) looks the same. The italic font looks bigger than the normal font, though it is the same point size. It skews the page and alters what the original documents looks like.
    I have contacted the developer of Air Sharing to complain, but he said the following:
    Hello,
    Thank you for the test file. I do see what you're referring to. We use Apple's built-in Office viewer for Air Sharing. This means to display files like .docx ones, we use Apple's viewer. It's possible they changed their viewer in the most recent iOS update to cause this change. Because it's not our viewer we have no control over how it displays such files. Other apps using Apple's viewer will encounter the same issue. I wish there was more we could do on our end to help resolve this problem.
    Cheers,
    Elliot Chase
    Avatron Software, Inc.
    Please tell someone to fix this situation. I can provide you with information (and screen shots of before and after) to back up all my complaints. Thank you for listening.

    Ah, so that could be a good search term.
    Things get a bit more weird though. I was looking through the commands in the drop down menu and saw under "Archive" this: "Put/Send the Apps you bought to this computer" (rough translateion in English) So I tried that out.
    I could only do that by going to "Store" and (**** how to say that in English) "Allow" this computer to do that. This is weird as this is the same computer that I have always used for anything to do with the iPhone! I have now 2 computers that are allowed to sync, and it is one machine. Beats me!
    At a certain point the transfer proces stopped again and again I was requested to "empower" this computer again, as out of the 65 apps now 21 were not allowed to be transfered! That did not work. It now keeps telling me that I have 2 computers allowed for transferring apps and these last 21 can not be put in the library.
    I am a bit at my wits end!
    But really thanks for trying to help out! It seems that 4.2.1 has some real problems when reading through the discussions!
    Cheers!

  • Unable to see SAP BusinessObjects Document Viewer template in 7.4 portal

    Hello Experts,
    We are looking to integrate dashboards created with BOBJ design studio into enterprise portal (NW 7.4). We have followed the steps mentioned in the blog Integration of BOBJ with SAP Portal.
    Namely:
    1. Taken the com.sap.businessobjects.iviews.par and com.sap.businessobjects.iviews.templates.epa files from the BI server
    2. Imported the EPA file into the portal
    3. Converted the com.sap.businessobjects.iviews.par file into EAR file and deployed it into the portal
    4. Created System alias for the BI system
    5. Configured SSO between portal and the BI server
    After doing these steps when trying to create the Business Objects iView we are unable to see the SAP BusinessObjects Document Viewer template in the portal. Can anyone let me know if we have missed some additional configuration that has to be done?
    Regards,
    Saurabh

    Hi Experts,
    Issue has been resolved. After importing the EPA file into the portal, we missed out restarting the portal. Once this was done I am now able to find the SAP BusinessObjects Document List and SAP BusinessObjects Document Viewer templates in the iView creation wizard.
    Regards,
    Saurabh

  • Open PDF file in Acrobat reader rather than SAP Document viewer...

    Hello everyone,
                    Whenever we attach a pdf file using Services for objects-->Store Business documents, an attachment list list is created and the file is archived in the repository.
    If we double click on it, the pdf is opened in SAP Document viewer and not in Acrobat Reader unlike word document....
    Can anyone tell me what configuration changes should be made and where so as to open pdf file in Acrobat?
    Similarily what changes should be made so as to open Email files in Outlook?
    Edited by: Suruchirazdan on Mar 31, 2011 8:33 AM

    Which version of the Acrobat Reader do you use?
    According to my experience with our desktop this might be a feature of ACROBAD READER X.
    Kind regards
    Herbert

  • Document Viewer: Show document inplace using "view_document_from_table"

    Hello,
    i am trying to show a pdf-document on a dynpro using i_io_document_viewer.
    As long as I don't activate "show_inplace", it works fine. The document is correctly shown in an external browser window. So the parameters i export seem to be allright. But when I set show_inplace='X' nothing happens - neigther the document is shown nor I get an error. I think my way to create the control and the container could be the problem...
    Name of my Custom Control at the dynpro: CC_DOCUMENT
    my_viewer TYPE REF TO i_oi_document_viewer
    my_custom_container TYPE REF TO cl_gui_custom_container
    Code:
        CALL METHOD c_oi_container_control=>get_document_viewer
          IMPORTING viewer = my_viewer.
        CREATE OBJECT my_custom_container
          EXPORTING container_name = 'CC_DOCUMENT'.
        CALL METHOD my_viewer->init_viewer
          EXPORTING parent = my_custom_container.
        CALL METHOD my_viewer->view_document_from_table
          EXPORTING show_inplace = 'X'      "With ' ' it works...but of couse NOT inplace :-(
                  type = 'application'
                  subtype = 'pdf'
                  size = file_size
          CHANGING  document_table = file_table
    Does anybody see my mistake? I've been searching for hours -.-
    Thank you for helping,
    Best regards, margger
    Edited by: margger on Mar 22, 2011 2:51 PM

    Hey Andrea,
    thank you for your answer. The problem is that the .pdf is only a test file - later there will be images, movies, pdf-documents, ...
    So the integration of the document viewer would be nice. And, like I said, showing the document works, but not embedded in my dynpro.
    Regards,
    margger

  • Need document viewer in sharepoint 2013

    Hi,
    I need document viewer for documents in library and need to place annotations.
    Thanks & Regards,
    Siva

    Hi,
    If you want to place annotations in PDF file, you can use Annotate101.
    http://apps.microsoft.com/windows/en-us/app/annotate101/a8c958fd-2248-499f-96ba-647fbafc4ef3
    In addition, AutoVue and Accousoft seems to be solutions.
    For more information, you can refer to:
    http://www.viewerforsharepoint.com/autovue_for_sharepoint.htm
    https://www.youtube.com/watch?v=D67AIKyt88M
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Issue with the Document Viewer for Some Users

    Hi, I have archivelink setup in our system. Users are able to view the documents using this link. But issue is that one user is unable to view the documents while others can view the documents.  The roles for both users are same.
    Searched the forums but found nothing. Acrobat Reader version is 9.

    hi can you help me, im a desktop support engineer we got 2 users who have the exact same problem as in the call ive made here?
    nothing being displayed in Document Viewer for 720 gui user via Webportal
    any ideas, if they log onto other windows 7 machines still dont work

  • Passing dynamic content to a Document viewer in a Content Presenter Templat

    Hi, This problem is probably for Yannick. Our customer has a bunch of documents in UCM. They want to be able to put links to these documents in their Navigation Model (Webcenter Spaces App) which bring up the document as content inside a page, i.e. inside a Document Viewer that is the content area of the page. In their last portal, they did this by creating a page for every document because the Document Viewer in Spaces requires an itemId to a specific document.
    We need to create a single page and pass the URL or UCM Content Id to the Document Viewer that is the content area of the page. I tried creating a custom Content Presenter Template with a Document Viewer Task Flow inside. In the Nav Model, I have added a Content Item with the path to the doc in UCM. but it doesn't work. I even went into my CP Template and hard coded the resource Id parameter of the DV Task Flow but nothing comes up.
    If I add a document in Spaces to the page, I add it in a Document Viewer and the "Item Id" is set automatically. Then it works. But I NEED to be able to do this dynamically to avoid tons of separate pages, one per document.
    Please help. Thanks, Gary Kind

    I was able to get it to partially work by using a link item in the navigation model. As URL parameter 'docId', I put the UCM resource ID, e.g. ucm_conn#dDocName:UCM_CLUSTER-000027. In the destination page, I have a Document Viewer Task Flow whose resourceId input parameter I set to #{param.docId}. This works in that the Document Viewer appears nicely and has the correct path/breadcrumbs. I can display the document in a browser from the View menu item. I can download it from the download menu. However the actual file contents do not show up. In the center where they should be, I get an Error-404 file not found. Why is that? It is finding the file in UCM, and I can access it other ways in the DV, but it can't find it in to put it in the Viewer area? That ain't right.
    How do I get this to work correctly?

  • Embedded document viewer in Flash

    Hi,
    We are looking at provided an embedded document viewer within a website and also within a Flash based applicaiton.  The document viewer would need to display Office documents and PDF documents.  We think Adobe has Flash Paper which fulfills some of these needs but this is no longer supported after it has been acquired from MacroMedia.
    Could any one please provide inputs on any Flash based document viewers that can be embedded in a Flash application?
    Thanks.

    i dont think so that you have a component like that.. my be you can try to build a custom component for that.
    chk here
    http://jdevadf.oracle.com/adf-richclient-demo/faces/index.jspx

  • Document viewer in 5800

    As seen in specification for 5800 there is documnet viewer. But while opening any .doc or .xlc or .ppt i cannot open it. Isn't there any application preloaded to open office documents. If not, kindly suggest if any freeware application is available or not.

    5800 Xpressmusic smartphone have preloaded office document viewer as well as other good stuff out of the box. all u have to do is install these (provided you are connected to the internet).
    n82 v30.0.019 Nokia N82 (08.01)
    n73 music edition

  • Document viewer in oaf

    hi! does not anyone have a detailed instruction of setting up the xml publisher document viewer? as i am new to OAF and BI Publisher, will anyone be able to share one?
    Thanks!

    Perhaps check the value of profile option "ICX: Numeric characters"?

  • Document Viewer in Adf

    I have the requeriment to implement a document viewer that don't let print and save a document(pdf,word,excel). Is there any viewer for adf? Do you know a free o payed viewer that i can connect with java or adf?

    i dont think so that you have a component like that.. my be you can try to build a custom component for that.
    chk here
    http://jdevadf.oracle.com/adf-richclient-demo/faces/index.jspx

  • Documents or images are not shown in document viewer properly.

    Hi Friends,
    we are using sap ecc6.0 release 700.we have implemented document viewer functionality to one of our application.we have Adobe in our system.some times documets(pdfs) are shown properly in document viewer.but some times documents are not open in document viewer.in this case if restart the work station PC ,document viewer working properly.so we have to know any ways to correct the bug without restart the workstation PC.
    please suggest any ways to correct it.

    Hi Venkat,
    i am not sure about it, but lets a try ask to your basis consultant for the latest gui .i.e. 7.3 with patch level 8, use the latest GUI and then see , is still you are getting those problems, please revert with your answer.

  • Profit center wise all document view

    Hi SAP,
    We can view the documents in FB03 at company code level, and we can view all the company code documents.
    But if i want to see only plant or profit center level all the documents what Tcode i must see?? from which Tcode  SAP will provide all the documents view at profit center level??
    Good Day!
    Best Regards,
    Moderator: Please, avoid asking basic questions. Search, before posting

    Hi
    If you have new GL and PCA active, it would be very difficult to have Document Types assigned at profit center level. The document types are assigned at company code level and not profit center. There would be many transactions which would have multiple profit centers. How would you seggregate them, even if you use different document types as suggested for various profit centers?? Morever, most of the posting in FI come from other modules and are posted by the system because of the transactions in other modules. So it is practically not feasible to have profit center wise document numbers.
    However, for Indian Scenario, you can have SD Tax Invoices for every plant, where billing is done. Secondly, SAP has delivered excise documents to be numbered differently for every excise registration.This is to meet the Indian Reporting requirements.
    Regards
    Sanil Bhandari

  • SAP Document Viewer - .tif files

    We are having problems displaying .tif files in the Document Viewer. This is however working for other file extension types.
    Settings in TCode OAG1 are set to u2018Use HTML Controlu2019.
    What other settings are needed to allow a .tif file to display in Document Viewer u2013 currently it results in no display and a subsequent u2018File Download u2013 Securityu2019 Warning window opening?
    Thanks in advanceu2026u2026u2026

    Hi,
    This message is sent by Windows, probably with Vista or 7. Do you use them?
    What happens if you use "call internet browser" in OAG1?
    This note may help you too: [SAP note 1123723 (Security warning when starting SAP GUI components)|https://service.sap.com/sap/support/notes/1123723]
    Sandra

  • Document View Question

    Is there a way to have the document view in InDesign work the way that it does in Illustrator in that I can change the size of my window w/o anything in the document moving around as well. I will attempt to explain.In Illustrator I can place a 2 X4 square in the upper left hand corner of an 8 x11 doc and I can close up the window around it to say 3 x5  and the square remains in the upper corner at the same size view. But in Indesign if I close the window around the square either the view gets smaller, or if I uses command plus B4 doing it the scale will remain the same, but as I close the window the square will get cut off. This is a lil difficult to explain-but maybe someone out there knows what Im talking about? Any help would be appreciated. Thanks.

    Yeah-It just seems odd that it remains static in Illy & Photoshop & they dont have the same option in InDesign. Maybe someone else knows a way. Thanks for your help.

Maybe you are looking for

  • Data acquisition from analog start trigger to analog stop trigger

    Hi, I'm trying to start and to stop a data aquisition by using an analog input trigger. I'm using NI-USB-6251. At input channel ai0 is a sin-signal connected. At input channel apfi0 is an analog trigger signal connected. I can start the trigger signa

  • 1 itunes library and 2 external drives?

    My goal is to be able to copy an external drive (64,000 songs) to another external that I can leave at home.. I want to be able to plug in both places without having to carry the external with me.. Is is possible to have one library and 2 externals w

  • Copy Text to Laptop

    Please let me know how I can copy my text messages to my laptop or desktop. I have a few pics on my Blackberry Torch 9800 that I would like to post to my Picasa account.

  • Sendkeys to PS via .js script

    Hello, I want to call a recorded action thru a custom panel button (the action to call is a plugin-function, which I cant access thru the panel configurator) .So I assigned shortcut-keys for this action and these should be send to PS thru a .js scrip

  • Question about C array initialization

    I understand that the statement char string[] = "chars"; initializes string[5] to 0 ('\000'). My question is does the statement char *strings[] = { "string1", "string2", "string3" }; initialize strings[3] to (void *) 0, i.e. NULL? I can't find the an