[JSF] redirect to a PDF or XLS file.

How to make redirection to some new file?
Could you make that example in JSF?
I can't find where i can make a PAGE there...
For example I want to make excel file with help of POI and make an output to the screen. With the help of EventResult I made this on UIX, but not JSF...
Thanks in Advance.

for PDF, try this out...
http://www.apple.com/downloads/dashboard/status/dashclipping.html
allows you to use a URL to display in a window. nice widget. I use it to check a site or two, but i have tested on local PDF files, and it works fine...
eg:
URL = file://localhost/Users/usernamehere/Desktop/example.pdf
Beavis2084

Similar Messages

  • SEARCH: Widget that shows a PDF or XLS File

    Hey,
    I am looking for a widget which can show me a pdf or XLS file (Picture would be a possible work around).
    Best would be to show a small kind of thumbnail and a magnifying class to look up details. So far about the wish list .
    Reason is my weekly time-planner - I use a XLS sheet in adoption of Steven Covey's "7 Habits of highly effiective people" - and in order to be even more effective, I would like to make this visible
    Thanks for the help
    Marcus
    MacBook Mac OS X (10.4.6)

    for PDF, try this out...
    http://www.apple.com/downloads/dashboard/status/dashclipping.html
    allows you to use a URL to display in a window. nice widget. I use it to check a site or two, but i have tested on local PDF files, and it works fine...
    eg:
    URL = file://localhost/Users/usernamehere/Desktop/example.pdf
    Beavis2084

  • Can't download pdf and xls file

    Hi, I want to download an attachment from my gmail .When I clicked to download, it will go to icloud.com and displayed like this."Your file will begin downloading automatically.Don't see it? Try again>
    The attachment contains both pdf and xls files.
    I have tried many times.
    Please help me.

    Hi amusa123,
    I don't get it. So let me try to explain again what you are describing:
    - You open a mail in Gmail (I guess Gmail in the browser, right?)
    - This email has an attachment (a excel sheet, right?)
    - You try to open the file, which immediately starts downloading the file to your Mac (usually the file gets downloaded into the Downloads folder)
    What I don't get, where do you receive a message regarding icloud.com?
    With kind regards,
    David

  • Converting OBIEE Answers / Interactive Dashboards into .pdf or .xls files

    Hi all;
    I’m a freshie here as well as in Business Intelligence industry. Right now, without prior knowledge about this tool, I’m working in OBIEE answer.
    Is it possible for us to convert OBIEE answer report/dashboard into .pdf or .xls files? Other tools like Cognos and Business Object have their own utilities to convert the tool’s reports into those formats. I believe OBIEE also have that essential, but untill now, i couldn’t find it.

    You can download Reports on Dashboard to PDF and HTML from:
    Click Printer Friendly icon placed at bottom left corner and PDF or HTML.
    You can download individual reports on Dashboard:
    Page Options ==> Edit ==> Report Properties ==> Report Links. Check the options you want to see below the report.

  • How to Purge pdf and xls files from $LOG_HOME

    Hi There,
    application: ebs R12(12.1.2)
    db: 11.1.0.7
    OS: linux5(x86-64)
    can any one let me is there any concurrent program through this i can purge lots of pdf and xls files from $LOG_HOME/ora/10.1.2/reports/cache folder.
    Please help me out in this regards,
    Thanks in Advance.
    Regards,
    Mohsin
    Edited by: 920138 on May 12, 2012 4:12 AM

    Please also see:
    Patch 11669923 Post Patch Instructions Would Get Overridden By Autoconfig [ID 1322704.1]
    REP-56093: File : Cached Output For Job 1 is No Longer Valid [ID 1321342.1]
    Rep-57054: In-Process Job Terminated:Finished Successfully But Output Is Voided [ID 1332176.1]
    Thanks,
    Hussein

  • Checking PDF/DOC/XLS files for passwords

    Folks
    Wondering if anyone can shed any light on how to check PDF/DOC/XLS files passwords?
    I'm not trying to crack the password, I'm writing a program where people are uploading files, but I don't want people submitting files that require passwords to open them.
    Tom

    shashi_rajak wrote:
    Open Source PDF Libraries in Java
    http://java-source.net/open-source/pdf-libraries
    use any one of library given in the above page. then try to read the pdf file . if you are able to read then it is not password protected .Or invalid, or too new, or has other featues that those libraries might not support.

  • Convert Pdf To Xls File On Mac

    The problem is the fact that the stories come in PDF format. They all are complicated, with multi table, and normal 60-100 pages in length. You need to change PDF to XLS format to put them within the administration process. Get more info  >>> https://sourceforge.net/projects/pdftoexcelconverter/

    Do you have a question?
    Note that you posted in a forum about the retirement of the Workspaces product.

  • Asha 302 - PDF/Doc/Xls reader issue

    I have downloaded ezreader from store for reading pdf/doc/xls files. After installation of the application i cannot open the file tree. As i select open from the ezreader window it shows c: and e: drives, but selecting any of the drives will return the screen to ezreader home window. Can somebody help on this. Without a file opening option the the mail functionality of Asha302 is of no use.

    I also have this problem, & its a pain. Im pretty well computer illiterate & have used nokia for online use due to their ease in the past but they've really dropped the ball with the Asha 302. I had an E63 last, & had no problem with it. I had a lot of downloaded files saved to the memory card, & when the E63 recently stopped working I got the asha as I was told it was an upgrade (yeah right). I transfered the sim & memory to the asha, & now, not only cant I open pdf files etc online, but I cant access the saved files, including files I recieved attached to emails that are saved to the memory card. I have downloaded the ezereader with the same results others have describe,,, it dont work. Thinking I may have been doing something wrong due to lack of knowledge, I went to the Optus shop where I bought the POS asha302 & asked for them to assist. Well after wasting over an hour & a half while they unsuccessfully tried I was told the best thing to do would be to buy a card reader so I could at least access the files that are on the memory card via computer. Still means I've been ripped off on the phone, doesnt it

  • How do  I add an attachment (xls file in my case) to the pdf

    Hello,
    I need to add a excel file as attachment in the generated PDF form.
    Someone could tell me if this is possible and how to do it?
    Thanks for the help

    Hi,
    I did little research and found that we can attach any attachment to Interactive form.
    1.Get the XLS attachment(You can add File Upload UI Element(Say XLS) to your Application  and Bind  data,filename and mime Type  Properties)   with this , user can choose the XLS file to be attached from Desk top.
    2. In the Interactive UI Element,bind the property "pdfsource" (Say PDF_SOURCE), this will  contains the PDF in xstring format.
    3. Add a button (Say Attach XLS) on the application and add an Action Method.(Say ADD)
    4.in the Action Method(ADD) of the Button, follow the Steps.
        1. Get the File(XLS File) Uploaded,Mimi Type  from File Uploade UI Element(Say lv_xls_data,lv_mimetype,lv_file_name)
         2. get the pdf source( PDF_SOURCE) from Interactive form.(Say lv_pdf_source)
         use the Following Code
    DATA: l_fp           TYPE REF TO if_fp,
            l_pdfobj       TYPE REF TO if_fp_pdf_object,
            l_pdf          TYPE xstring,
            l_att          TYPE xstring,
            l_fpex         TYPE REF TO cx_fp_runtime,
            l_type         TYPE string,
            l_errmsg       TYPE string,
            l_short        TYPE sdba_actid,
            l_ext          TYPE sdba_funct,
            l_filename     TYPE skwf_filnm,
            l_mimetype     TYPE skwf_mime,
            l_attachment   TYPE sfpattachments,
            l_attachments  TYPE tfpattachments,
            l_len          TYPE i,
            l_tab          TYPE tsfixml,
            p_dest         TYPE rfcdest .
      MOVE cl_fp=>get_ads_connection( ) TO p_dest.
      l_mimetype   = lv_mimetype.
    * Get FP reference.
      l_fp = cl_fp=>get_reference( ).
      TRY.
    *     Create PDF Object.
          l_pdfobj = l_fp->create_pdf_object( connection = p_dest ).
    *     Set document.
          l_pdfobj->set_document( pdfdata = lv_pdf_source ).
           l_attachment-FILENAME = lv_file_name."Name of the Attached File.
          l_attachment-mimetype    = lv_mimetype.
          l_attachment-description = 'XLS_Attachment'.   
         l_attachment-data        = lv_xls_data."XLS File to Be attached .
          INSERT l_attachment INTO TABLE l_attachments.
          l_pdfobj->set_attachments( attachments = l_attachments ).
    *     Execute, call ADS.
          l_pdfobj->execute( ).
    *     Get result.
          l_pdfobj->get_document( IMPORTING pdfdata = l_pdf ).
        CATCH cx_fp_runtime_internal INTO l_fpex.           "#EC NO_HANDLER
        CATCH cx_fp_runtime_system INTO l_fpex.             "#EC NO_HANDLER
        CATCH cx_fp_runtime_usage INTO l_fpex.              "#EC NO_HANDLER
      ENDTRY.
    Finally "l_pdf" contains the PDF with Attached XLS and you can send this as PDF Document.
    Thanks.
    Uma

  • Printing a PDF from an imbeded xls file in a blob

    Let me explain
    I am using BI Publisher to print PDF files, it works good.
    The problem is now the user wants the xls file in the blob of that record to also appear in the pdf
    for example
    table test1 has columns name char(8), account char(10), xlsfile blob
    they want to pdf to have
    name
    account
    the xls file
    Is this possible???

    Can someone answer this thread, if you want more explanation, i can provide it.
    Thanks,
    Doug

  • How to view pdf, xls files generated by using JasperExport

    I am using Weblogic Server 8.1 to deploy my project. I have some pdf, xls files that generated by JasperExport. Code: <br>
    Map parameters = new HashMap(); <br>parameters.put("donvi",DVi); String ConnectionURL ="jdbc:oracle:thin:@localhost:1521:qltb"; <br>Class.forName("oracle.jdbc.driver.OracleDriver"); <br>Connection jdbcConnection = DriverManager.getConnection(ConnectionURL,"qltb","qltb12345");<br> jasperReport = JasperCompileManager.compileReport("C:\\baocao.jrxml"); <br>jasperPrint = JasperFillManager.fillReport(jasperReport,parameters,jdbcConnection);<br> //JasperViewer.viewReport(jasperPrint); <br>JasperExportManager.exportReportToPdfFile(jasperPrint, "report.pdf");<br>
    report.pdf is exported to folder <br> C:\bea\user_projects\domains\cems ( cems is name of domain) . <br> But I dont know how to view this file or write relative path of this file For example : in test.jsp page I write Report 1 But it doesnt work.

    Install IronTrack SQL as described in the following link
    http://www.irongrid.com/documentation/irontracksql/install.html#install_oracle9iAS

  • Creating pdfs from different file types (.doc,.xls etc) and merging them into a single pdf with book

    Hi,
    I need to create a pdf from 2 different file formats, for example .doc and .xls file and merge the contents of the two files into a single pdf.Also the final pdf created must contain bookmarks and links. Thanks in advance.
    Priyanka

    You can do this on the desktop using the Acrobat SDK as a custom plugin.
    You can do this on a server with Adobe LiveCycle PDF Generator.

  • Reports in .pdf , .xls files....

    Hi,
    I have a requirement that the reports should be extracted/printed in .pdf and/or .xls files....
    I know that these types of files can be generated via the use of XML Publisher... So , do i have to develop the reports using the XML Publisher only(without the use of report builder).... in order to cover this requirement.....????
    Note: i use EBS 11.5.10.2
    Thank you,
    Sim

    Sim,
    That is correct. However, you can generate PDF reports using Reports Builder in 11i with some restrictions.
    Note: 443778.1 - How To Generate And Print Reports In PDF Format From EBS With The UTF8 Character Set
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=443778.1
    Oracle XML Publisher User's Guide
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115xdoug.zip

  • How convert pdf,xls file format into swf

    Hi friends
                   i am making a tool for wducation site and there i need to convert doc xls and pdf file in swf in runtime and show that in container with cropping and panning functionality.so i do it for doc file format but having no idea how to convert .pdf file format and .xls file format into swf.So please guide me how to do it.
    Thanks And Regards
        Vineet Osho

    QuickTime cannot do this of iteslf: you need to add Flip4Mac:
    http://www.telestream.net/flip4mac-wmv/overview.htm

  • Programmatically save xls file as pdf

    Using Microsoft Report Generation Toolkit to create report.
    Client wants pdf file not xls file.
    Suggestions for programmatically saving xls file as pdf.
    Solved!
    Go to Solution.

    markfranklin,
    Sorry I did make some assumptions there. I had a look at the low-level code for the Print Report VI and can't figure out a way to modify it to do what you want. Like Coq Rouge said, it would require a pdf printer driver for optimal integration. I did however find a third party PDF Toolkit by Simplicity AI which may suit your needs. It was coded for LabVIEW 8.6 and is available for free download from: http://www.simplicityai.co.uk/products_services/products/pdftoolkit/
    I hope this will be of use.
    Regards,
    Imtiaz Chowdhury
    Head of Digital Technologies
    Brand786

Maybe you are looking for