BI Publisher Rich Text formatted output

Dear All,
we are using BIP11g and we want show Rich Text formatted values in PDf output.
this Rich Text formatted data is  stored in oracle database in CLOB data type feild.
Here is how it looks.
{\rtf1\ansi\ansicpg1252\uc0\deff0{\fonttbl
{\f0\fswiss\fcharset0\fprq2 Arial;}
{\f1\froman\fcharset2\fprq2 Symbol;}}
{\colortbl;\red0\green0\blue0;\red255\green255\blue255;\red192\green0\blue0;}
{\stylesheet{\s0\f0\fs24 [Normal];}{\*\cs10\additive Default Paragraph Font;}}
{\*\generator TX_RTF32 9.0.311.500;}
\deftab1134\paperw12240\paperh32767\margl1440\margt1440\margr1440\margb1440\pard\plain\f0\fs20 First name, Last Name [Dec 27 2013 : 03:21:49 PM]\line\line\plain\f0\fs20\b This is a Rich  text \plain\f0\fs20\line\line\plain\f0\fs20\cf3 This is a Rich  text \plain\f0\fs20\line\line\plain\f0\fs20\i This is a Rich  text \plain\f0\fs20\line\line\plain\f0\fs20\ul This is a Rich  text \plain\f0\fs20\line\line\plain\f0\fs36 This is a Rich text \plain\f0\fs20\par\pard\par }
However actually this is a formatted text and looks like something like below
This is a Rich  text
This is a Rich  text
This is a Rich  text
This is a Rich  text
This is a Rich  text
Currently BIP PDF output produce the text as is from the database.
How can i convert or process it to get the correct formatted text like above in output.
Thanks,

Follow the process outlined in this blog post: https://blogs.oracle.com/xmlpublisher/entry/formatting_html_with_templates
With Oracle BI Publisher 11g Release 1 (11.1.1.6) release you have support for HTML formatting in data..
Here is an excerpt from the report designer's guide.
Support for HTML Formatting in Data
You can now convert stored XHTML to XSL-FO to display the HTML formatting from your data in your generated report. The XHTML data must be extracted wrapped in a CDATA section. Specific syntax must also be used in the RTF template to render it.
Thanks,
Bipuser

