Editable RTF output

we have to generate report in word format, so the user can edit contents of the generated report. Report has lot of formatting needs. To get better idea see this site http://www.buzzle.com/articles/terms-and-conditions-sample.html .. once generated user should able to edit sample solutions with keeping format..
Any suggestions ?

we already made line off. I cant upload sample rtf here right? but see below my sample output.. Each column is surrounded with frame in rtf o/p. Once report is generated, users will edit columns in word.. as this is running document to goods are delivered
Required o/p: without *'s without frames
Special Delivery Requirements: Door to port delivery. IOM is responsible for all customs clearance and onward delivery.
************************ USAID/Miami Warehouse: 10205 NW 108 Avenue, Suite 1, Miami, Florida 33178
Special Marking Requirements: None
Consignee:*************** International Organization for Migration, Haiti IOM-OIM
Edited by: lalket on Aug 30, 2012 12:19 PM

Similar Messages

  • XML Publisher rtf output not consistent with the rtf created

    I am using XML publisher to generate a custom report.
    The approach I folllowed:
    1) AM Class: Write the VO data to XMLNode using vo.writeXML() method
    2) XML Publisher Administrator Responsibility: Create a data template and attach the xml created in step1 as "Preview Data"
    3) XML Publisher Administrator Responsibility: Create a rtf template (contains images and text), attach the data template (step 2) and attach the rtf created.
    4) Controller class: Use TemplateHelper.processTemplate() method, passing the rtf template and the XML data from VO.
    5) Verify the rtf output in application.
    Issues I am having are as follows:
    1) Major issue is page format. I have saved my rtf file with a different page format as below:
         File->Page Setup->Paper->Width:255 pt
                   ->Height:165 pt
         File->Page Setup->Margins->Top: 12 pt
                        ->Bottom: 0.1 pt
                        ->Left: 0.1 pt
                        ->Right: 12 pt
    When I open my document from the application, the margins and page setup rtf output is not retained (as given in teh doc), hence my whole layout is disturbed.
    Thus, I am getting a very weird layout when I open my rtf output from application.      
    How can I retain the page settings?
    2) I added a image, and the size of the image also is not retained as well.
    And if I set the layout wrapping style anything other than "In line with text", the image does not show up in the output.
    Would greatly appreciate if someone can put some light on this.

    RTF & PDF output can't be exact same, we can minimize the difference by eliminating all extra spaces(Ex: from table rows, in between form fields etc.) from RTF while generating RTF output.
    For reference:
    BUG:8662322 - RTF FORMAT DOES NOT SHOWS WITH FIXED HEIGHT OF ROW
    Thanks,
    Sandeep

  • Hyperlink error : on Exporting crystal report to Editable RTF format

    Hi , In my crystal report I have hyperlink which works normally. Now when I export this report to Editable RTF format; the hyperlink gives error "Error! Hyperlink reference not valid. "
    It works for other formats.
    Please help

    This issue was patched for Crystal Reports XI R1
    Hot Fix Name: commonXIwin_chf.zip
    Adapt Number-ADAPT00408450
    Description:
    When exporting a report with email hyperlink to editable RTF format,
    the links do not work.
    New Behavior:
    This is now resolved.
    Here is a link to the hotfix:
    ftp://ftp1.businessobjects.com/outgoing/CHF/commonXIwin_chf.zip
    If you are using XI R2 and are still encountering this, then please check that you have installed the latest service pack (SP3) - and if the issue still occurs, then this may need to be tracked as a bug again.  However my understanding is that this was fixed for R2
    a programmer learning programming from perl is like a chemisty student learning the definition of "exothermic" with dynamite

  • PDF and RTF output differences

    Hi All
    I'm having some issues when previewing labels in PDF and RTF output. I have created a RTF template that outputs labels - 5 address lines per label, 2 X 10 labels per page. Each label is contained in a table and each address line is contained in a table row.
    - When I preview the RTF output long address lines are not being truncated even though I uncheck the wrap option on the table cell properties.
    - When I preview the RTF output I can get 2x10 labels on the page (if no wrapping occurs) but when I preview in PDF I can only get 2x9 labels on the page. I have checked the font size of both the PDF and RTF outputs and they are the same size. It looks like the header and footer is taking up more space on the PDF version compared to the RTF version when I visually inspect the output but I cannot be sure.
    Does anyone have any ideas how to resolve these issues?
    regards
    Brad

    Always its better to use different templates for individual output types as the template designed with perfection for pdf output type dosen't comply with rtf or any other type and vice versa.
    Cheers!
    Vishnu T Ramakrishnan

  • PDF output vs. RTF Output

    I have a few form fields in my template which say only display this line if the data exists. When I output the report as PDF the lines with no data are hidden as I'd expect. When I output as RTF the lines are still there.
    Also, unticking the 'Allow row to break across pages' tickbox in the table properties prevents table rows from splitting between pages in PDF output, but not in RTF output.
    Am I just missing something basic about the difference between what you can do with the two formats? Or do I need to do something else to get the RTF to work as I'd expect.
    Thanks,
    Ben

    I got it
    Thanks.

  • Reports 6.0 Portrait vs Landscape in RTF output

    I am having difficulty with RTF output in Reports 6.0. The print
    preview of a report (with the system parameter orientation =
    PORTRAIT)looks fine when previewing or printing from the
    runtime, however, when I generate to an rtf file and open the
    output in Word the document orientation is landscape and we are
    forced to change the page setup for each report before printing
    from Word. I am using Word 97 on NT 4.0 with service patch 3.0
    and reports 6.0.5.28.0 on an Oracle 7.3.4 database. Can anyone
    offer any suggestions?
    null

    I have this problem with Reports 3.0 too. It seems that it
    has not been solved yet...
    Renee' Villarreal (guest) wrote:
    : I am having difficulty with RTF output in Reports 6.0. The
    print
    : preview of a report (with the system parameter orientation =
    : PORTRAIT)looks fine when previewing or printing from the
    : runtime, however, when I generate to an rtf file and open the
    : output in Word the document orientation is landscape and we are
    : forced to change the page setup for each report before printing
    : from Word. I am using Word 97 on NT 4.0 with service patch 3.0
    : and reports 6.0.5.28.0 on an Oracle 7.3.4 database. Can anyone
    : offer any suggestions?
    null

  • Add page break when exporting a report as an editable RTF with JRC

    Hello,
    When exporting a report as an editable rtf in Crystal Reports Designer we can select the option : "Insert page break after each report page".
    Does the same option exists in the JRC ? I don't want to use the MSWord export format.
    Thanks in advance.

    Yes.  EditableRTFExportFormatOptions has the following method:
    setInsertPageBreaks(boolean bInsertPageBreaks).  Sets whether page breaks are inserted into the exported Rich Text Format (RTF) file that correspond to the page breaks in the report.
    For more information please see the RAS Documentation in the SDK Library.

  • Report6 & Patch3: RTF-Output TRUNCATED

    Hi,
    I'm facing the following problem:
    When generating a RTF-report, the rtf output is truncated
    when viewed in MS Word97.
    The readme.doc (included with the 'patch3' package)
    references that kind of problem as follows:
    Bugs fixed In REPORTS:
    Ver 6_0_5_31_0:
    Rptno Subject
    927749 RTF OUTPUT TRUNCATES ABOUT 4.5 INCH IN WIDTH
    but after installing patch3 (from ftp://oracle-
    ftp.oracle.com/dev_tools/patchsets/dev2k/Win95NT/6.0/patch3)
    the problem still exists.
    A simple report output file looks like this
    (the paperw and paperh attributes do not change when changing
    the width and height attributes in the
    Report Builder Layout Model):
    --- rtf file ---
    {\rtf\ansi
    {\fonttbl{\f1 Courier New}}
    {\colortbl;\red0\green0\blue0;}
    {\info {\creatim \yr1999 \mo\Sep \dy17 \hr14 \min11 \sec47}
    {\author Oracle Reports} {\title r.RTF} }
    \viewkind1
    \paperw5954\paperh8416
    {{\pard \phpg\pvpg\posx0\posy0\absw5000\absh-1\nowrap {This
    file was created by Oracle Reports. Please view this document in
    Page Layout mode.}\par}
    {\pard \pvpg\phpg\posx287\posy1229\absw717 \absh-269 {\f1\fs20
    \cf1 X}\par}
    {\pard \pvpg\phpg\posx287\posy960\absw717 \absh-269 {\f1\fs20
    \cf1 \b Dummy}\par}
    --- rtf file ---
    My configuration:
    =====================
    WIN-NT4.0 (service pack3) (German)
    Report Builder 6.0.5.31.0 (mixed German & English)
    please help!
    thank you
    null

    Which of the three problems mentioned is the
    bug? Or is it all of them?
    #1 - Could you be more specific about the
    margin problem? I haven't had any trouble;
    but then I expect a slight (<1/8") variation.
    #2 - I think this goes with #3. Since the
    Oracle RTF is specifying exact locations of
    each text box, modifying the page would mess
    that up. But that's a guess. Hmm, I think
    I'll try to figure out what in the file is
    disabling page setup.
    Note that MSWord doesn't like borders around
    text boxes - if you save the Oracle RTF from
    Word, it ~doubles the text fields but
    ~quintuples the graphics. For a large file,
    eschew and beware graphics as much as you
    can. (One of my reports was 78MB _before_
    Word got to it, with graphics. With much
    reduced graphics, "only" 19MB.)
    PDF is all very well as long as you don't
    need non-English characters. Our db is
    Unicode, and we want to display Cyrillic.
    I've managed to convince PDF to do that, but
    it wasn't pretty. Oracle RTF doesn't do
    Unicode correctly either, but we added a
    post-processor to correct it. Voila,
    Cyrillic and other non-Latin characters.
    -- Allan Plumb

  • RTF output not consistent with the PDF output

    Hi Experts.
    i would like to know why the code start@last-page works in pdf format but do not works if i generate the report in rtf format.
    Thanks in advance!

    RTF & PDF output can't be exact same, we can minimize the difference by eliminating all extra spaces(Ex: from table rows, in between form fields etc.) from RTF while generating RTF output.
    For reference:
    BUG:8662322 - RTF FORMAT DOES NOT SHOWS WITH FIXED HEIGHT OF ROW
    Thanks,
    Sandeep

  • Nested Tables Repeat Header Row RTF Output Not Working v5.6.2(PDF does)

    All,
    Has anyone used nested tables in heading rows where they are set to repeat nested table header row across page breaks for RTF output ? This seems to work for PDF generation (line breaking enforcement doesn't) but I don't even get RTF Header ROWS indicated in my RTF output document. I have enabled them in my RTF template for the outer table row plus the inner nested table. Is this possible for RTF output or have I not indicated something in my RTF template or grouping clause ??
    Thanks,
    Tom

    All,
    Has anyone used nested tables in heading rows where they are set to repeat nested table header row across page breaks for RTF output ? This seems to work for PDF generation (line breaking enforcement doesn't) but I don't even get RTF Header ROWS indicated in my RTF output document. I have enabled them in my RTF template for the outer table row plus the inner nested table. Is this possible for RTF output or have I not indicated something in my RTF template or grouping clause ??
    Thanks,
    Tom

  • Character disappearing in export to editable rtf

    When exporting a report to "Microsoft Word (97-2003) - Editable (*.rtf)" from the Crystal Viewer in my .net 4.5 project, any time a field contains just an 'I' it gets left out. When I view it in Word, it appears that [tab]I[tab] is merged into a single tab during the export. Any other export type, it seems to work fine, but the frames make editing the exported report a real pain. If I don't want frames, I don't get to keep the letter I. Anyone have any ideas what this is happening, or how I might get around it.
    If you look at the attached image, my problem is on line 33, with a blue box highlighting the actual issue.

    That fixed it. Thanks. Kind of feel dumb as that's the kind of solution I would have suggested to someone else, but didn't think of it myself.

  • RTF text with background colour - formatting lost in editable RTF export

    Hi
    I have designed a report in CR2008 using XSD datasource.
    I have a field which returns a RTF text. The text comes out correctly when I run the report. 
    Scenario:
    1.Background colour (eg Yellow) has been applied to the field
    2.RTF text contains paragraph breaks
    Result
    The background appears for each paragraph and where there a para break, there is white space. In other words, I want the background colour to appear for the entire field. Right now, it appears odd because I have white spaces between each paragraph with the background colour for each paragraph
    Example:
    Text is as below (with RTF coding)
    In a bad mood? Don't worry   according to research, it's good for you.
    An Australian psychology expert who has been studying emotions has found being grumpy makes us think more clearly.
    In contrast to those annoying happy types, miserable people are better at decision making and less gullible, his experiments showed.
    While cheerfulness fosters creativity, gloominess breeds attentiveness and careful thinking, Professor Joe Forgas told Australian Science Magazine.
    My export type is Editable RTF. The background colour is maintained when you choose Word for Windows option or PDF (but this is not what I want to use in the report). Can the background be maintained for Editable RTF? Is there a work around for this problem?
    Thanks

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • Connected Query no RTF output?

    Hi guys...I've just written my 1st Connected Query linking to an RTF report definition. I cannot seem to get any RTF output after the app engine has completed. I have a custom run control that schedules the app engine which has the peoplcode to call and execute the connected query. All I get is an XML file on the Process Monitor View Trace/Log. No RTF output. Help....what am I missing here? Thanks so much for any help!

    i think you have run the code to generate the XML file from your connected query...
    check the following things
    1. Check the Report definition is defined or not for the file that you want generate.
    2. if its defined check the RTF template is present or not.
    3.Check your code in Appengine whether you have mentioned the Report Definition and template name,

  • CanSplitImage Rule causing pagination issues while creating RTF output

    Hi,
    We are facing spacing/pagination issues when we use CanSplitImage rule for RTF output with NoFrames. It splits the section and prints in next page as expected but leaves the remaining page empty/blank and prints the next consecutive sections in the next page(basically the 3rd page).
    Any suggestions on the solution based on your experience will be highly appreciated.
    Thanks!

    Hi,
    We are facing spacing/pagination issues when we use CanSplitImage rule for RTF output with NoFrames. It splits the section and prints in next page as expected but leaves the remaining page empty/blank and prints the next consecutive sections in the next page(basically the 3rd page).
    Any suggestions on the solution based on your experience will be highly appreciated.
    Thanks!

  • XI Page Header conditional suppression not exporting to editable RTF

    I have a report that I don't want the page header to print on the first page (using the report header instead). It works great exporting to everything except editable RTF.
    If i have a suppression condition on the page header, it doesn't print on any of the pages on the rtf. If I have no suppression, it prints on each page (including the first). Is this 'by design'? Is there a work around? Is it slated for a future enhancement? Bug Fix? I can't find any information on this situation. I'm assuming it's similar to the 'Page # of #' problem.
    The customer insists on an editable RTF... as they want to edit it before sending it out to their customers!
    If anyone has any ideas, knowledge, workarounds... I'd love to hear about it! Thanks!
    Belinda

    Here is a workaround that I just tried and it works:
    1. Create a "FakeGroup" formula:
    WhileReadingRecords;
    2. Insert Croup by "FakeGroup" formula
    3. Move it to the top grouping level
    4. Go to Options in Group Expert and click Repeat Group Header On Each Page
    5. Go to Section Expert and conditionally suppress Group Header 1 (onfirstrecord)
    6. Move all content of your Page Header to Group Header1 
    7. Suppress Page Header

Maybe you are looking for

  • Migration problem from 3.2 to 3.5

    hi, I had some problem with migration of an existing application from weblogic personalization server 3.2 to weblogic personalization server 3.5.I am not able to migrate the ruleset from 3.2 to 3.5.I have followed all the instructions in the migratio

  • My Yahoo like Dynamic web page content creation

    Are there any methodologies/best practices available for creation of pages like My Yahoo. Basically, display of page depends on sections chosen by the user for display and inside those sections content is also what is chosen by the user. Page is diff

  • I can't purchase music. It sticks on downloading why??

    How do I fix this?? At one point it said iTunes Store doesn't work in this country. I live in the U.S.lol

  • Purchasing Apps problem, please help!!

    Hey, I just have a quick question. I got a new iphone4 yesterday, switched over from a blackberry and am trying to figure this out. Anyways, I haven't synced it to the itunes in my computer or anything yet, but when I went to the app store on my ipho

  • WSE Dashboard keeps Crashing - Looks to be related to HealthReportProvider.exe

    I have a 2012 WSE server that has been running fine for a couple years. Out of the blue, the Dashboard started crashing.  It gets part way up (opens the Dashboard screen), then shutsdown in about 5 seconds.  I checked the event viewer and it gets 4 e