How to display a .PDF on a page?

I have several pieces of information that are currently stored in a .pdf file. How can I get this information to my end users? Ideally, I would like it to display like an image, but a button that would open up the .pdf document would be ok, too. I put the .pdf file in my images drive (where the /i/ points to...and my logo (that is working) is), but I keep getting the 'file not found' error every time I try to reference it from my page. I have tried creating a button that calls a URL, putting in /i/filename.pdf and this doesn't work... suggestions? This has got to be easy, right? I know I could upload it into the database and put a download link on the page, but that isn't exactly what I want to do.
TIA,
Deb

James, I tried your code with my file name, and I didn't get an error message, but it may be hidden. I get a blank frame.
Luis, if I type in the link directly into the address block, I still a file not found error.
I thought that maybe this behavior was because adobe reader wasn't loaded onto the server, but I just installed acrobat reader 8.1. I suppose that I may have to reboot the server, but I can't do that right now.
I double checked my location of the images, and this is the only place that my logo is...and it works, so it must be the correct directory, right?
Thanks for the suggestions.
Where can I find the exact location where my images should be? I am running the Oracle App. Server on a Windows 2003 Server platform.
Message was edited by:
DJMiller

Similar Messages

  • How to display all data on one page in web app

    Hello.
    So I have web app JSF (IceFaces framework) + JBoss all Crystal Report working perfectly. So I have page with Crystal Report tags (e.g.
    <bocrv:reportPageViewer reportSource="#{crystalReport.reportPath}" ...
    in this report I have table with some data (data from DB) and I want to display this data on one page. Unfortunately now this data are moving to the next page and unfortunately I even donu2019t know how switch to the next page (I see only info e.g. 1with 2).
    So how to display this data on one page if its impossible how to torn on pagination.

    So I canu2019t do this, I canu2019t display all data on one page (until Iu2019m using JSF tags)?
    In JSF tags Iu2019m setting only path to file. In my bean Iu2019m using u201CReportClientDocumentu201D object itu2019s easy way to load report file (u201Copenu201D method) and set parameters (u201CgetDataDefController().getParameterFieldController()u201D method) and also connect to data base (u201Clogonu201D method) but I havenu2019t this property u201CsetSeparatePages(boolean)u201D.
    Maybe Iu2019m doing this wrong and there is a simpler way maybe I can use somehow u201CCrystalReportVieweru201D please give my any advice.

  • How to display a pdf document in an ADF Task Flow?

    I have a requirement where I need to display a pdf doc in RHS task flow, upon a linked clicked on LHS task flow. Passing the pdf doc name is what I know already. All I need to know is, how to display the pdf doc in a task flow.
    Remember, I don't want to display this as a "POP-UP".
    Appreciate help on this!
    Edited by: Yousuf Baig on Mar 9, 2013 9:01 PM

    try like this...
    <af:panelSplitter id="ps1" orientation="horizontal"
    <f:facet name="first">
    <f:facet name="second">
    <af:panelHeader
    <af:region....(have a fragment and use fileDownloadActionListener)
    </af:panelHeader>
    </f:facet>
    </af:panelSplitter>

  • How to display a pdf using outlook

    How to display a pdf using outlook

    You would normally right click on the PDF and select to open it with Acrobat. You have to have Acrobat or Reader installed on the machine.

  • How to display a pdf file in jsp

    hi,
    How to display a pdf file in jsp iam having a class which will return fileinputstream of the file object. the pdf file is in server.
    regards
    Arul

    A JSP is a combo of HTML and Java, so you can't really "display" a PDF file in a JSP.
    You can provider a href link to the PDF file in your JSP.
    You can use some utility package to read the contents of the PDF, pull certain things out of it, and display that in your JSP as html
    In a servlet you can set the content type to application/pdf and write the binary data of the PDF back to the browser. Once the browser finishes reading in the data it should open the PDF.

  • How to display query result in seperated page.

    How to display query result in seperated page, if the results are very big (more than 5000 records) and there are so many concurrent users (about 500 - 1000 users).
    Are there any solutions or frameworks?
    Plese help me .........
    thanks,
    --bhasin

    Hi,
    How to display query result in seperated page?I think RowSet will be the better technology to use in this
    situation.For more information on this please visit http://developer.java.sun.com/developer/Books/JDBCTutorial/chapter5.html
    which explains in detail about RowSets.
    Hope this helps.
    Good Luck.
    Gayam.Srinivasa Reddy
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support/

  • How to display flash file in adf pages

    how to display flash file in adf pages need help

    Thanks all,
    It is resolved.
    the code i am using to display a flash is below.
    <f:verbatim>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version
    =10,0,0,0" width="300" height="300" id="11gR1_aniH_grey" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="wmode" value="transparent" />
    <param name="movie" value="mx2004demo.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#4d5c64" />     
    <embed src="../Images/mx2004demo.swf" quality="high" width="300" height="300" name="mx2004demo.swf" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false"
    type="application/x-shockwave-flash" wmode="transparent"
    pluginspage="http://www.adobe.com/go/getflashplayer" />
         </object>
    </f:verbatim>

  • Any suggestions how to display iframe of sharepoint 2013 page in 2010 page?

    Any suggestions how to display iframe of sharepoint 2013 page in 2010 page?
    keren tsur

    SharePoint by default includes the HTML header X-Frame-Options:SAMEORIGIN which only allows content within iFrames from the same page host.
    You can add
    <WebPartPages:AllowFraming runat="server"
    />
    to the SharePoint 2013 page to allow it to be used in an iFrame.
    Paul.
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

  • How to display.xls, pdf, .doc files in UIImageView within a UIScrollView.

    Hi,
    I am new to iPhone programming. I need some help.
    I want to display .xls, pdf, .doc files in UIImageView within a UIScrollView programtically how can i do this. What is the procedure.
    Pls. provide me a sample application.
    If anyone knows pls. respond it would be of great help for me.
    Thanks in Advance,
    Regards,
    Sreelatha.

    Hi Sreelatha. The best example code for your purpose is the Scrolling sample app I referred to previously. The word Scrolling in that post is a link to the download page. I think that code will answer all your questions about how to init a UIImage, then use it to init a UIImageView, and then position the UIImageView frame in a UIScrollView. Two cases are demostrated: 1) Scrolling horizontally through a series of images; 2) Scrolling both H & V over a single image which is several times larger than the window.
    You might also be interested in the PageControl sample app in case you want to add a page control to your scroll view.
    Reading your last post again... I sure hope we've been discussing images (like jpegs?) in this thread. This isn't about reading and rendering the actual xls, pdf and doc files, is it?? Of course the iPhone handles html beautifully, so for example, an html representation of a doc file would play nicely. But in that case you'd want a UIWebView, not a UIImageView.

  • How to open a pdf at specific page from EXCEL hyperlink

    I can open a .pdf from EXCEL using hyperlink. May I ask, if ever possible, how to open a .pdf at a specific page from EXCEL hyperlink ? I don't mean open a pdf then click on a bookmark or enter a page number. (I am using Adobe Reader v9.5.2 and MicrosoftOffice Profession Edition 2003.)

    Hello,
    The parameters that can be used in the URL when opening a PDF document are
    described in the document :
    Open Parameters for PDF
    http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf
    Regards

  • PSE 8: How to create a pdf with several pages?

    I want to deliver DINA4-Sheets (thats bacic European standard size of a sheet of paper for let's say writing an official letter) to print out in a copy-shop. Now the copy-shop-owner says, for him it will be much easier if I hand in my 10-20 pages in one pdf-file with 10-20 pages and not 10-20 single-paged pdf-files, cause then he only needs to do the colour-routines and adjustings once and not many times. Now there is the problem, in Elements 8 there is the option to save a psd as a pdf-file, but I don't know how to add the other files and make a pdf with more pages than just one. May be I need to do that with Scribus, a freeware prog.

    Hello Barbara!
    Your answer just proved extremely helpful. It worked that way. I first created a pse-file in the right document size. Then with copy and paste I imported the first page and flattened it to one layer. Then I chose to create the second pse-page, that shows automatically in the menue then with the pse-file open. Into the second page again with copy and paste I imported the second single sheet and flattened the second page too to one layer and so on. That way it works. Finally I first save in the pse-file and then save the whole thing as pdf.
    Very easy to do. Thanks a lot!

  • How to display ECID in an error page

    Hello everyone,
    I have a very simple servlet-based application that I am deploying to Oracle Fusion Middleware (version 11.1.1.4). I also have an error page directive in my web.xml that displays a user-friendly page (i.e. "call the helpdesk") when my servlet sends HTTP 400/500 responses (which I do intentionally on certain error conditions).
    In order to help in diagnosis of the problems, I'd like to include something in the error page that the user could quote to the help desk to assist them in finding the specific log messages (which my servlet has duly logged) related to the request. The obvious thing to use would be the ECID of the request. However, I cannot, after looking through lots of documentation, figure out how to display the ECID in the error page. As my request is going through WebCache, I've tried turning on the diagnostics from the webcache (which the docs seem to say will cause the information to be included in either the response headers or the HTML body), but this doesn't seem to work.
    I appreciate any pointers, especially pointers to the docs!
    Thanks,
    John

    Looks like another option might be to make an API call like this in your JSP or Java code:
            <%= weblogic.diagnostics.context.DiagnosticContextHelper.getContextId() %>In order for this to work, I had to have a WLDF System Module targeted at the Server AND the Instrumentation checkbox had to be enabled.
    It returns null if you don't have WLDF configured or instrumentation enabled and gives a value like this if you have it enabled:
    7673164398dde610:249290ac:13091aea873:-7fff-000000000000000dFound it here:
    http://download.oracle.com/docs/cd/E21764_01/web.1111/e13714/config_prog_intro.htm#i1072698

  • How to display a pdf file

    hello,
    I want to display a pdf document, but I don't find anything which could really help me...
    I want to parse the pdf file into a jpanel or something like that and then displaying that jpanel.
    has anyone please any idea how I could do that? how do I get the pdf file into the jpanel? examples would be very great...
    bye

    You can visit http://itextdocs.lowagie.com/
    perhaps this web can help you to display pdf file..
    and..I find an example for this...
    see the linked:http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/HelloSystemOut.java
    but I don't know if it is really what that you wanna get...
    best regards.

  • How to display interactive PDF  form in an external window?

    Hi Gurus,
    I have developped an application which involves interactive form . Now I want to display the pdf generated through the interactive form in an external window.
    Please guide me how to goahead.
    Thanks
    Nageswara.

    Hi Francois Gendebien ,
    Thanks for ur reply.
           But I have created Pdf in new window(by using window instance) but That window does not contain minimise and maximise and close button.
    Is there any suggessions to add these Options to created new window pdf form
    I am  strucking over here .
    Please help me out.
    Thanks
    Mandapati

  • How to display Oracle error in web page

    Hi ,
    I am developing an application in Weblogic 10.2 and java . The data is fetched in oracle and i storre it in vector and display the same in the webpage .Whenever an oracle error or exception occurs , i need that ORA message to be displayed on the page , instead i get the error from Weblogic server being displayed on the page .The weblogic exception takes the precedence and it is displayed. Can anyone let me knwo how to display the oracle error instead of these head breaking lines , since it irritates the end users
    <Feb 10, 2009 6:38:31 AM MST> <Error> <HTTP> <BEA-101020> <[ServletContext(id=11
    504434,name=DefaultWebApp,context-path=/DefaultWebApp)] Servlet failed with Exce
    ption
    java.lang.NullPointerException
    at jsp_servlet.__ttt_cust_info._jspService(__ttt_cust_info.java:505)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    (ServletStubImpl.java:1077)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:465)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:348)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:7047)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >

    I'm not convince that the null pointer exception is coming from the database. Rather, whatever you wrote to package the result might be at fault. Regardless, typically, to avoid the web container swallowing an exception is to catch it yourself. Your database call will need to catch the exception and repackage it for the JSP. A bad style would be to use scriptlet and catch the exception, but it could be useful for debugging.

Maybe you are looking for

  • Saving a pdf in photoshop

    When trying to save as a pdf, the dialogue box doesnt show up that gives me pdf options such as save as press quality. Does anybody know how to reset or make it show up because I would really like save them as pdf set to press quality? Thanks in avan

  • Final Reset Steps required

    I have recently replaced all four ink cartridges - genuine HP364 supplied by MySureSupply and took the opportunity to install the latest driver vers. 12.34 and run the head cleaning utility. All worked well but I was surprised the Yellow cartridge tr

  • Addressbook.app disappeared!

    I don't know exactly what happened, but I was inputting information into Address Book a couple days ago. I checked back today to open it up again and it was nowhere to be found in my applications folder. I ran a search for it throughout my computer a

  • General guidelines for reliable exchange of asian language files?

    Our U.S.-based office prints packaging for asian colleagues. Their InDesign, Illustrator, and PDF files contain asian character sets. Often, the supplied fonts and embedded fonts are unfamiliar and unavailable in the U.S.. I'm concerned that font sub

  • Web Dynpro selection variant

    Hi is it possible to save in WebDynpro on the standard selection screen save something like selection variant in selection screens in standard ABAP?