Showing a PDF with InteractiveForm and IFrame components

Dear Experts,
For quite some time we were having several issues while showing PDF Files in WebDynpro Java Components because of different versions of Adobe Readers and mainly because of browsers. Finally I have read about the option to show PDFs using IFrame.
byte[] PDFFormContent = bytes;
IWDResource resource = WDResourceFactory.createCachedResource(PDFFormContent, pdffile.getName(),WDWebResourceType.PDF);
Now this is working for me with Google Chrome, Firefox and IE without a problem. But with different pc clients of my colleagues PDF files are forced to download,when the application is called, instead of showing the PDF file in an IFrame.
Which setting is deciding to whether download the PDF or showing it embedded? Is there any way to prevent this grammatically?
Thanks and Regards,
Koray

If you are allowed to, you could check Adobe settings on client side.
Take a look at this:
See also the official Adobe guide Acrobat Help | Display PDF in browser | Acrobat, Reader XI
Hope this helps.
Regards,
Tobias

Similar Messages

  • Pdf (with graphics and text) in the email body

    When I place an pdf (with graphics and text) in the body of my email using Mac Mail my recipient sees them as attachments only. I am trying to find a way of presenting a formatted email with graphics that will appear the same way to all recipients, but a pdf frequently ends up being an attachment instead of staying in the body. The pdf  file doesn’t seem to always show up in the body as created. Is there a better way to accomplish this?

    You have no control over how your email maybe rendered by other email servers and client side software.
    Attachment Tamer may give you a few more options but it does not guaranty the end result.

  • What are the best options for creating a PDF with bookmarks and a hyperlinked TOC?

    What I'm interested in is whether or not there is an alternate process I could follow that would side step Word 2011's inability to export to PDF with bookmarks and hyperlinked TOCs. How do you create PDF documents with bookmarks and hyperlinked TOCs in your documents?
    Some background:
    In Word 2010 and 2013 for Windows (and I'm sure this applies to older versions as well), you can export documents to a PDF file format where the exported file will carry over the bookmarks and hyperlinked table of contents. Specifically, by making specific text headers, will appear in the final PDF file as bookmarks on the side (see image taken from Adobe's website).
    Regarding the table of contents, using Word's built in Table of Contents feature successfully ports the ability to navigate to a specific section by clicking on its chapter in the table of contents to the finished PDF file.
    I've read several forum discussions that say it's not possible to do this from Word 2011, so my current solution is to just finish all documents on a Windows machine (either with parallels or a separate computer). The alternate process flow of creating a word document, exporting it to PDF, then rehyperlinking everything in Acrobat is just too time consuming to consider.

    Hi, beejasaurus
    I found a possible kluge from this discussion here
    https://forums.adobe.com/thread/1008480
    Create the hyperlinks in Word, save the file
    Open that file with Pages, export as PDF.
    The links work from that PDF.
    Note, I did not try this with TOC but it worked with hyperlinks embedded in the Word document

  • Itunes show duplicate, 1 with icloud and 1 without. are they both on hard drive?

    itunes shows duplicates - 2 with icloud and 1 without.
    are they both on hard drive?
    which ones should i delete?

    iTunes Store: Transferring purchases from your iOS device or iPod to a computer
    The should then show in your iTunes library. They are not anywhere else.

  • I lost my ability to view PDFs with update and Lion install. Says "plugin missing", please help?!?!

    I lost my ability to view PDFs with update and Lion install. Says "plugin missing", please help?!?!
    I am trying to finish up a paper for my masters and now I am stuck because the library website won't work without PDF

    Adobe has a knowledgebase article on this.
    http://kb2.adobe.com/cps/905/cpsid_90508.html
    Acrobat family
    Adobe Reader plug-in and Acrobat plug-in are not compatible with the Safari 5.1 browser, which will ship with Mac OS X 10.7 and for 10.6 in July 2011. Adobe Reader and Acrobat will continue to work as standalone applications on Mac OS X 10.7 and 10.6, and will render PDF documents outside of the browser. In addition, Safari 5.1 renders PDF documents natively. However, the Adobe Reader and Acrobat plug-ins will not function as expected in LiveCycle and Acrobat workflows that require either plug-in to render PDF documents in Safari 5.1.
    Recommendation to Customers/Users:
    For Acrobat customers who utilize functionality like forms, digital signatures, portfolios, guides, 3D, extended PDFs and rights management, and who require the Acrobat plug-in to render PDF documents in the Safari browser, Adobe recommends that you continue to use Safari 5.0.x and Mac OS X 10.6. We will provide updates as we continue to investigate this issue.

  • Quick Look PDF with vertical and horizontal pages

    Is there any way to make Quick Look preview a PDF file with vertical and horizontal pages without adding white padding and retaining the aspect ratio?
    Now, if I have a PDF with page 1 vertical and the other pages horizontal QL shows the latter also with the ratio of a vertical page and adds white padding at their top and bottom. You get the inverse output if the first page is horizontally oriented, but the rest are vertical.

    Word renders print jobs that change the orientation as separate print jobs. So, each print job becomes its own PDF.
    You can make an Automator workflow to combine PDFs. I’m not sure how it decides the order it combines them, so you’d have to experiment.
    This is built as an Application where you’d drop all of the PDFs onto the App icon and it will open the combined PDF where you can edit, name, and save.

  • PDF with Portait and Landscape Orientation act differently between pages

    Hi,
    I have issue when I'm trying to have a landscape orientation in a PDF with another portrait page.
    All I want to do is have a small page which indicates instructions on the form because it is a form builder, once the form is created by the user the landscape page gets hidden.
    My issue here is that when I set a masterpage to landscape it makes it different to switch between pages.
    I can't see more than 1 page at a time, just like it can't show a landscape and portait orientation together in the screen.
    I have another form with landscape and portait together and it works fine, but this form doesn't stay normal... There must be something I'm missing...
    It is annoying that I can't have more than one page in the screen, once I hit the bottom or the top of the page it switches automatically to the other page.
    Please help me on this, I'm trying to figure out what is causing this bug..

    Hi,
    I haven't used form builder, but do you still have a viewState, try adding the following line in the docReady event of the form
    event.target.viewState = { pageViewLayoutMode:2 };
    This has the same effect as setting Enable Scrolling on the View ... Page Display menu.
    A value of 1 would give you the single page view.
    Regards
    Bruce

  • How to show a PDF with a JSF jsp.

    Hello,
    I want to show a PDF in a JSF jsp.
    I'm a newbie with this, and don't know where to look for information about that.
    Any example on the web ?
    Thanks in advance

    I think you will need to eventually get it to the HTML <object> tag anyway.
    <OBJECT data="yourPDFhere.pdf" type="????""/>
    and to get the byte[] to the client you may need to make a Servlet to respond to *.pdf requests and feed the correct session 'in memory' pdf out the stream.
    Here is an example from some svg 'in memory' per session I was testing:
    * SessionServlet.java
    * Created on June 3, 2004, 12:09 AM
    package com.hypernex.xml.svg;
    import java.io.*;
    import java.net.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    * @author  Roger I Martin, PhD
    * @version
    public class SessionServlet extends HttpServlet
        /** Initializes the servlet.
        public void init(ServletConfig config) throws ServletException
            super.init(config);
        /** Destroys the servlet.
        public void destroy()
        /** Processes requests for both HTTP <code>GET</code> and <code>POST</code> methods.
         * @param request servlet request
         * @param response servlet response
        protected void processRequest(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException
            ServletContext context=getServletContext();
            java.util.Enumeration e=context.getServlets();
            while(e.hasMoreElements())
                System.out.println("servlets \t"+e.nextElement());
            /*e=context.getAttributeNames();
            while(e.hasMoreElements())
                System.out.println("AttributeNames \t"+e.nextElement());
            e=request.getParameterNames();
            while(e.hasMoreElements())
                System.out.println("ParameterNames \t"+e.nextElement());
            System.out.println("getContextPath "+request.getContextPath());
            System.out.println("getRequestURI"+request.getRequestURI());
            response.setContentType("text/xml+svg");
            PrintWriter out = response.getWriter();
            HttpSession httpSession=request.getSession();
            System.out.println("getQueryString"+httpSession);
            if(httpSession!=null && request.getRequestURI().endsWith("wafermap.svg"))
                /*e=httpSession.getAttributeNames();
                while(e.hasMoreElements())
                    System.out.println("httpSession AttributeNames \t"+e.nextElement());
                SVGProducer svgProducer=(SVGProducer)httpSession.getAttribute("waferMap");
                out.print(svgProducer.getSVGView());
            else if(httpSession!=null && request.getRequestURI().endsWith("hardware.svg"))
                SVGProducer svgProducer=(SVGProducer)httpSession.getAttribute("hardwareBean");
                out.print(svgProducer.getSVGView());
            else if(httpSession!=null && request.getRequestURI().endsWith("geometry.svg"))
                SVGProducer svgProducer=(SVGProducer)httpSession.getAttribute("geometryBean");
                out.print(svgProducer.getSVGView());
            else
                try
                    java.io.BufferedReader br=new java.io.BufferedReader(new java.io.FileReader("./webapps"+request.getRequestURI()));
                    String line=null;
                    while((line=br.readLine())!=null)
                        out.println(line);
                    br.close();
                catch(java.io.IOException ioe)
                    System.out.println("ioe:"+ioe.getMessage());
            out.close();
        /** Handles the HTTP <code>GET</code> method.
         * @param request servlet request
         * @param response servlet response
        protected void doGet(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException
            processRequest(request, response);
        /** Handles the HTTP <code>POST</code> method.
         * @param request servlet request
         * @param response servlet response
        protected void doPost(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException
            processRequest(request, response);
        /** Returns a short description of the servlet.
        public String getServletInfo()
            return "SVG graphics handler";
    }

  • Making a PDF with "Outline" and Bookmarks Using Pages

    Hi, I'm using Pages 1 and I have tried making a PDF with outline breaks but I failed. I thought using paragraph styles for my document would work but when I exported my document to PDF, all I got was a PDF that only has the thumbnails view but not the outline view. Also, when I exported my document that has bookmarks to PDF, all the bookmarks don't work anymore. How can I make a PDF document using Pages with all the bookmarks and the organization just like other PDFs that I encounter? Thanks

    Hello LadyinStilettos,
    welcome to the Pages Discussions. If I remember correct, in Pages 1.x there is no way to export text links to PDF. An outline view creation doesn't exist.
    If you want to have links in PDF (of the TOC, too), then you should upgrade to iWork'06. But outline view doesn't exist here like it doesn't in version 1.x.

  • PDFs with Preview and Safari:

    When I open a web based PDF in Safari and then choose "open in Preview" where is that file that I am now viewing in Preview located? On the web still? downloaded to the hdd? I can't find it in a spotlight search.

    I had a similar probem after updating to the newest Safari -- and I posted that question on the forum this morning.  Like you, I didn't have any adobe plug-ins.  then I read another post that made sense:
    find a pdf document that you know opens in Preview. Do a command-I on that document's icon.  Then you'll see 1/2 way down an item that says "open with Preview" - click on the arrow beside that, then beside it you'll see "use this application to open all documents like this one"  Under that, you'll see "change all" -- and it will change all pdfs to automatically open with Preview instead of Adobe.From then on Safari worked perfectly
    Then I wondered why I didn't have the Adobe plug-in that people were telling me to disable - so I downloaded Adobe Reader again - looked in the library and sure enough there was the plug-in - so I went ahead and disabled the Adobe pdf plug-in (by dumping it in the trash).
    so far so good -- first time that Safari 6.02 has worked for me since I installed it.

  • Problem in IAS Server with generation of PDF with FOP and XML parsing

    Dear co.forumers :
    We are developing an application that generates a pdf document with FOP Apache utilities, and this PDf is stored in a folder of the server. Firts of all, a DDBB data is retrieved using java ( jdbc) middleware classes ( servlets ), and with these data, the pdf is generated using FOP. In these process, he data retrieved from the DDBB is converted in a XML file , and the with the XSL FOP utility, the pdf is generated.
    In the other hand, we have another application that consults data from a java beans, using a JSP, generates a XML with the data of the beans, and with this XML, and with a XSL file generates and html , with the data and fixed text.
    Both applications have been deployed as a separated WebApp in the IAS. Both use Xalan as XML parser amb Xerces is used aswell.
    So, the problem is , after generating a pdf with the firts application, every html generated via JSP-XML-XSL transformation in the second application is shown completelly bad formated. All fixed text are wrongly composed, and the text that should appear in textFields and ComboBoxes is also bad formated. The XML with the data is well generated, so the problem is in the parsing of these XML and the conversion in html through XSL. We have to re-initiate the server and then everything goes well again. If no pdf is launched, no problem occurs with the other application.
    How an a WEB APP pplication can affect to another, installed both in different folders of the IAS ? We tried to change Xalan version and FOP version, but no result.
    Is this a Poltergeist ?? and X file , maybe ?
    Has anyone had the same problem ?
    Pleae, any help will be very wellcomed.

    A PDF document may be generated in the JDeveloper OC4J server.
    http://www.oracle.com/technology/pub/notes/technote_vohra_fop.html

  • How to import pdf with hyperlink and and maintain its hyperlink while exporting it as HTML?

    We can import pdf in indesign either using plaacemultiplefile script or using place submenu  under file menu but both of them import pdf as graphic object and lost its all hyperlink. no doubt when i again export its as pdf than hyperlink are there as it is but when i export it as HTML,IDML or other format than than all hyperlink are lost so is there any way to maintain this if no than is there any way to write some new script utilities which will do the same .one solution i think is first convert pdf into docx and than import it as docx indesign import  it as text frame and maintain all hyperlink but in this process pdf file lost its some formating while converting it into docx .

    I probably should've remembered "rtfm" before writing all that.  It seems to me now that I need to create a Master Page for each of the different layouts, then dynamically select the one I want to use at run-time, maybe with a script event ?  The Master Page creation is a bit messy ... the only way I seem to be able to get multiple Master Pages is to open each Word doc, let Livecycle import it, then copy all the content into a new Master Page in my main document.  That is, there doesn't seem to be a way to import a series of Word docs directly into separate Master pages of a single Livecycle form.  I'll continue with the "read" part of "rtfm" ...

  • Exporting to PDF with Fillable and Savable Fields

    Hi,
    I was wondering if it is at all possible to export from Crystal Reports to a pdf with fields that can be filled in and saved by the user?
    I have read up on Visual CUT and it seems like I can do it from there. The problem with Visual CUT is that it offers way more than what I need. I only need the ability to create a pdf with fields that can be filled in and saved by the user.

    Hi,
    In my experienced it cant, you can export it to pdf but you dont have the ability to make it fillable, unless doing it manually, from the exported pdf, install an Adobe Professional software to have capability to save data's.
    Regards,
    Clint

  • PDF with portrait and landscape pages

    I have a pdf with following composition:
    - first page include a dynamic table where users can click a button to add rows (portrait orientation)
    - second page include static content (portrait orientation)
    - third page include static content (landscape orientation)
    - fourth page include static content (portrait orientation)
    The problem is that when the table grows, the second page takes the landscape orientation,
    the third page takes the portrait orientation...
    It's possible keep the settings defined for that all pages generated from dynamic table takes
    portrait orientation, and the next page (initially the third page) keeps the landscape orientation.
    Thanks in advance.

    Don't works correctly.
    Attached a pdf test.
    https://www.yousendit.com/directDownload?phi_action=app/directDownload&fl=SWhZekZuTkFuSlR2 WnBSYTA4bnVnVE9yVEh2Z0g0R2oxeStBYWNnMnpwZDBFT0FjRlZrSW9acXREaGJNUWRGeC95VVhBWnlVQndJaks5d3 JPb3F4VXprMEhnb2hUbFlaMFlDWmNBPT0&experience=bas
    Thanks!!

  • Making an interactive pdf with animations and a video?

    Hi Everyone,
    I'm working in InDesign CS6 and I've made a interactive pdf with swf animations, exported it to an interactive pdf and everything works great from the little animations to the page curl. Now, I would like to put a video in on one of the pages.
    I've placed it as a .mov and a .mp4, exported as a .swf. It works great in the swf and the html file. It even works great when I export the video page as a interactive pdf by itself.
    BUT, when I export all the pages in my doc (with the animations and the video) as a swf, then RE-import into ID, to export as a interactive pdf... the pdf only gives me a static window. ALL the other animations and page curls work though.
    So there's a disconnect between the video and going from a swf to a interactive pdf.
    Can anyone tell me what step I'm missing or if this just isn't possible yet?!
    Thanks so much!!!

    Without seeing actual file, it´s hard to say what´s going on... but have you chekced that Flash Player in Acrobat finds your video? When you export SWF from InDesign, videos or any other placed rich media files are not embedded into the SWF. InDesign creates a resources folder next to SWF and stores those media assets into that folder. If you don´t have that folder same place with exported SWF, you will have problems.
    If you place your video file into your layout and export as PDF, there shouldn´t be any problems. But if you place your video file into your layout, export as SWF, place that SWF back to InDesign and then export as PDF... then you will lose the connection between resulting PDF and resources InDesign created.
    One way to solve that is to use public URL for placing videos. Thwn you won´t need actual video file stored locally. Downside is that Acrobat/Reader may throw an alert about that.
    Another way is to open your Interactive PDF to Acrobat, select placed SWF and embedd resources folder into PDF manually.

Maybe you are looking for