Viewing contents of a document

I receive completed forms in pdf format but sometimes the "completed" boxes are blank and the contents are only shown when I click on the box - how can I get Adobe Reader XI to show the entire content of the form?

This is a bug in the application that was used to fill in the form, Apple's Preview.
You should instruct the users to use Adobe Reader instead.
To fix the broken forms use this script: http://blog.practicalpdf.com/2013/08/introducing-the-practicalpdf-fix-form-utility/

Similar Messages

  • Problems viewing contents of archived document in archive link

    Good day guys,
    I used the function module ARCHIV_CONNECTION_INSERT to archive a pdf document and I can see that it has been archived in ArchiveLink via T-Code OAAD.
    However, I am unable to view the contents of the file when I click on the link. Can anyone help me on this issue?
    Thanks,
    Bryon

    DATA: l_file_arc     LIKE SAPB-SAPPFAD,
          l_arc_doc_id   LIKE SAPB-SAPADOKID,
          l_sap_obj_id   LIKE sapb-sapobjid,
          l_sap_obj_type LIKE toaom-sap_object,
          l_doc_type     LIKE TOADD-DOC_TYPE,
          l_arc_id       LIKE TOAAR-ARCHIV_ID.
    CHECK sy-mandt = '120'.
    BREAK TZZBLUOX.
    *l_file_arc = '/tmp/file.pdf'.   "Change the file path here
    l_file_arc = 'c:\file.pdf'.
    l_doc_type = 'PDF'.
    l_arc_id   = 'ZT'.
    store the uploaded file on the IXOS-archive:
    CALL FUNCTION 'ARCHIVOBJECT_CREATE_FILE'
      EXPORTING
        ARCHIV_ID                = l_arc_id
        DOCUMENT_TYPE            = l_doc_type
        PATH                     = l_file_arc
      IMPORTING
        ARCHIV_DOC_ID            = l_arc_doc_id
      EXCEPTIONS
        ERROR_ARCHIV             = 1
        ERROR_COMMUNICATIONTABLE = 2
        ERROR_UPLOAD             = 3
        ERROR_KERNEL             = 4
        OTHERS                   = 5.
    If sy-subrc = 0.
      BREAK TZZBLUOX.
      l_sap_obj_id   = '000000000013'.    "Contact log number
      l_sap_obj_type = 'BCONTACT'.
    link the archived document to the business object ‘BCONTACT':
      CALL FUNCTION 'ARCHIV_CONNECTION_INSERT'
        EXPORTING
          ARCHIV_ID                   = l_arc_id
          ARC_DOC_ID                  = l_arc_doc_id
        AR_DATE                     = ' '
          AR_OBJECT                   = 'ZSTDLTR'
        DEL_DATE                    = ' '
        MANDANT                     = ' '
          OBJECT_ID                   = l_sap_obj_id
          SAP_OBJECT                  = l_sap_obj_type
          DOC_TYPE                    = l_doc_type
        BARCODE                     = ' '
        EXCEPTIONS
          ERROR_CONNECTIONTABLE       = 1
          OTHERS                      = 2.
      BREAK TZZBLUOX.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Else.
      BREAK TZZBLUOX.
    EndIf.

  • I am trying to use a interactive form and it says "If this message is not eventually replaced by the proper contents of the document, your PDF  viewer may not be able to display this type of document."  This is a IRS form and has worked before.

    I am trying to use a interactive form and it says "see below"  This is a IRS form and has worked before.
    is there a tech support phone number?
    Please wait...
    If this message is not eventually replaced by the proper contents of the document, your PDF
    viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by
    visiting http://www.adobe.com/go/reader_download.
    For more assistance with Adobe Reader visit http://www.adobe.com/go/acrreader.
    Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark
    of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries

    That means you are looking at the form online with a browser that uses its own (incompatible) PDF viewer, not the Adobe Reader plugin.
    Either
    download the form to your local disk and fill it from there
    use a browser that employs the Adobe Reader plugin
    configure your browser to use the Adobe Reader plugin: http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • Hi, on the link below, I need to open the "demande de visa de resident temporaire" but once I click on it it gives me the following message: " To view the full contents of this document, you need a later version of the PDF viewer. You can upgrade  to the

    hi, on the link below, I need to open the "demande de visa de resident temporaire" but once I click on it it gives me the following message: " To view the full contents of this document, you need a later version of the PDF viewer. You can upgrade  to the latest version of Adobe Reader from www.adobe.com/products/acrobat/readstep2.html  For further support, go to www.adobe.com/support/products/acrreader.html".
    the link is: http://www.cic.gc.ca/francais/information/demandes/visa.asp?countrySelect=RO#applications
    can someone please help me? I've tried installing everything as per the indication in the message but I still get that error message.

    update your adobe reader here, http://get.adobe.com/reader/
    untick unwanted tag-along ware.

  • "To view the full contents of this document..."

    Hi All,
    I am working on a PDF parser and while parsing PDF file I am able to parse the document catalog & cross reference table but when it comes to content I get a message
    "To view the full contents of this document, you need a later version of the PDF viewer. You can upgrade to the latest version of Adobe Reader from www.adobe.com/products/acrobat/readstep2.html
    as the content of the file I am unable to understand why it happens. I have checked the same with Sumatra PDF and it is also showing the same result. Could anyone can help me out in parsing the correct content of the PDF?
    Please see the sample PDF @ following link:
    https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BzErSc5prXZhNDg2OWI1OWU tZDg3ZS00ZDJhLThmMTgtN2YyNzBjZGZlZWVj&hl=en
    You can also download the PDF by File -> Download Original
    Thanks,
    Pankaj

    Hi lrosenth,
    Yes your are right the PDF has XFA information and I am able to get all of the XFA information but I got suck in it. When I was trying to get the XFA information I got in an indirect object which is as follows:
    52 0
    <</XFA [
    (preamble) 7 0 R
    (config) 8 0 R
    (template) 9 0 R
    (PDFSecurity) 10 0 R
    (localeSet) 11 0 R
    (xmpmeta) 12 0 R
    (xfdf) 13 0 R
    (postamble) 14 0 R
    /Fields []
    /DA (/Helv 0 Tf 0 g )
    /DR
    <</Font << /TimesNewRomanPS-BoldMT 21 0 R
    /Arial-BoldMT 22 0 R
    /Arial-BoldItalicMT 23 0 R
    /AdobePiStd 24 0 R
    /TimesNewRomanPSMT 25 0 R
    /Helv 26 0 R
    /MyriadPro-Regular 27 0 R>>>>
    /NeedAppearances false
    /SigFlags 2>>
    Here you can see there are no fields so, could you please suggest me what should be done in this case when you do not have field references then how could to parse rest of the file?
    Thanks,
    Pankaj

  • To view the full contents of this document, you need a later version of the PDF viewer

    I Have upgraded to the latest version available in the App Store so why am I still getting this message when I try to open up PDFs?
    To view the full contents of this document, you need a later version of the PDF viewer. You can upgrade to the latest version of Adobe Reader from www.adobe.com/products/acrobat/readstep2.html For further support, go to www.adobe.com/support/products/acrreader.html

    Hi,
    It sounds like you have a special type of form called a "dynamic XFA form".
    Currently, Adobe Reader mobile products (Reader for iOS, Android, Windows Phone) do not support dynamic XFA forms that are authored with Adobe LiveCycle Designer.
    The message is displayed when a dynamic content is not supported by a PDF viewer.  As far as I know, no PDF viewers on iOS support dynamic XFA forms.
    Please use the desktop version of Adobe Reader on a Windows or Mac computer to view and fill out XFA forms.
    Sorry for the inconvenience.

  • Cannot view the content of XML document.

    Hi experts,
    i have saved edit form (SAP Demo News) in document folder (KM Content > document). To view the content, I click the XML document then the content is display as design in ShowForm.
    My problem is i save the edit form (SAP Demo News) in my own folder (KM Content > MyFolder), then when I click the XML document the content is NOT display as design in ShowForm. But its display as XML coding.
    How to make the content of XML document NOT view as XML coding?
    Thanks and regards
    faeza

    Hi faeza ,
    by default XML Forms can only be used in the repositories documents and userhome.
    If you want to use XML-Forms in your own repository like "MyFolder" than the behaviour is like you have described.
    So you have to adjust the KM settings for using XML-Forms as well in the repository "MyFolder".
    Goto
    System Administration ->
    System Configuration ->
    Knowledge Management ->
    Content Management ->
    Configuration
    -> Content Management
    ->  Repository Filters
    -> XML Forms Repository Filter
    Choose the XML Forms Repository Filter entry "xmlforms_filter" and choose Edit.
    Add as "Repositories:" your repository "MyFolder".
    Save it and restart the whole portal.
    Best regards
    Frank

  • How to display the contents of a document set on a page?

    I want to display the contents of a document set (that contains both folders and files) on a page (with the same structure as they are in the document set like folders and files). How to achieve this?
    I tried content search webpart but it is of no use as it displays the flat list instead I need folders and files as they are present in the document set
    I tried document set contents webpart but as it doesn't accept any connection, it is not of much use.
    I will be glad if you have any pointers for me in this regard.
    Regards
    Kesava

    Hi Kesava,
    According to your description, you might want to display the content in a document set with its hierarchy.
    How about using
    Page Viewer Web Part to display the page of the corresponding document set? This would be a non-code solution I would recommend.
    More information about Page Viewer Web Part:
    https://support.office.com/en-nz/article/Page-Viewer-Web-Part-e364436c-0ec4-4819-acac-1982b3525531
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Patrick Liang
    TechNet Community Support

  • Why can't I import the u3d file as a view onto my pdf document?

    After searching the web I finally found the instructions on how to import a 3d view onto a PDF document using Acrobat 7 Pro.
    I created the .u3d file and clicked on the TOOLS menu, then ADVANCE EDITING and then 3D Tool. I highlighted an area where I want the 3d view to be and the ADD 3D content window shows up. I then brouse to select my .U3D file and click the OK button. But nothing happens, why? Maybe I need to install more options? Does anyone know?

    garymewis wrote:
    .. I have created a 17 min copy of a short film I made and imported it onto the hard drive of my iMac. It's a seemingly straightforward MP4- Video file ..
    iso-conform mpeg4 ? or, perhaps a mp4 container with e.g. DivX encodings...?
    with what app did you create this file?
    which audio + video codecs are in use in this 'MP4' ?
    iM09 is no 'all purpose' editor, supports a very small range of codecs, and is meant for camcorder imports..
    download the free converter tool *Mpeg Streamclip* www.squared5.com
    convert your file to 'mpg4' , or AppleIntermediate, or h264, or motion jpeg..
    ahh, and Welcome, garymewis, to the  iMovie boards ...

  • How to view images in TextEdit documents on Lion, created under an earlier OS

    I have a lot of TextEdit documents with pasted pictures ("Pasted Graphic.pict") from my times on Tiger and a PPC Mac. However when viewing these documents on Lion the pictures won't appear. I can very well open "Package Contents" of the .rtfd files and navigate to the .pict files and view them in iPhoto but not in Preview, let alone in TextEdit on Lion.
    I am moving all my data from Tiger to Lion and need to be able to view the content of my documents on the new platform. Is there a trick -- a converter perhaps? I have searched online and it seems that .pict is deprecated? Please help.
    Thanks in advance,
    -martin

    Good idea, changing the files to PDF. Unfortunately I can only do that on the old system. I apologize - my question should have been "How to convert TextEdit documents with pictures to use them in TextEdit on Lion" -- I mean I can edit the text and delete the images on Lion but without seeing the pictures I am missing the context of the document's information.
    I cannot believe that I'm the only guy here with this problem. Did I paste images into TextEdit in a weird way so that I have problems now? TextEdit is THE text editor on the Mac and it seems strange to me that I cannot easily move it's data from one platform to another.
    I skipped Leopard and SnowLeopard - perhaps that's why I'm out of luck now

  • Problem "Link to a document" content type within document set - Bug?

    Hello,
    I'm having an issue with the "Link to a document" content type in one of my document libraries. The issue is when you create a link to a document inside a document set:
    The result is that the users get redirected to the wrong URL (../docsethomepage.aspx instead of ../docsethomepage.aspx?ID=.......), and instead of seeing the actual document set they started from, with the new link (or any document that is already in the
    document set) the users see a default view of a generic document set - not the one they started from:
    Any suggestions on how to fix this? One library has this faults and one does not. Our SharePoint server is up-to-date.

    Hi,
    I reproduced the issue in different versions of SharePoint, it works in SharePoint Server 2013, and the issue occured to Office 365. I then tried enabling “Launch forms in a dialog”, it worked.
    I will forward the issue to our internal feedback channel. And since the issue occurs to Office 365, please create service request with online engineer for root cause.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Running 10.6.8. Trying to open and view contents of a CD (of an MRI) and getting message 'This program cannot be run in DOS mode' Is there a way? Thanks for the help.

    Running 10.6.8. Trying to open and view contents of a CD (of an MRI) and getting message 'This program cannot be run in DOS mode' Is there a way? Thanks for the help.

    Go to the support site for the provider of the MRI software.
    Sounds like it windows/PC. I have ran across that for the CDs that veterinarians provide for digital x-rays.
    I would try on a PC or on yuur Mac with Windows via BootCamp or a virtual machine like VirtualBox

  • CDESK: How to get a customized content in the document list tab

    I try to get a specific list of document info records (DIR's) in the document list tab of the CDESK - similar to the document search result.
    I use the Addin-BADI and the ~PROCESS_NEW_FUNCTIONS/~ADD_NEW_FUNCTIONS methods to start a costumer specific selection of DIR's.
    For instance I want to select all documents with contain the digits 99.
    Then I want to show the selection result as the content of the document list tab to proceed with further steps like ckeck-out and so on.
    I followed an example which I found in this forum, see thread "CDESK: Start userdefined search program and recieve DIRs".
    My coding is:
    method if_ex_cdesk_tbm_addin~process_new_functions.
        when 'ZFCODE_ARBVOR'.
          data lt_draw type table of draw.
          select * from draw into table lt_draw
            where dokar = 'TKD'
              and doknr = '99'.
          sort lt_draw stable by dokar doknr doktl dokvr ascending.
          delete adjacent duplicates from lt_draw comparing dokar doknr doktl dokvr.
          PERFORM refresh_sap_list IN PROGRAM saplcdesk TABLES lt_draw USING 'X'.
    But nothing happens with the document list when executing this customer function.
    I assume it is not possible to update the document list out of a BADI in that way.
    Does anyone has some hints?
    Kind regards,
    Matthias Fischer

    Hi Khaled,
    There is an standard RFC RFC_READ_TABLE which can read any table in R/3. But the data returned will be unformatted hence you need to parse it. This FM has few limitations aswell.
    RFC_READ_TABLE is an RFC that allows users to read a table remotely. This is important particularly to Java developers using JCO to communicate with an ABAP back-end. Unfortunately, RFC_READ_TABLE has size limitations; it also incorrectly reads binary data. Also no authorization checking takes place.
    Also refer the link below
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/portal-content/simplified queries of sap tables from java
    hope this helps..
    Regards
    Anand
    Message was edited by: Anand Torgal

  • My iMac is authorised to play iTunes content, but my Apple TV keeps asking for me to authorise. I am unable to view content from my iTunes Library. How can I convince my Apple TV that I am authorised?

    My iMac is authorised to play iTunes content, but my Apple TV keeps asking for me to authorise and I am unable to view content from my iTunes Library. How can I convince my Apple TV that I am authorised?

    I am not exactly sure what you mean by "authorised", but I am experiencing a similar problem...or the same, in that Apple TV keeps telling me to enable home sharing in my MacBook Pro. It does not seem to recognize that home sharing is already enabled on my Laptop.
    Is home sharing and "authorised" one in the same? It used to work just fine before these recent Apple TV updates.
    Apple TV, Mac OS X (10.7.2)

  • Cannot view content grabber in Illustrator CC

    Hi all,
    I'm very new to Illustrator and finding the learning curve to be quite steep. Two questions - First, is there a kind of "getting started guide" with a brief explanation of the very basics and all features? The little random tutorials they show upon opening the program are helpful, but totally random and I can't find a list of contents even, to go through. I find I'm looking things up one thing at a time, issue by issue. That can't be the best way to learn the basics for a home user.. can it?
    Major question right now as I'm using it.. I'm finding that I often cannot see the content grabber on images that I open (from iPhoto, for example) in Illustrator CC. I'd like to see that brown frame to quickly crop the image but the content grabber never shows up so I can't do that. The only "solution" I've seen is to go to View>Extras>View content grabber. But in this version, there is no "extras" in my view menu.
    I feel like this is so incredibly basic but I'm learning as I go and totally lacking in resources here.
    Thanks in advance.

    You can try the tutorials listed here:
    Illustrator CC tutorials | Learn how to use Illustrator CC

Maybe you are looking for