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

Similar Messages

  • 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.

  • Scenario strategy: conversion script purchase orders

    Hi,
    Can anybody email me an example of an conversion script regarding Purchase orders from an other system into SAP? I'am specially interested how to deal with open purchase orders in the old system, when they could not be closed in the old system.
    Thank you in advance,
    Eric van Zundert : email [email protected]
    Additional info regarding strategies about PR's and source lists are very welcome.

    Hi,
    If you want to upload data from old legacy system to SAP you have to do data migration like with LSMW etc.You can upload the system the open purchase orders in legacy system to SAP.Contact your data migration team for that.Even u can retain the old PO ref.
    Thanks
    suresh

  • Currency Conversion Script

    Hi guys,
    I’m having performance problems with currency conversion script. Suddenly, the script is taking too long to run. I executed the script last night and today, he was still running. In my application i have about 50 currencies, but i’ve tested just with one and only with a few values to conversion. I deleted the scripts, the exchange rate table, and i create them again, refresh the database but the problem continues. If i am in a data form and run the BR to calculate currencies, everything works fine and he does the conversion with no problems.
    Anyone had the same/similar problem? How do you resolved it?
    All sugestions will be appreciated
    Cheers
    Edit: 11.1.2.1
    Edited by: user12218542 on 18/Jul/2012 12:08

    'Quick' is a relative term. Are you sure that nothing has changed between the time of your quick calc and this time? Did you try changing any cache settings? Maybe, defrag the database using 'restructure' or level 0 export + clear data + import.
    Did you check which part of the calculation takes long? You can do this by evaluating the application log to see which fix statement takes the longest and optimize the parts accordingly.
    As for me, I usually create one or 2 custom dimensions for currency depending on whether users will input in local or multiple currencies. Then, with UDA on entity or other dimension, you can copy data from local to 'USD' or other reporting currency. Once data is copied, currency conversion is simple multiply/divide.

  • Conversion Script Name to Code

    Hi team,
    I am trying to convert Name to Code using Model Options - > Naming Conventions -> Conversion Script.
    For example if I have for entity:
    Name : "Person - Contract"
    Code(by Powerdesigner default) : "Person___Contract"
    But I want just one "_", so it would be like:
    Name : "Person - Contract"
    Code : "Person_Contract"
    Can i do it with Conversion Script?
    Thanks

    Hello ,
    the way i did it:
    1. Create an Extension (or use an existing)
    2. Add metaclass column
    3. Add custom check to column
    4. Enable the options:
    [x] execute the check auto
    [x] automatic correction        
    [x] execute automatic correction        by default
    Add a function under TAB AUTOFIX SCRIPT
    Function %Fix%(obj, outmsg)
    ' CleanString - Clean Code/Name String for Column
       Dim NotAllowed, Substitute, Substitute2
       Dim h
       outmsg = obj.name & " geändert zu "
       NotAllowed = Array("NotAllowed:", vbTab, vbCrLf, " ". ".", ":", ",", ";", "+","%","&", "#", "/", "\", "(", ")")
       Substitute = Array("Umlaute und so            :", "Ä", "Ö", "Ü", "ß")
       Substitute2 = Array("Ersatz für Umlaute und so:", "AE", "OE", "UE", "SS")
    '  HERE YOU COULD DO A CHECK FOR YOUR NEEDINGS
       for h = 1 to UBound(NotAllowed)
          obj.name =  Replace(obj.name,NotAllowed(h),"_")
       next
       Str = UCase(Str)
       For h = 1 To UBound(Substitute)
          obj.name = Replace(obj.name, Substitute(h), Substitute2(h))
       Next
       outmsg = outmsg & obj.name
       %Fix% = True
    End Function
    Edit the function under TAB CHECKSCRIPT:
    Function %Check%(obj)
          %Check% = false
    End Function
    hope that helps

  • FrameMaker to InDesign conversion?

    I have FrameMaker 7.2 and InDesign CS3. I have a few book projects in FrameMaker that I would like to convert over to CS3. However, one of them has extensive (hundreds) of cross-references (footnotes, basically), and the other has been indexed. I don't mind losing formatting, since I figure I'll be creating a new format in InDesign anyway, but I do mind losing the cross-references and the indexing.
    Is there a way to import my FrameMaker files into InDesign that will retain cross-references and indexing?
    What I've tried:
    I tried saving a test FrameMaker file as RTF, text, and MIF, but InDesign didn't recognize any of these formats. (Though text and RTF would lose my indexing and cross-references, I was trying to see if InDesign would recognize ANY format.)
    I found a service online that charges rather steeply for converting from FrameMaker to InDesign, but that isn't an option.
    Thanks in advance for any help that is offered.
    regards,
    Marina

    semiwool wrote:
    But that tool didn't work with our test files. At the request of the DTP Tools folks, I ftp'd two of our archives. They acknowledged receiving them, but I haven't heard anything since. I'm guessing that these files are too complex for their filter. I should explain that these files began life as design-y Quark files, which were later converted to FrameMaker. So there are a lot of design elements you might not often find in FrameMaker documents.
    InDesign table styles and table cell styles are very smart and offer more formatting options than FrameMaker, but InDesign doesn't sort tables, and doesn't have the FrameMaker column-width settings like "make current column same width as column x," or "make selected column(s) as wide as its longest text line."
    Here's where I get really confused: ID tables.
    In FrameMaker, the Table Tag contains the information about rules. But when I build rule information into an ID Table Style, nothing happens. I get no rules at all unless I ALSO specify rules in the Cell Style. What am I missing here?
    Also, this business of associating cell styles and paragraph styles seems like an unnecessary pain to me. What am I missing here?
    Also, ID doesn't make a distinction between the title block and heading rows, which is a problem for us because each of these elements is formatted differently in our tables.
    Also, ID doesn't have the "table continuation" variable.
    Whew!  8-)
    There's an InDesign table-sorting script (search Google) somewhere around, but I don't think anyone's yet created scripts for these other features.
    As always, submit format feature requests at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform. The more requests they receive, the better chance it will happen sometime in a future release.
    HTH
    Regards,
    Peter
    The DTP Tools' MIF Filter for InDesign commercial plug-in converts conditional text and cross-references.
    It's not surprising that non-standard FrameMaker methods and techniques don't convert well with a tool designed for standard FrameMaker, so the workarounds to wrangle Quark originals into FrameMaker may be helpful to the DTP Tools folks to work with going forward. It's always OK to drop a note to follow-up on their progress with your files.
    Yes, InDesign turns certain table properties over to cells. Not necessarily better or worse than FrameMaker, just different. One example is that FrameMaker's paragraph format Table Cell margin property is a Table Cell offset property in InDesign. That's consistent with InDesign's text frame offset property;  FrameMaker has no text offset property within a text frame that corresponds to this InDesign property.
    FrameMaker table formats save the paragraph formats in the first row of table cells. When you create a new FM table with a given format, the last-created table's number of header and body rows, and table columns, are the initial suggestions; the first row of cells has the saved paragraph formats, and so do the additional rows.
    True, InDesign tables have no title element. Using the paragraph in which you create the table for the title text probably will do the same thing as your FrameMaker table titles. Search Google for "indesign table continuation variable" without quotes for tips on emulating them.
    You'll get used to the fact that these two products are different. One major difference you'll probably see going forward, is that the familar basic FrameMaker tool set that you've grown used to, isn't going to change markedly, even as its user interface, interactive-media options, outputs and frameworks like XML, DITA, etc, do change; compare this to InDesign's steady growth in technical-publishing features, release-by-release. The more you make use of the feature request form, the more likely you'll see some of your requests come to a future release.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • 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

  • Color conversion script

    Hi
    I require to convert RGB image to Graycale or CMYK through script.
    Regards,
    Vinoth

    Thanks for the reply,
    Yes, this would be done in action also, but the conversion of image are more it might be grayscale or CMYK, If in script i could have a radio button type.
    It  would be easy for me to convert rather than action.

  • Need Customer Conversion Script

    Hi All,
    Now I am working on Customer Conversion. So if Any one have the script please send it me.
    My email; [email protected]

    Hi,
    If you want you can select the currency column, right click and select the currency conversion option. In that you specify the target currency.
    PB

  • Publication Conversion Script

    Hello Everybody!
    I am Patrick and I work for a company called RedactiePartners as a software developer.
    We use DPS to create an Enterprise application for one of our clients.
    The clien doesn't need any big publication at all so most of the time we get a PDF and just import it.
    After doing this a couple of times I went looking for scripts that could do this for me and I came across the post by David Schmidt - http://www.adobe.com/devnet/digitalpublishingsuite/articles/dps-pdf-to-indesign.edu.html
    The script in that form let users create a quick way to convert PDF's to a multi pages DPS publication.
    It worked fine untill the client requested more and more little edits to these simple conversion.
    So I decided to upgrade the script a bit and work from there!
    And here is the result: https://github.com/RPSource/All-to-DPS
    Now it's on Github because most of the code was done by David Schmidt.
    So what are the biggest differences?
    Well the original version just worked and didn't give and option nor feedback.
    So I added a dialog at the start of the script which let's you input a number of options
    One of these options is a template.
    Currently the script supports 2 templates a single pages and a multiple paged
    The multiple paged is basically the David Scmidth version and the Single page creates a .indd file for every single page seperately.
    Also I added the option to choose between more filetypes instead of only PDF (we had a case where the PDF just wouldn't load and had to resort to PNG. But I alwasy recommend using PDF for Quality)
    You can also choose between some devices. Currently this is the support list:
    iPad = 1024x768 (both rotations)
    iPad Retina = 2048x1536 (both rotations)
    Android = 1280x800 (both rotations)
    iPhone = 960x540 (both rotations)
    and last but not least you can give a RGB value for a background color if you want.
    There is a instruction manual on the Github but for further questions please file a issue on Github or ask here.
    Kind Regards,
    Patrick

    Hi Patrick,
    This script is brilliant!
    I am using at the moment for Android devices. One question from a script non-expert, I have changed the script so it doesn't fit to the page size otherwise the pdf's are very stretched but I can't seem to work out how to align the pdf in the centre after I have done this, at the moment it aligns from the top so we have a lot of white space at the bottom of the ID doc. Are you able to help?
    Thanks,
    Charlotte

  • Open Purchase Order Conversion Script (Data Loader)

    Hi All,
    Hope you all are doing well.
    I need a Quick help from anyone of you peole. Does anyone having Data Loader script for Open Purchase Order.
    I need it badly. My client is using 12.1.3 version.
    Please help.
    Regards,
    Aditya

    Hi All,
    Hope you all are doing well.
    I need a Quick help from anyone of you peole. Does anyone having Data Loader script for Open Purchase Order.
    I need it badly. My client is using 12.1.3 version.
    Please help.
    Regards,
    Aditya

  • FrameMaker 8.0 Conversion to PDF

    Missing information in PDF document from FrameMaker 8.0... Issue with both our 8.0 Acrobat Standard and Professional packages dropping various items such as headings, bullets, pictures and other content from FrameMaker 8.0 Have the latest updates as of current date and still have issues. Mainly on documents larger then 50 pages. Sometimes re-running several times eventually will get all the missing information to the document or taking smaller sections of a document. Have tried manual distilling and saving to PDF with same results. Any ideas to correct?

    Two possible issues.
    1. Delete the FNTCACHE.DAT file in your Windows\System32 folder and
    re-boot. It will get re-built at start up.
    2. In the Distiller (AdobePDF) printer instance, try setting the
    Graphic > Print Quality: setting to a value of 600dpi or less (but no
    less than 300dpi). This is found under the printer instance's
    Preferences > Paper/Quality > Advanced Button, as well as under the
    Properties > Advanced > Printing Defaults > Paper/Quality > Advanced
    button. You need to set this in both locations.
    Note: this setting affects the granularity of the placement of
    objects, not their resolution, on the page. The default setting is
    something like 4000dpi, and with larger paper sizes this causes
    overflow or rounding errors.

  • 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].

  • Column Type Conversion Script

    Hi All,
    I would like to be able to perform a Column Datatype conversion on a database. I want to find all tables for a schema that has a CHAR type column and then convert it into VARCHAR2 of the same length and MODIFY existing data with a TRIM function to reclaim space.
    The information necessary about any column in a table is DBA_TAB_COLUMNS and I should be able to loop this till the last table.Any suggestions or feedback will be helpful.
    Thank you,
    JeeKay

    Native Dynamic SQL
    http://www.psoug.org/reference/nds.html
    or
    DBMS_SQL
    http://www.psoug.org/reference/dbms_sql.html
    Either one will do it.
    One of my examples shows synonym creation. With a modification of the DDL it will do what you want.

  • Decimal to binary conversion script

    hi
    i m very happy to all of u on ur response
    i m really happy with this forum
    i need a script to convert the decimal number in to binary
    number
    83---------->1010011
    thx

    here are two handlers I picked up from James Newton. I
    couldn't find them anywhere on his site (
    http://nonlinear.openspark.com)
    so I paste them directly here.
    credits go to James.
    on mMakeRuleMap(anInteger)
    -- INPUT: <anInteger> must be an integer
    -- OUTPUT: Returns a 32-item list of 0s and 1s corresponding
    to the
    -- binary representation of anInteger
    if anInteger < 0 then
    tBinary = mMakeRuleMap(the maxInteger + 1 + anInteger)
    tBinary[1] = 1
    else
    tBinary = []
    tBits = 32
    tBinary[32] = 0
    repeat while anInteger
    tBinary[tBits] = anInteger mod 2
    anInteger = anInteger / 2
    tBits = tBits - 1
    end repeat
    end if
    return tBinary
    end mMakeRuleMap
    on mBinaryToDecimal(aBitList)
    -- INPUT: <aBitList> is a list of 0s and 1s (up to 32
    items)
    -- OUTPUT: a decimal number corresponding to the binary
    number
    -- defined by <aBitList>
    tBitValue = 1
    tDecimal = 0
    i = aBitList.count
    if i = 32 then
    if aBitList[1] = 1 then
    -- The number is negative
    i = 31
    tDecimal = the maxInteger + 1
    end if
    end if
    repeat while i
    if aBitList
    then
    tDecimal = tDecimal + tBitValue
    end if
    tBitValue = tBitValue * 2
    i = i - 1
    end repeat
    return tDecimal
    end mBinaryToDecimal

Maybe you are looking for