Oracle BI Publisher Java API Converting Excel(.xls) to PDF

Dear Oracle Team,
I'm suffering from converting Excel(.xls) to PDF file which Excel is having some complex Pie charts and formulas.
I've worked on some APIs but not converting properly, Please suggest me any Java API's in Oracle BI Publisher and provide me some code snippet
Thanks in advance

Hi,
Can any one please reply to my post

Similar Messages

  • BI Publisher Java API not displaying Barcode in PDF Report

    Hi Team,
    I have used BI Publisher java API in my ADF Application to generate PDF reports. It is not displaying barcodes in the PDF Reports. I have included Code 39 ttf file in my java home as well. Please let me know if any other configuration needs to be done.
    I am using jdev version 11.1.2.0.0. Please help me out if anyone knows the solution to this problem.
    Thanks in advance,
    Kavitha

    {forum:id=245} is the BIP forum.

  • Oracle XML Publisher Java API's showing arabic characters as question marks

    Hi All,
    I have created a custom xml publisher report. All the setups in xdo.cfg and the fonts have been installed. When i run the report as concurrent program using the XDODTEXE as the executable this report executes fine displaying the arabic characters in the PDF output.
    I have integrated this xml report to a OAF page where am getting the output of the arabic characters as ???????
    Following is the java code i have used to generate the blob for the xml publisher report.
    pageContext.writeDiagnostics(this,"Inside process Template",4);
    AppsContext appsContext = ((OADBTransactionImpl)pageContext.getRootApplicationModule().getOADBTransaction()).getAppsContext();
    String applicationShortName = dataDefApplication;
    String dataSourceCode = dataDefCode;
    OutputStream os = new ByteArrayOutputStream();
    try {
    DataTemplate dataTemplate = new DataTemplate(transaction.getAppsContext(), dataDefApplication, dataDefCode);
    //Get Parameters
    ArrayList parameters = dataTemplate.getParameters();
    //set Parameter Values as ArrayList of oracle.apps.xdo.dataengine.Parameter
    Iterator it = parameters.iterator();
    while (it.hasNext())
    Parameter p = (Parameter) it.next();
    pageContext.writeDiagnostics(this,"Processing Parameters "+p.getName(),4);
    if (p.getName().equals("P_AUCTION_HEADER_ID"))
    if(AuctionHeaderId != null)
    p.setValue(AuctionHeaderId);
    else
    p.setValue(null);
    dataTemplate.setOutput(os);
    dataTemplate.processData();
    System.out.println(os.toString());
    } catch (SQLException e) {
    System.out.println("SQLException occurred.");
    } catch (XDOException e) {
    System.out.println("XDOException occurred.");
    } catch(Exception e){
    System.out.println("Exception (other) occurred.");
    byte[] xmlb = os.toString().getBytes();
    BlobDomain blob = new BlobDomain(xmlb);
    return blob;
    Kindly let me if i had missed something.
    Thanks
    Anoop

    On a related note, I am seeing a couple of different types of 'incorrect' characters based on different NLS_LANG settings.
    If it is set to AMERICAN_AMERICA.UTF8, I get characters like this:
    رقم الموظ�
    If it is set to ARABIC_UNITED ARAB EMIRATES.AR8MSWIN1256, I get characters like this:
    ÑÞã ÇáãæÙÝ
    Do any of you know what these characters are?
    Thanks for any insight.

  • Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile

    Where can I find "Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile"?
    Thanks a lot for your time.

    Hi, this is referring to the JavaDocs for Java methods/classes supported by ADF Mobile. You can typically right (or ctrl) click on any ADF Mobile specific Java method and select "JavaDoc". You can open up a sample app that contains any Java class - for example the HR sample app, and find any method with name "adfmf*". You should be able to see the Java doc for the ADF Mobile related methods/classes.
    Thanks,
    Joe Huang

  • Where can I find the complete Oracle Business Rules Java API Reference ?

    Does anybody know where to get the complete Oracle Business Rules Java API Reference ?
    The version on http://download-east.oracle.com/docs/cd/B31017_01/web.1013/b28966/toc.htm is incomplete. It is missing the entire "oracle.rules.sdk.ruleset" package.
    Ki

    Kim,
    The oracle.rules.sdk.ruleset package is only for internal operation. The public interface to creating rules is oracle.rules.sdk.editor.ruleset , and this is included in the javadoc.

  • Oracle Transport Management - Java API Help

    Hi,
    Can some one let me know, whether there are any JAVA API / webservices defined for user creation/assigning roles/deleting users . If any , kindly provide the links.
    Regards
    Vicky

    trace your session to see what the problem is.
    alter session set event = '10046 trace name context forever, level 12';
    when completed
    alter session set event = '10046 trace name context off';
    look at the dump/trace file on your Oracle server to see what the problem is.

  • How to query Task via instanceId  as argument in Oracle 11g BPM Java API ?

    hi,
    Is any one successful of getting Task Object  with InstanceId as argument using TaskQueryService or InstanceMangementService ? If So please provide the API.
    I am actually looking to assign a task to participant via JAVA api .
    Thanks

    You will have to query the base tables which are
    OE_ORDER_HEADERS_ALL and
    OE_ORDER_LINES_ALL

  • Error when trying to convert excel files to pdf

    I'm getting the following error when trying to convert .xls and .xlsx files to pdf, using the "Create PDF" option:
    Error message from the primary converter:
    ALC-PDG-010-012-PDFMaker reported an error while printing the document.
    Word, Powerpoint and Text files convert without any issues. Also I'm able to opent the excel files and convert them to pdf using the acrobat option in excel.
    Livecycle Version: 10.0.2, GM
    MS Office Version: 2007
    Any help would be appreciated. Thanks in advance.
    Regards,
    Suhail N.

    It is always difficult when you need to convert multiple xls files to pdf or multiple sheets to pdf. If you have a single file to convert then the best method would be to copy your data to doc file and then convert it into PDF . If you have multiple files to convert then it is really difficult to convert all the files manually. Then the better method would be to use converter tool to convert excel to pdf . By doing this you can convert many files in just few seconds.

  • Converting excel file to PDF using Adobe 9 standard on windows XP

    I have installed office 2010 SP1 on a computer and it already has adobe 9 installed. user never had problem with converting multi sheet excel workbook to PDF using MSoffice 2003.
    Now, when we open excel files in EXCEL 2010 then try to print it to adobe 9, it asks for a filename and we type a name and it convert the first 2 sheet and then it asks again for the other filename and if we enter other name it print other sheets into second file. so basically it splits to 2 PDF files for no reason.
    I tested same file on my laptop with windows 7 and adobe standard 9 and office 2010  and i got same result.
    anybody knows what is the issue?

    Have you updated Acrobat? Have you tried printing to another file format just to see if it is an issue with Acrobat or OFFICE 2010. OFFICE 2010 has forced many folks to upgrade to AA X to obtain compatibility.

  • Java API or Web Service for PDF generator for PostScript?

    Hello Guys,
    We acquired the evaluation version of the LiveCycle PDF generator for PostScript software and are in the process of acquiring information regarding the web-service / java api option but we can't seem to find extensive documentation or sample code.
    The provided documentation gives some information on the different methods that can be used for web service but nothing extensive on how to use them properly in context. The documentation mentions java code samples on the developer ressource but I can't seem to get my hands on anything useful.
    I looked around for quite some time on the developer ressource site but I must say it is not very easy to use. We are buried under a ton of useless information and the search functionality doesn't seem to yield interresting results.
    Are we missing something obvious?
    Regards
    Jeff Michaud

    Hi Jeff, I am in the exact same situation... I've been trying to find a document, just an overall user guide for the tool... nothing.
    Even on the phone no one was able to answer me where that doc was. Does it exist?
    Has anyone found a doc containing the information describing the APIs and on how to use the Web Services? Jeff, did you find something usefull yet?
    Thanks!
    Pierre-Yves

  • Convert Excel document to PDF Form

    I would like to create a form out of an Excel document that i
    have. The problem that i am having is importing the mathmatical
    formulas that i have created in Excel to my PDF form that i am
    tring to create. I am tring to create a Time-Sheet form in Acrobat
    from Excel which is where i have created the document. Thank you
    for any help that you can provide.

    Select all the pages at once in Excel by clicking on the first tab then Ctrl clicking on the last tab.  Then print to the Adobe PDF printer and you will get one document with all pages in it.

  • 请问在哪里可以得到oracle warehouse builder java api

    http://docs.oracle.com/html/B12155_01/index.html
    就是这个里面所说的API,找不到在哪里可以得到,谢谢各位了

    Really nothing? ;) Even very simple example will be helpful to me :)

  • Oracle BI Answers Java API

    Hi everybody!!
    I'm wondering if there's a way to define programaticaly an answers query, filters, etc... , and then perform the query and get the results in a Java aplication.
    Many thanks in advance,
    Jorge.

    Hi John,
    We've got an application with some reports defined and now we would like to start to OBIEE instead of the current solution. As far as I can see now we can't really give any access to the Answers to the user (because it would be too complicated for them to build a query with filters) so we have to prepare the queries and show them ourselves. I use executeXMLQuery() method to get the XML with the results of my XML query. However, I couldn't find any specification of such queries so I'm not sure how I should compose the filters. Can you give me any source of such information?
    Thanks.
    Cheers,
    WhatTheHell

  • Oracle vm agent java api

    need api
    Edited by: [email protected] on Feb 25, 2009 4:46 AM

    Hi John,
    We've got an application with some reports defined and now we would like to start to OBIEE instead of the current solution. As far as I can see now we can't really give any access to the Answers to the user (because it would be too complicated for them to build a query with filters) so we have to prepare the queries and show them ourselves. I use executeXMLQuery() method to get the XML with the results of my XML query. However, I couldn't find any specification of such queries so I'm not sure how I should compose the filters. Can you give me any source of such information?
    Thanks.
    Cheers,
    WhatTheHell

  • Converting excel 2013 to pdf with adobe acrobat 9

    I have tried and failed many times to convert an excel 2013 spreadsheet into  a pdf with adobe acrobat 9.
    Is this a compatibility issue, Acrobat 9 needs upgrade?

    If you have Excel 2013, you don't need Acrobat to convert to PDF.
    In Excel, click File > Save As PDF

Maybe you are looking for

  • Table for purchase order status

    Hello friends, There's a tab STATUS in purchase order (tcoe ME21N). I can't find a table which contains theses statuses. Anybody knows what's the table for purchase orders status ?? Regards, Bahia

  • Problem sharing images using Photoshop Album Starter Edition 3.2

    Just installed this program and can't seem to email an image. It goes through the processes and the email box pops up with the attachment and when I click on send, it saves and closes. Where does it save and close to and why isn't it sent immediately

  • Where can i find and download Siebel 8.1.1 self-servcie Software ?

    i found the download software of siebel in edelivery ,but i can't find the siebel 8.1.1 self-service. pls tell me where i can download 8.1.1 version? Thanks.

  • Lion preferences for accented characters in character picker?

    Hi, I would like to set up my own definitions for accented characters -- so that they would show up in the character picker when I hold the given base key down in Mac OS X Lion. Does anybody know where these lists are saved? All best, Tench

  • How to clean redo log file?

    Hi, guys: I need to migrate data from external tables to normal tables. But the connection is always frozen half the way of executing script. The error message is ORA-00257. it looks redo log file is full. I tried to delete redo log file with RMAN, b