XSL-FO TO RTF Conversion

Hi All,
I have a problem with Purchase Order printing. It is in Oracle Application 11.5.10.2. One seeded XSL-Fo template is already attched with the Standard Purchase Order. I want to Customize this template and want to add it with Standard PO. I dont have idea of XSL-FO. I want to convert this XSL-FO template in to RTF template. So i can make the desired changes and attach it with Standard PO. By Word Template Builder We can do the RTF to XSL-FO conversion. But, What about the reverse? Can we Do this?
Regards
Ravi

Hi Ravi,
There is no way that i am aware of the convert XSL-FO to RTF.
1) If you are looking for changes in the format of the PO document then you and modify the XSL-FO Template itself.
2) If you are looking for including new columns that are not already there then it is a very tough process. See if you can populate these values in the Attribute columns of the PO - Header/Line. These fields are already present in the Data defenition file and can be used in the XSL-FO Template to get the output. This is the best method
Worst comes to worst you will have to change a view to include that column and the data defenition of this template. I have personally not tested this but i believe it is possible.
3) If you really want to create an RTF template then you can create it from scratch and assign this template to the document type. This you can do by switching to a responsibility that has the PO Setup menu and in that follow the navigation
Setup -> Purchasing -> Document Types. Here select the standard PO and change the template to the new one you have created.
Hope this helps you
regards
Vicha