Similar Messages

  • Forms calling a rich text format (.rtf) file

    Good day!
    Suppose I made up a report from oracle forms then used the options 'generate to file' > XML.
    Uses Microsoft Word 2010 with an add-ins 'Oracle BI Publisher' and make designs in my report then save it to .rtf (Rich Text Format).
    My question is how can I call my reports and display it using oracle forms?

    RTF files must be feeded by XML.
    Your answer is not just that simple. Besides, I've search for it already.
    Maybe my question to you is, is that possible?

  • Changing text size in form field (rich text formatting enabled)

    Hi all,
    I'm hoping someone can help me out here. I've created an interactive PDF with form fields with "Rich Text Formatting" enabled.
    My client has filled in the fields and would like to make the text bigger. When right-click, there are only options to change the text style (bold, italics etc) but nothing to change the text size. I'm not keen on disabling and then re-enabling the "Rich Text Formatting" options as the text have been formatted (bold, italics, superscript, subscript etc) and approved, and this will remove all the existing formatting.
    Can anyone help?
    Acrobat 9.4.6
    Mac 10.6.8
    Cheers,
    Tricia

    Thanks so much!! Really appreciated!
    Strangely enough, I found the Form Field Text Properties dialogue box by randomly choosing "Hyperlink" in the right-click options. Who would have thought!

  • Reading Word attachments (with Rich Text Format) in Mail

    I have difficulty opening "Word email attachments" that contain "Rich Text Format" using my ipod touch under the MAIL function. For normal Word documents, I have no issue at all. Can anyone help here? Thank you.

    RTF contains alot of extra formatting junk that you need to be aware of, depends what you want to do with the files afte reading them in but JAVA has its own RTF parser standard. Be warned its not full proof.....
    import java.io.*;
    import java.util.StringTokenizer;
    import javax.swing.text.rtf.RTFEditorKit;
    import javax.swing.text.Document; 
      try {
          FileInputStream stream = new FileInputStream("C:/Document.rtf");
          RTFEditorKit kit = new RTFEditorKit();
          Document doc = kit.createDefaultDocument();
          kit.read(stream, doc, 0);
          String plainText = doc.getText(0, doc.getLength());
          BufferedReader br = new BufferedReader(new StringReader(plainText));
          String line = br.readLine();
          while (line != null) {
            StringTokenizer tok = new StringTokenizer(line, " ");
            while (tok.hasMoreTokens()) {
              System.out.print(tok.nextToken() + " ");
            System.out.println();
            line = br.readLine();
        } catch (Exception ex) {}

  • How to import xfa(XML Forms Architecture) to indesign without losing rich text format.

    Hello All,
    i created pdf form in livecycle.i am populating this pdf form and submit.when i am submiting form ,i will get the data in xfa(xml forms architecture).now i want to import this xml to indesign.when i importing this xml to indesign,it imported without rich text format.this means in indesign formate is not preserved when importing xfa(xml forms architecture).
    how to import xfa(XML Forms Architecture) to indesign without losing rich text format.
    please help me,its urgent.
    thanks
    Humayoo

    I really have no idea what kind of file that is and how is the structure, but if it´s valid XML, I guess you could use InDesigns Tags to Styles mapping engine to format incoming stuff....

  • How to create reports of rich text format usuing oracle pl/sql - urgent

    I want to generate reports of the format rich text format usuing pl/sql,So can any one help me out on this...

    946903 wrote:
    I want to generate reports of the format rich text format usuing pl/sql,So can any one help me out on this...There is no "urgent" here.
    "Urgent" means one of two things -
    1) people are dying, or
    2) you have a customer-facing, revenue-producing production system that is down.
    (And to get some perspective on the second case, keep the first in mind.)
    For the first, you call whatever civil emergency service seems appropriate.
    For the second, you open an SR with Oracle - which requires a paid-up support contract. For them to consider your problem "urgent", you will need to demonstrate that your problem falls under item #2. I seriously doubt your problem fits that criteria.

  • Default file associations and RTF (rich text format)

    I use pop3 email accounts for work.
    I receive daily emails with .rtf (rich text format) file attachments.
    When I open the emails, the attachments are listed.
    I touch to open and QuickOffice loads to open them.
    According to the QuickOffice website, QuickOffice does not support rtf files.. and it certainly does error on them. Why does QuickOffice open at all? I do not need any of its functions except the one it doesn’t have.
    I have installed at present, this list of file managers.
    Android’s default file manager
    OI File Manager
    Astro file manager
    Cool reader
    All of these applications support rtf files.
    How do I set the file association for rtf files to an application which supports them?
    Thanks for reading.

    I have the same problem any help would be appreciated

  • Using Rich Text Formatting Tools for Email Message Text Box in  Webdynpro.

    Hi All,
    I would like to know whether WebDynpro provides a feature of including the Rich Text Formatting Tools (like Font, FontSize, Spell check .....) inside a Text Box.
    I need to allow the user to format/indent text inside the Email message box, before sending the Email.
    Is ABAP/Java Webdynpro providing us the above feature currently?
    Thanks for your time.
    Regards,
    Madhavi.

    Hi Armin,
    Thanks for your quick reply. Are there any release dates for when NWDS 7.1 be available?
    Thanks,
    Madhavi

  • Can java write greek characters to an RTF (Rich Text Format) File???

    Can java write greek characters to an RTF (Rich Text Format) File???

    As far as I'm aware, java can put text in any font to an RTF file as long as that font is available on your machine.

  • How to Output Rich Text Format.

    Hi everyone, i use a rich text editor called tiny mce in my web application. After i click the submit button the value inside the text area would be saved in my database including the HTML tags e.g. <i>Sample Report edited via Tiny MCE Rich Text Editor<i>. I need to output the text in a webuijsf static text component but the moment i see the output the tags are still there and the text is not in italics format. Does anyone know how to output it in static text with the design in it?

    It is not updated for more than 1 years and it is dropped by Sun and users were recommended to migrate to ICEfaces.
    [http://woodstock.dev.java.net]
    The Woodstock release 4.2 is the last official version of Woodstock that Sun will release. Sun will continue to support its customers that have built on top of Woodstock 4.2. The Project Woodstock code is still available, and community members can still create new features or enhancements. For future development or migration of existing Woodstock projects, Sun is officially endorsing ICEfaces as the replacement technology for Woodstock. Also see [http://www.nabble.com/Woodstock-Migration-Path-to-ICEfaces-td21057513.html], although I would recommend RichFaces above that. It is only that it doesn't have a drag'n'drop palette for Netbeans, so it is not reachable for blind visual developers.

  • Is it possible to have a text field have both auto font resizing and rich text format?

    I am trying to make a field so I can bold or italicize within, but still have the capability to add as much text as I want with the font size getting small so that it all fits in the field.  It seems I can have the auto resize OR the Rich Text, but not both.   Is there a way around this?
    Thank you.

    You can't? Just to give you some context, I work as a graphic designer, I'm creating for the first time an iBook for a client and I have quite a few examples already.
    A couple of vague examples:
    - Imagine a diagonal animation from the bottom left corner to the top right corner of the page. I could do this with keynote or html, for example. Now imagine you want some text floating at the top left and bottom right corner.
    I wont get into details, but the fact the animation is "cutting" through the text is very much relevant to the context.
    - A page with a bold white title, a strong photographic lowkey background and some kind of interaction of top of it.
    - A page with a keynote widget occupying almost the entire area, and a title in text format (that would superpose with they keynote but not with its graphics)
    - etc etc
    These are all impossible scenarios.
    The actual interaction with text/images and interactive elements is nonexistent.
    But I understand now that the interactive bits of the book must be separated from the other content - its context -which is a shame. And I understand it's not a bug, from what you say. The iBA interface shows the book like a PFD export, in a way, as well as the thumbnails at the Table of Contents, were all the text is visible. The actual pages have a different behaviour.
    Thank you very much for the fast feedback. I will use the 'Provide iBooks Author Feedback' menu, as suggested.

  • Mail in Lion cannot save attachments in rich text format

    I used to be able to save attachments in Mail with Snow Leopard if the "Include Attachments" option is selected and the mail is saved in rich text firmat. When I open the saved files using TextEdit, the attachments are included. However, I just discovered it is no longer the case with Lion, even with the "Include Attachments" option being selected. No attachments are saved with the text. Appreciate any enlightening suggestions. Thanks.

    I share your problem........desperate to find a solution!

  • How to store long text in Rich Text Format in custom table

    Hi
    I have a requirement to store long text in the RTF in custom table.. Is this possible..
    I am aware of a way to store them as Standard texts (SO10).. But not sure on if we can store them in tables..
    Plz advise
    Thanks
    Geetha

    Not that familiar with RTF, but you could try and create a field of type (x)string in your table and store the data there.

  • How do I save my documents in Pages as rich text format?

    hi,
    If I am using Pages to write discussions,  How do I send the document as a RTF?
    Can someone please give a step by step process of how to do this?
    I would really appreciate the help!
    Thank you
    Hannah Chalfnat

    File > Export > RTF

  • SMTP error (cannot send) when sending rich text format (RTF) messages

    I HAVE POSTED THIS TOPIC IN THE TIGER > MAIL & ADDRESS BOOK DISCUSSION AREA
    because most of my users are using OS X 10.4.11 & OS X 10.4.10 with Mail 2.1.1 & Mail 2.1
    but this ALSO AFFECTS the two LEOPARD users I have using OS X 10.5.1 with Mail 3.1.
    This is just a notification. Please carry on the discussion "back" there.
    Thanks. Jeff.

    Please see my last post in Mac OS X v10.4 Tiger > Mail and Address Book under same topic heading for solution.

Maybe you are looking for