Cannot generate chart in PDF using BI Publisher

I have a java program to generate chart in PDF using BI publisher. In some platforms the chart cannot be generated. Get the following exception.
[061812_075947838][][ERROR] java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.apps.xdo.template.rtf.img.RTFChartUtil.invokeMethod(Unknown Source)
at oracle.apps.xdo.template.rtf.img.RTFChartUtil.generateChartAsBase64(Unknown Source)
at oracle.apps.xdo.template.rtf.XSLTFunctions.chart_svg(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.xdo.parser.v2.XSLExtFunctions.callStaticMethod(XSLExtFunctions.java:111)
at oracle.xdo.parser.v2.XPathExtFunction.evaluateMethod(XPathExtFunction.java:307)
at oracle.xdo.parser.v2.XPathExtFunction.evaluate(XPathExtFunction.java:226)
at oracle.xdo.parser.v2.XSLValueOf.processAction(XSLValueOf.java:101)
at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
at oracle.xdo.parser.v2.XSLTemplate.processAction(XSLTemplate.java:191)
at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:512)
at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:489)
at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:271)
at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:155)
at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:192)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(Unknown Source)
at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
at com.edocs.common.reporting.batch.BatchEventHandler.generatePDFFile(BatchEventHandler.java:327)
at com.edocs.common.reporting.batch.BatchEventHandler.processBatchRequest(BatchEventHandler.java:252)
at com.edocs.common.reporting.batch.BatchEventHandler.service(BatchEventHandler.java:136)
at com.edocs.common.reporting.tasks.batchprocessor.BatchReportProcessorTask.executeInternal(BatchReportProcessorTask.java:126)
at com.edocs.common.reporting.tasks.batchprocessor.BatchReportProcessorTask.doProcessTask(BatchReportProcessorTask.java:46)
at com.edocs.pwc.tasks.CommonTask.processTask(CommonTask.java:166)
at com.edocs.common.reporting.tasks.batchprocessor.BatchReportProcessorTask_9qwgr6_EOImpl.__WL_invoke(Unknown Source)
at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
at com.edocs.common.reporting.tasks.batchprocessor.BatchReportProcessorTask_9qwgr6_EOImpl.processTask(Unknown Source)
at com.edocs.common.reporting.tasks.batchprocessor.BatchReportProcessorTask_9qwgr6_EOImpl_WLSkel.invoke(Unknown Source)
at weblogic.rmi.internal.activation.ActivatableServerRef.invoke(ActivatableServerRef.java:85)
at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused by: java.lang.NoSuchMethodError: oracle.dss.util.CustomStyle.<init>(Ljava/io/InputStream;)V
at oracle.dss.graph.CommonGraph.setStyleStream(CommonGraph.java:10774)
at oracle.dss.graph.CommonGraph.setStylePath(CommonGraph.java:10743)
at oracle.dss.graph.CommonGraph.setStylePathXML(CommonGraph.java:12138)
at oracle.dss.graph.CommonGraph.setXML(CommonGraph.java:13348)
at oracle.dss.graph.CommonGraph._setXML(CommonGraph.java:15821)
at oracle.dss.graph.CommonGraph.setXML(CommonGraph.java:14751)
at oracle.dss.graph.Graph.setXML(Graph.java:5243)
... 60 more
In office word bi publisher plugin, load the xml, the chart can be generated.
The above exception only occurs in some linux and solaris platforms, but never occurs in windows.
The following plateform throws exception.
Oracle Linux Server release 5.6 + java version "1.6.0_25"
The following plateform doesn't throw exception.
Enterprise Linux Enterprise Linux Server release 5.4 (Carthage) + java version "1.6.0_05"
The strange thing is in those platforms which can throw exception, if the code is not running in EJB, the chart still can be generated.
In other words, if the normal web or standalone app invokes that program; the chart can be generated.
The java code is as below.
     public static void generate(String inputXML, String pdfTempPath, String outputPDF) {
          Reader reader = null;
          try {
               File xmlFile = new File(inputXML);
     reader = new BufferedReader(new InputStreamReader(new FileInputStream(xmlFile), "UTF-8"));               
          ByteArrayOutputStream tmpXSL = new ByteArrayOutputStream();           
          RTFProcessor rtfProcessor = new RTFProcessor(pdfTempPath);
               rtfProcessor.setOutput(tmpXSL);
               rtfProcessor.process();           
          ByteArrayInputStream in = new ByteArrayInputStream(tmpXSL.toByteArray());
          FOProcessor processor = new FOProcessor();
          processor.setData(reader);
          processor.setTemplate(in);
          processor.setOutput(outputPDF);
          processor.setOutputFormat(FOProcessor.FORMAT_PDF);           
          processor.generate();
          catch(Exception e) {
               e.printStackTrace();
          finally {
               try {
                    if(reader!=null) {
                         reader.close();
               } catch (Exception e) {
Can anyone explain why this exception is thrown?
Thanks a lot.

Hello Tux Dueñas,
I think you need to have ACL's setup in Oracle 11g in order to be able to connect to the BI Publisher server. Check the following link on how to setup ACL's in 11g...
http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/afterup.htm#BABFCBJI
Thanks,
Machaan
Edited by: Machaan on Jan 25, 2011 11:49 AM

Similar Messages

  • Cannot convert webpages to pdf using Acrobat X Pro with IE9 and Windows 7, worked fine until a few m

    Cannot convert webpages to pdf using Acrobat X Pro with IE9 and Windows 7, worked fine until a few months and updates ago

    I tried your suggestion, not knowing that the direct pdf printer would also "save as" PDF, but when I try your suggestion and use the Adobe PDF printer that is a direct creation of the PDF from the browser (IE9), instead of the "black out" areas I get when I use the "Convert to" button, I get missing blocks of the resulting PDF, and only get the first 1/4 to 1/3 of the webpage.
    Just to clarify, when I said I print the webpage and then scan, that is a work around I have to do if I need a scanned version of the way a webpage appears on a particular date and time, instead of the one step process I used to be able to do when Adobe Acrobat would actually convert the webpage to a pdf without blackout areas or, if I try your suggestion, blank spots with a partial webpage. But the idea was one I had not thought of and I appreciated the thought.
    Yes, Acrobat was updated, and is updated, and was working fine until a few months ago, Win 7 and Office 32 bit versions, Office 2010

  • Output Charts to PDF using FOP

    Does anybody know is it possible to output ones charts to PDF format using the FOP??

    Hello,
    You could use something like the Report to FOP howto and by posting the SVG source get a PDF. I have never done that but in theory it should work.
    I have taken the source by hand and rendered FOP and that works, the only issue was the styles and class's had to be all put into the custom CSS section of the Chart attributes.
    Carl

  • PDFs using BI publisher and special characters - pound sterling

    I have a table with character strings which include the £ pound sterling sign.
    If I create an xml file from the table using the escape sequence for the pound sign & # 163; and load it into BI publisher, the pdf renders correctly using an rtf template.
    If I include the pound sign in the rtf template itself the pdf renders correctly and if I use a report query in Apex based on the table, and an rtf template then the pdf renders correctly.
    However there is a limit to the number of columns that can be sent to BI via the report query - we have found this to be 119 columns. For more than this we have been using a stored function to return xml data as a clob and use the clob to generate the pdf with the rtf report layout (using get_print_document). This method works fine but the pound sign is not rendered correctly (appears as "?").
    The NLS_LANG is set to english_united kingdom in the database and in BI publisher. The locale in bi publisher is en_GB. BI will create the pdf correctly with the pound sign if using a standard xml file (with escape seq for pound) so I am sure it is not a language issue in BI/Apex.
    Any ampersands in the xml cause the pdf to fail completely and we cannot represent special characters with a sequence containing the ampersand for this reason. I have tried "& # 163;" and "& amp;#163;" and variations and have also tried using CDATA, none of which gives the correct pdf output. I have also tried to switch the encoding to Windows-1252 or ISO-8859-1 in the header of the xml (xml generated by stored procedure so can control this), but this gives incorrect results too.
    We also need to send other special characters to BI via get_print_document and apex (bullet points, ampersands, dashes ) but cannot use the escape sequences because of the ampersand problem.
    Has anyone had any success with this?
    Is there any plan ( for a future version of Apex) to increase the number of columns that can be used in report query using Apex/BI publisher?
    Thanks
    Kathryn

    Hi Kathryn
    I've had exactly the same problem as you've mentioned.
    Firstly, I've also found that I cannot select more than 119 columns from a view using a report query and have opted to the use the stored function to return the xml (same as you).
    After conducting a lot of searching and experimenting i've found that you can use the following escape characters in REPLACE in your stored function:-
    '£' can be replaced with CHR(194)||CHR(163)
    '%' can be replaced with '%25'
    '&' can be replaced with '%26amp;'
    I found the above escape characters from the xml file or by opening the xml file in Wordpad. Therefore I'm sure you'll be able to find the escape characters for the other symbols that you mentioned i.e. bullet points, dashes etc.
    I hope this has helped. Good luck and let me know if you get any developments with the limitation on the number of columns that can be selected from a report query as this would save a lot of trouble (as I'm sure you're aware).
    Thanks
    Natalie

  • How to email Pdfs Using BI PUBLISHER

    Hi ,
    we have a bi publisher report which generates AR Pdf Invoices.
    We have a requirement that when bi publisher generates pdf invoices it should send an email to the customer with the pdf file as attatchment.
    The Customer name will be on the invoice.Now in bursting file we have the code like
    <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- $Header: BURSTING_FILE_XXXX_AR_XXXINVOU1.xml 115.3 2009/01/27 01:11:57 xdouser noship $
    -->
    - <!-- dbdrv: none
    -->
    - <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    - <xapi:request select="/XXXINVOU/LIST_G_INVOICE_HDR/G_INVOICE_HDR">
    - <xapi:delivery>
    <xapi:filesystem output="${CF_PDF_DIR}/${D_PDF_FILE_NAME}" />
    </xapi:delivery>
    - <xapi:document output-type="pdf">
    <xapi:template type="rtf" location="xdo://XXXX_AR.XXXINVOU1.en.US/?getSource=true" filter=".//G_INVOICE_HDRC_ORG_ID = 240 or C_ORG_ID = 330 or C_ORG_ID = 407 or C_ORG_ID = 994 or C_ORG_ID = 1174" />
    <xapi:template type="rtf" location="xdo://XXXX_AR.XXXINVOU1_AUSTRALIA.en.US/?getSource=true" filter=".//G_INVOICE_HDRC_ORG_ID = 592" />
    <xapi:template type="rtf" location="xdo://XXXX_AR.XXXINVOU1_JAPAN.en.US/?getSource=true" filter=".//G_INVOICE_HDRC_ORG_ID = 550" />
    <xapi:template type="rtf" location="xdo://XXXX_AR.XXXINVOU1_SWEDEN.en.US/?getSource=true" filter=".//G_INVOICE_HDRC_ORG_ID = 852 or C_ORG_ID = 1913 or C_ORG_ID = 1973 or C_ORG_ID = 1873" />
    <xapi:template type="rtf" location="xdo://XXXX_AR.XXXINVOU1_GENERIC.en.US/?getSource=true" filter=".//G_INVOICE_HDRC_ORG_ID != 240 and C_ORG_ID != 330 and C_ORG_ID != 407 and C_ORG_ID != 550 and C_ORG_ID != 592 and C_ORG_ID != 994 and C_ORG_ID != 1174 and C_ORG_ID != 852 and C_ORG_ID != 1913 and C_ORG_ID != 1973 and C_ORG_ID != 1873" />
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    could anyone please suggest me what code i should add to this and where should i add.
    Thanks,
    M

    Are you using Oracle's BI Publisher (the full module)? or are you using the BI Publisher that comes as part of PeopleSoft Application?
    The reason I am asking is that we have a similar request were we need to email out our ACH advices from Accounts Payable and I have been told we need to create an application engine program to run the BI Publisher report and then email thru the SendMail() function.
    I am just trying to see if anyone has already done something like this as I cannot find sample app engine coding to run, save and email an ACH pdf file.
    Thanks.
    Jennifer

  • Generate Adobe Interactiveform pdf using Web Dynpro Java API.

    I created pdf form by using standard "InteractiveFormElement" and it is displaying correctly in browser.
    Now there is a requirement to provide url link to the same pdf that is displayed with InteractiveFormElement. To generate pdf, I was doing something the below.
    //Copied  XDP file from the srcconfigurationcomponents<package><file>.xdp
    //to srcmimiescomponents<package><file>.xdp
    try {
         templateUrl = WDURLGenerator.getWebResourceURL(
                                   wdComponentAPI.getDeployableObjectPart(),
                          "CompView_InteractiveForm.xdp");
    } catch (WDURLException e) {               
    IWDPDFDocumentCreationContext pdfContext =
       WDPDFDocumentFactory.getDocumentHandler().getDocumentCreationContext(); 
    pdfContext.setData(
       WDInteractiveFormHelper.getContextDataAsStream(wdContext.nodeDataNode()));
    pdfContext.setTemplate(templateUrl);          
    IWDPDFDocument pdf = null;
    try {
         pdf = pdfContext.execute();               
    } catch (WDPDFDocumentRenderException e) {
                   wdComponentAPI.getMessageManager().reportException(
    "pdfContext.execute() " + e.getLocalizedMessage(), false);
    IWDPDFDocument.execute() is raising exeception "Template used in PDF render
    operation is invalid or cannot be found". template url is indeed correct. I checked by
    assigning to that url to linkToUrl Element and opening the xdp file.
    Please help me to identify the issue. Thank you.

    Hi Ajay,
    Use  getResourcePath instead of getWebResourceURL
    templateUrl = WDURLGenerator.getResourcePath(
                                   wdComponentAPI.getDeployableObjectPart(),
                          "CompView_InteractiveForm.xdp");
    Thanks
    Ram

  • How to Print PDF using BI Publisher or Apache FOP in APEX 4.0.1

    Hi friends.
    I have a problem with APEX and print report in ouput of PDF.
    My configuration is:
    1. Database: Oracle 11gR2 Standart Edition
    2. APEX version: 4.0.1
    3. APEX Listener version: 1.0.2.238.15.24
    4. Oracle WebLogic Server version: 10.1.3.3.0
    5. Oracle BI Publisher version: 10.1.3.4.1
    6. Apache Tomcat version: 6.0
    7. Cocon version: 2
    8. Operating System of Install Weblogic Server, BI Publisher, Apache Tomcat is Windows 2008 Server 32 bits.
    9. Operating System of Install Database is HP-UX 11i
    Ive configured a weblogic Server with BI Publisher and I have also configured the printing properties of the APEX Server with the following settings:
    Tab Report Printing.
    Print Server: Advanced(Rqueries Oracle BI Publisher)
    Print Server Protocol: HTTP
    Print Server Host Address: 174.17.49.106
    Print Server Port: 7001
    Print Server Script: /xmlpserver/convert
    When I want to print the report in a PDF format it returns me the following error:
    ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified.
    Error failed
    I have search for documentation but i cant still print the report.
    I would appreciate a lot if anyone of you guys can help me figure this out

    Hello Tux Dueñas,
    I think you need to have ACL's setup in Oracle 11g in order to be able to connect to the BI Publisher server. Check the following link on how to setup ACL's in 11g...
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/afterup.htm#BABFCBJI
    Thanks,
    Machaan
    Edited by: Machaan on Jan 25, 2011 11:49 AM

  • List devide into deferent spool and generate no of PDFs using single Report

    hi,
    i am writing a program which is generating the ammendment data for each vendor,i am generating a pdf and i need to send it to perticular vendor mail. i am facing problems,
    1.in a single program i need to get the ammedment data for every vendor (LIFNR) respective Material (Material).
    2.pdf should generate for each vendor saparatly and i should send to perticular vendor mail.
    i am facing prob ..in generating a single report for all vendor,and devide those to seperate spools.
    can any one help me out in this??
    Thanks,
    DPK.

    hi Sandra ,
    please can you give some clear picture on this??
    here i am sending my dispaly part..
    loop at it_finaltmp into wa_finaltmp.
         WHERE lifnr = wa_final-lifnr.
    *at new lifnr.
          on change of wa_finaltmp-lifnr.
            write: /1(80) sy-uline.
            write: /1 '|','Supplier Code:',
                           wa_finaltmp-lifnr, 80 '|'.
                   it_final-lifnr, '|',
            write: /1 '|','Supplier Name: ',
                        wa_finaltmp-name1, 80 '|'.
            write: /1(80) sy-uline.
            loop at it_final into wa_final
              where lifnr = wa_finaltmp-lifnr.
              on change of wa_final-matnr.
                write: /1 '|','Material:',
                              wa_final-matnr, 80 '|'.
                write: /1 '|','Dicription: ',
                              wa_final-maktx, 80 '|'.
                write: /1(80) sy-uline.
                write: /1 '|', 2(5) 'Plant',
                          8 '|', 9(10) 'PO No',
                        80 '|'.
                write: /1(80) sy-uline.
                sort  it_finaltmp1 by matnr ebeln. " DESCENDING.
                loop at it_finaltmp1 into wa_finaltmp1
                  where matnr = wa_final-matnr.
                  write: /1 '|', 2(5) wa_finaltmp1-werks,
                             8 '|', 9(10) wa_finaltmp1-ebeln,
                           80 '|'.
                  write: /1(80) sy-uline.
                endloop.
              endon.
              clear wa_finaltmp1.
              clear wa_finaltmp.
            endloop.
          endon.
    and my selection part::
    perform get_lifnr.
      perform display_data.
      perform get_emaildata.
      new-page.
      commit work.
      new-page print off.
    end-of-selection.
      if sy-batch eq 'X'.
        perform get_job_details.
        perform obtain_spool_id.
        perform convert_spool_to_pdf.
        perform process_email.
    please can u give a clear picture wr can i call my spool performence in loop.
    thanks,
    PK.

  • Not getting Euro Symbol in PDF Report using XML Publisher

    Hi,
    We have developed an Oracle Report from Report Builder 6i and also a Template in RTF Format.
    We are using XML Publisher to display our XML Output in PDF Format to Users..
    There is a Field called Comments on Customer Transaction Form, where user can enter any characters and that we are querying in Report and displaying on the PDF Output.
    Currently, the user entered a Euro Character on the comments section and that was not visible to user on PDF Report and replaced by a Question Mark as below:
    "3% price reduction ?89.91, 20% marine"
    When i am Querying to the Database, i am able to see the Euro Symbol, but when i checked the XML generated on the Unix Box for the Report. I found as below:
    "3% price reduction \342\202\25489.91, 20% marine"
    So, the Euro Symbol on the database is replaced by " \342\202\254" in the XML Output and ? in the PDF Outbut.
    Please help ASAP.
    Regards
    Saurabh Jaiswal

    one way
    value set based on view (view - select level id, chr(level) cl connect by level <= 500)
    for example, chr(64) - @
    so in xml you have code of @. sample xml is
    <ROWSET>
      <ROW>64</ROW>
    </ROWSET>in rtf template pick
    <?xdofx:chr(to_number(ROW))?>
    select chr(14844588)  from dual
    €Edited by: AlexAnd on Aug 23, 2011 12:46 AM

  • Error while generating PDF with BI Publisher from APEX

    Hi,
    I am facing a problem which is intermittent.
    I am generating a pdf from APEX which has been developed using BI Publisher.
    I have linked the report to the APEX using report queries/report layouts in shared components.
    The pdf used to open without any problems previously.But currently,I am getting the following error
    "An error exists on this page.Acrobat may not display the page correctly.Please contact the person who created the pdf document to correct the document."
    Once the Bi Publisher Services is restarted,I am able to generate the pdf.Again After sometime the same error pops up.
    Has anybody faced the above error?
    Any solution for the same.
    Kindly reply.
    Thanks and Regards,
    K Tanna

    in the log file,following message was shown
    [050510_021134100][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) is called.
    [050510_021134126][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) done. All inputs are cleared.
    [050510_021134126][oracle.apps.xdo.template.FOProcessor][STATEMENT] End Memory: max=15744MB, total=237MB, free=121MB

  • Print PDF rich text editor using BI Publisher

    Hi !
    I have a CLOB field from database, and I store data using a rich text editor, like a MS Word system, here as you know, I can write words in bold format, use differents kind of colors, etc... and use all formatted text that the editor allow me. I haven't problems once save this data into table and restore again, I can see all this data formatted , and I don't loose any property of this formatted text.
    The problem is when I want print this information in the same way that I can see in the rich text editor. I use BI Publisher for generate a PDF, when I send this field for print a PDF, the PDF that BI publisher generate, print only text, prints all characters including generating that text is formatted, for example, if the field is written in bold print "<b>hello</b>" in the PDF generated by BI Publisher see "< b. > hello < / b>".
    Please which is the way for print the same as is displayed in the rich text editor?
    Thanks in advance.
    Edited by: Almogaver on 07-mar-2011 14:35
    Edited by: Almogaver on 07-mar-2011 14:35
    Edited by: Almogaver on 07-mar-2011 14:36
    Edited by: Almogaver on 07-mar-2011 14:37

    Bump Again. I understand how to remove the HTML tags, thats not a problem. The problem is getting the report to print the data from a Rich Text Field stored in a CLOB or NCLOB as formatted text. Is there a "Master Style Template" or "Master Rich Text Field Subtemplate"?
    Richard

  • How to generate an .xsl , XML data schema when we are using BI publisher

    We are using BI publisher to generate our invoices
    and we are using 3 rd party to print invoices and mail invoice to customers on our invoice template
    We are planning send XML payload to the 3rd party.
    How can we send the 3rd party our xml schema and our style sheet (.xsl file)
    This is question asked at demo at Starbucks

    Print from what? If you aren't licensing ID for the sales staff that sounds like they print from PDF. I don't know anything about Easy Catalog, but I don't think there's any way to edit the PDF using it.
    I think you should ask the folks at Easy Catalog about this, and maybe post the question over in ID scripting. It may be possible to write a script that will automatically update the PDF when the ID file is closed or saved, which I suspect is about as close as you are going to come to what you want. InDesign Scripting

  • Generating a pdf using InDesign CS4

    Hi there
    I am having problems generating a pdf using version CS4 - I have done this hundreds of times but on this occasion after selecting the preset I want, the file begins to generate / export and once the last page is reached - I get the message Adobe InDesign CS4 has stopped working - A problem caused the program to stop working correctly  and so no saved pdf !
    I tried doing the same thing using InDesign CS3 version at home and alas this works!
    I have tried exporting the file to a Interchange file and then attempted to export the file this way but again the same message appears. V frustrating!
    I have used the same exporting / preset for months and never had a problem before.
    Any ideas? The file is quite large in size - around 80mb but not sure this would cause a problem when trying to generate a high res pdf.
    All thoughts / suggestions welcome!
    Thanks

    Sometimes this is caused by insufficient system resources. In such cases exporting in chunks and combining in Acrobat generally will work.
    If that 's not it, it's most ikley an object on a page that is damaged or otherwise non-cooperative. You can isloate the page by trying  to export half at a time, then half of each section that fails. Once you've isolated the page you can do the same withthe objects on the page.

  • Problems with some photos when converting Publisher files to PDF using Acrobat 9

    I tried to make a pdf of a publisher document that has a number of photographs. Two of the photographs appear grey with streaks -looks like some of the colours are not converting properly. The same document works fine with Acrobat 8 but not with version 9. Anybody have this experience?

    Graffit's suggestion did not work for me.
    I work for the Ontario government, and we are still using Office 2003. I am not sure what version of 9 we are using as we get bulk licences to use the program. I only got the program in August 2010. I used the default settings in the program.
    I try to open the publisher document in Adobe. I have also tried opening the publisher document, then converting it to the PDF. Both have two of the photos that don't convert properly. The other photos are fine.
    The two photos in question were given to us by the Communications department. I don't have the originals. The photos were copied from other document. I don't know what the format of the orginal photos were. The person in Communications has not responded to my request yet.

  • Is it possible  to create a PDF report without using BI Publisher?

    Hi,
    I need to create a report in pdf using APEX, but I don't have BI publisher and I am not interested in to buy it . Which is it the best way to solve my problem?
    Thanks
    Edited by: user13486053 on Jan 7, 2011 6:48 AM

    Have your DBA install FOP and then find a good xml style sheet editor. Or have them install jasperreports and then use ireports to format them...
    Thank you,
    Tony Miller
    Webster, TX
    On the road of life...There are 'windshields', and there are 'bugs'
    (splat!)
    "Squeegees Wanted"
    If this question is answered, please mark the thread as closed and assign points where earned..

Maybe you are looking for

  • GP :How to get only those WorkItems for a particular Process Instance ID

    Hi, I have to get only those work items for a particular Process Instance ID. Currently I am able to get all gp workitems of a status, for a user. IGPUserContext userContext = GPContextFactory.getContextManager().createUserContext(epUser1);          

  • Writing order by clause with user parameter

    I have a user parameter where the user is supposed to choose what column they want to sort by. And they can choose between k.personnr and k.personnavn. I am trying to do this with a decode function. Now this would work fine if there was no union betw

  • Can SCREEN BE FIXED IF BROKEN?

    CAN SCREEN BE FIXED? PHONE WORKS BUT CRACKED SCREEN

  • CHANGE  FONT WITH JTEXTPANE

    I am using JTextPane and want the user to be able to highlight text and change font styles. How do I do this? I tried setFont but it does not work. Thanks.. Sarah

  • JMS Adapter question

    Hi, Is it possible to use a different jndi-factory other than teh default WL one: weblogic.jndi.WLInitialContextFactory? also if my jms accepts only client cert ssl authentication, is it possible to setup this in Oracle CEP? I am getting all kinds of