Similar Messages

  • Diff. bet. xsl template and rtf template!

    Hi,
    I need to know the difference between xsl template and rtf template.
    Thank you,
    Regards,
    Vishnu

    Hi,
    My 2 cents:
    You can easily customize a new infoobject created from a template.
    An IO created as a reference to the other IO is not customizable at all. It has no its own properties and master data. It uses the referenced infoobject's properties and master data. It means that you cannot even load master data for this new referenced IO.
    Best regards,
    Eugene

  • Framemaker to RTF conversion script

    Hello,
    I have an requirement for a script to do FM to RTF conversion scripts?
    Can someone provide any references or samples for this.
    Thanks & Regards,
    Shail

    Shail,
    The most robust solution – if FrameMaker’s own RTF export is not sufficient – is Mif2Go from Omni System. Check out
    http://www.omsys.com
    - Michael

  • Anybody can help me for RTF conversion?

    Anybody can help me for RTF conversion for selected text frames only in Indesign by script

    ID has no built-in way to export a story as RTF with style labeling in a column next to the text, similar to what you would see in Story Editor view, but there is a remote possibility that this could be scripted (ask in InDesign Scripting) or perhaps you can make InDesign Tagged Text work for you. Try exporting a few paragraphs to tagged text and see if it would be useful.

  • How to convert xsl-fo to rtf?

    hi all,
    does anyone know of a tool that can convert xsl-fo template to rtf template?
    thanks.
    allen

    Well you can't do it but you can run an xsl-fo stylesheet and create RTF output.
    Then you need to mark up the RTF with XSL code form the XSL-FO.
    Not automated, but I think it saves a lot of work.
    Klaus

  • HTML to RTF conversion

    Hello. I am trying to convert a simple html string and produce a rtf file using the HTMLEditorKit and RTFEditorKit. I have already found some topics which cover the process and their authors warn that the output RTF will not contain images and tables. But what strikes me is that i can't even get new lines and paragraphs in the RTF-file. Here is the example code. The output RTF document contains just a single line of text. Thank you in advance!
    import java.io.*;
    import javax.swing.JEditorPane;
    import javax.swing.JFrame;
    import javax.swing.text.BadLocationException;
    import javax.swing.text.DefaultStyledDocument;
    import javax.swing.text.html.HTMLDocument;
    import javax.swing.text.rtf.RTFEditorKit;
    import javax.swing.text.html.HTMLEditorKit;
    public class MainController {
         private DefaultStyledDocument htmlDoc;
         private HTMLEditorKit htmlKit;
         private RTFEditorKit rtfKit;
         public MainController() {
              htmlDoc = new HTMLDocument();
              htmlKit = new HTMLEditorKit();
              rtfKit = new RTFEditorKit();
         private void convert(String strText) {
              StringReader reader = new StringReader(strText);
              try {
                   htmlKit.read(reader, htmlDoc, 0);
                   FileOutputStream f = new FileOutputStream("rtfdoc.rtf");
                   rtfKit.write(
                        f,
                        htmlDoc,
                        0,
                        htmlDoc.getLength());
                   JEditorPane pane = new JEditorPane("text/html", strText);
                   JFrame frame = new JFrame();
                   frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                   frame.getContentPane().add(pane);
                   frame.setSize(300,300);
                   frame.show();
                   Thread.sleep(5000);
              catch (IOException ie) {
              catch (BadLocationException ble) {
              } catch (InterruptedException e) {
                   e.printStackTrace();
         public static void main(String args[]) {
              MainController conv = new MainController();
              String strRTF =
                        "<html><head><p class=default><span style=\"color: #000000\">Test </span><span style=\"color: #000000\"><b>line</b> </span><span style=\"color: #000000\"><i>1</i> </span></p>" +
                        "<p class=default><span style=\"color: #000000\">Test </span><span style=\"color: #000000\"><b>line</b> </span><span style=\"color: #000000\"><i>2</i> </span></p></head></html>";
              conv.convert(strRTF);
              System.exit(0);
    }

    When you post code, please use [code] and [/code] tags as described in Formatting Help on the message entry page. It makes it much easier to read and prevents accidental markup from array indices like [i].

  • Text to RTF conversion

    Hi All:
    Is there any way to convert a text file into RTF using Java? Any sample code is highly appreciated.
    Thanks in Advance,
    Arivoli

    A somewhat round-about way would be to filter it through a JTextPane via an RTFEditorKit. The code for it in is my Ekit program (along with a lot of other stuff), with source available here:
    http://www.hexidec.com/ekit.php
    Hope this helps.

  • Headers lost in RTF conversion

    Has anyone discovered a workaround in Pages '09 (4.1) for keeping header info when converting to RTF for export to a PC user via email? 
    My current solution is to email the rtf to myself, open it on an old PowerBook with an old version of Word, add the header there, save and email from the old computer. This is clunky, but will work until the PowerBook (pre-Intel chip) dies or the old version of Word is made obsolete by Microsoft. Or until someone on the forum can explain what step I'm missing!
    Thanks--
    Chris

    I can't guess why the header aren't passed for you.
    I don't use neoOffice which is no longer free.
    Yvan KOENIG (VALLAURIS, France) jeudi 29 septembre 2011 18:19:16
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Relative path of XSL in RTF

    Hello,
    I want to use common xsl file in RTF template. I will hardcode the path of the xsl file. Path should be relative path. Can anyone tell me how can I import xsl file into RTF template using relative path. e.g relative path may be BIP web cerver path. Currently I am using <?import: http://xp1111.xxx.co.in:9704/abc.xsl?> but it is not relative path.
    Thanks,
    Amit D.

    Hi Tim,
    I am using BIP 10.1.3.3.2. I am able to access system variable CURRENT_SERVER URL.
    Steps:
    <?param@begin:CURRENT_SERVER_URL?>
    <xsl:value-of select="$ CURRENT_SERVER_URL"/>
    CURRENT_SERVER_URL is getting printed in BI Publisher. Value displayed is http://xx4697.xxx.co.in:9704/xmlpserver.
    Now we are importing xsl into RTF template. File aaa.xsl is stored at [BIP_Installation_Directory\oc4j_bi\j2ee\home\default-web-app]
    We have hardcoded the path for XSL in RTF. The path is <?import: http://xx4697.xxx.co.in:9704/aaa.xsl?>
    As we want to set dynamic path we changed hardcoded xsl path to <?import: {$CURRENT_SERVER_URL}/../aaa.xsl?> but it is not working. Sometimes BIP is taking local path of MyDocuments folder and sometimes Desktop path. If I put that XSL file in MyDocuments folder or Desktop, it is working fine. But ideally it should refer [BIP_Installation_Directory\oc4j_bi\j2ee\home\default-web-app] path.
    Thanks,
    Amit D

  • HTML Email saved as MSG opens as RTF Email when Exchange Cached mode is OFF

    Hello,
    i have the following problem:
    In an Exchange 2013 environment each time i open a HTML email and save it to disk as a MSG file (Unicode or non Unicode) i get a MSG file with an RTF Body. This only happens when Exchange Cached mode is turend OFF. I tested this with Outlook 2010 and Outlook
    2013 with no 3rd Party Addins installed. Any idea?
    Regards
    Thorsten
    Best Regards/Viele Grüße Thorsten

    I've found this information from our internal channel.
    In some case, when you need to convert MIME e-mail with HTML body into .MSG file. For that, HTML must be converted into RTF.
    Outlook Converter provides basic means of such conversion (which can be suitable in most cases), and lets you use any external converter for high-quality HTML-to-RTF conversion. Although Outlook can display .MSG files which have HTML
    body and no RTF body, the problem occurs when you try to forward or reply such e-mail. For this to succeed, the original message must have RTF body as well.
    So, please check whether the message you've dragged onto desktop is MIME message. This might be the root, however, it
    still doesn't explain why it only occurs in specific circumstances (Exchange online mode only).
    Feel free to post back. Thanks.
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]

  • Converting PDF to RTF?

    I have a PDF that I need to put into RTF    Conversion is not working   What can I do??

    Are you using Acrobat or an Adobe online subscription service?
    The subscription services have their own user forums and subscriber support (at the service's site).
    If you are using Acrobat XI use this click path:
    File :: Save As Other :: More Options :: Rich Text Format
    Be well....

  • Xml publisher excel output

    Hi.
    I have the rtf-template for xml-publisher report with excel output.
    There is the table there. I need format the table according appointed requirements (in output excel file). For example, width of the columns of the table must be fixed width. How I can define width of the columns with xsl language in rtf-template?
    [email protected]
    Best regards

    UP
    There is positive progress there.
    For example, I can change height of the heading row of the table by this way:
    <xsl:attribute name = "height" xdofo:ctx="block-container">40mm</xsl:attribute>.
    These xsl tags I put it in the text field of the rtf template between <?split-column-header:GROUP?> and <?VALUE?> tags (There are dinamic columns in the table).
    But <xsl:attribute name = "width" xdofo:ctx="block-container">40mm</xsl:attribute> tags work incorrect, not as I need (Some cells is spanned in the height and division of the text is by the word).
    May be I need some others tags? Or I need different object or property?
    I want to note that xml-publisher's tags <?split-column-width:@width?> and <?split-column-width:width?> are not working in excel output (or I use it incorrect).
    I am really need your help. How I can define exact width of dinamic columns?
    Thanks.

  • Node Doesn't Belong to the Current Document

    Hi,
    We have a strange Production issue with the rtfProcessor API. We are using the XMLP Java API's to produce XSL-FO from RTF files in 5.6.1 (11.5.10CU1). This process has been working sucessfully in a couple of test environments.
    When we convert the rtf template to xsl-fo we receive the following error:
    ORACLE.XML.PARSER.V2.XMLDOMEXCEPTION: NODE DOESN'T BELONG TO THE CURRENT DOCUMENT
    This only occurs when we use last page support in the rtf template and only in Production.
    <?start@last-page-first:body?> <?end body?>
    We believe that the issue is environment specific. As far as we
    can tell 5.6.1 is correctly installed in production. There were no errors in the patch installation log and the metalink note to determine the version reports it is 5.6.1.
    Has anyone come across this error before? Any pointers on what to check?
    Thanks
    Paul

    This was fixed longtime back,
    some issue with xmlparserv2.zip,
    prepend the xmlparser classpath and bounce the port would solve i guess.

  • Checkboxes in PDF output (on AIX)

    All,
    I've been through many of the posts on Checkboxes and many of them seem to concern the same issue (I'm getting the tiny diamond shapes instead of the square boxes we all expect as a 'standard' checkbox), however I have a complicating factor in that our process scheduler (the batch engine for PeopleSoft) runs on AIX.
    I've been into the xdo.cfg file and specified the font and glyphs I want instead of the diamonds, and when I preview the output in Word it looks perfect. Also, when I upload the template and preview it in the PeopleSoft page it looks fine. My issue is how do I get the same result via the process scheduler? The documentation suggests that it reads the same xdo.cfg file for the app server and process scheduler, but why does the app server work and not the process scheduler? I've rebooted both and cleared the caches.
    Also, if I put the font glyph details in the document properties it works, just not if I want to use the xdo.cfg file.
    kind regards
    Duncan

    I am having this exact same problem. From the RTF template I can generate an RTF or PDF output and both have the pie chart. But if I convert the RTF template to XSL-FO, the RTF output has the pie chart but the PDF output does not.
    Did you ever find a solution?

  • Generating reports from PL/SQL

    I'm new to the world of BI Publisher - so far I'm impressed with what I've seen. I've managed to create a report and an RTF template and generate some nice looking PDF's :)
    What I need to do now is to have a nightly job that produces PDF shipment reports using my template for all new shipments generated during the day and I'm having a little difficulty putting it all together.
    I've looked at the BI Publisher API's that allow me to generate an XSL from my RTF template and the using the FO engine merge the XSL and XML data to produce the PDF. Then using the delivery manager API's I can send these reports out via email.
    I'm a little unsure of how to get the XML source - I've played around with the DataEngine API to generate XML from a SQL query so I think that's where I should be heading.
    Does this all sounds right ? Ideally, I want to be able to do all of this from within a scheduled PL/SQL job every night but all the interaction with the BI server seems to be via Java.
    Is there an easy(ish) way to run all of this from within PL/SQL ?
    And should I be going about this by:
    1/ generate XML data using dataengine API
    2/ create an RTF template using word and the xml data generated above
    3/ use the RTF processor to generate an XSL-FO from my RTF template
    (1-3 will only need to be done once)
    4/ Then my nightly job will use the dataengine to generate new shipment XML data
    5/ use FO processor to generate PDF's from each
    6/ use delivery manager API's to email out
    All sounds very cumbersome and intense -is there no easier way ?! :) Also, I'm thinking i should be using the bursting engine to split one query containing all the new shipment data and generate/mail a PDF for each shipment ? Is that necessary if all going to the same email address ?
    Help/guidance/suggestions greatly appreciated !
    Many thanks,
    Brent

    repost .... Has anyone successfully called BIP web services from within the database using Java stored procedures ?
    Still struggling to work out how to generate my reports from PL/SQL ! :((

Maybe you are looking for

  • Issue while cancelling Commercial invoice

    Hi All, I have a requirement from the business to check the excise invoice. if the Excise Invoice Doc (Created using J1IIN) is present and if so should not allow the cancellation of the Commercial Invoice . I think we need to use user exit for the sa

  • Report help

    Hi folks, Its basically a HR ABAP report. i hav a table having 2 fields . family dependant type is the fst field and subtype is another field. suppose 03 ---> signifies dependant type child.         01 ---> spouse         14.... like this we hav othe

  • I am trying to install the new version of iTunes, but I can't remove the old version?

    I have been trying for quite a while to intsall the new version (11) of iTunes onto my computer. But it keeps telling me that it can't remove the old version. Please help.

  • Photos just won't print right

    My Office Jet Pro 7780 just cannot print photos correctly - the color balance is all wrong, edges of objects in the photo are jagged/streaked, and the whole picture is blurry.  There are no lines or patterns in the print itself that would indicate a

  • Cash flow statement implementation - how did you do it? GL or other modules

    I would like to see the various ways you have successfully implemented a cash flow statement in the past. 1) So far, the only one I did involved ABAP reporting using logic to group gl accounts and filtering transactions etc. 2) Also, I've vaguely rea