How to include formating options present in "FormatTextEdit" UI element in Smartform

Hi All,
I need your help in below requirement
We need to use FormatTextEdit UI element in our WDA, so that text entered in UI element along with formatting options needs to be printed in PDF form through smartform.
We are using Smartform to get PDF not adobe form. So we are facing issue in converting HTML tags which we get as a result of "FormatTextEdit" UI element in smartform.
In PDF ( which is generated using Smartform inside our component), HTML tags are getting printing like
We tried using "cl_wd_formatted_text", but could not find solution in integrating those HTML tags inside our smartform.
Is there is any FM or Utility to convert HTML tags to smartform or any other approach to fulfil our requirement?
Please help.
Thank you
Sangeetha

Hi,
You can convert smart form or RTF text to HTML tags but not the other way. There is no such provision.  You can check the class CL_WD_FORMATTED_TEXT which has method to convert smartform/sap script to /formatted text . May be you can check that and try to do the reverse way.
But SAP doesn't have any such provision to convert HTML to other formats.
Hope this helps,
Regards,
Kiran

Similar Messages

  • Any one know how to use "custom" option present under the data access tab in XLS file format of Data Services

    Hi Experts,
            Any one know how to use or what is the purpose of "custom" option present under the data access tab in Excel workbook file format of Data Services
    Thanks in Advance,
    Rajesh.

    Rajesh, what is the Custom Protocol you are trying to use? It should be  something like PSFTP, etc.,
    Cheers
    Ganesh Sampath

  • How to include zoom option for images and video in adobe captivate5?

    I am developing an elearning software with captivate 5 which has images and video.
    I want to include an option to be able to zoom the images and video if clicked on the particular area.
    It should zoom any part of the image when clicked on it during run time and go back to original size when clicked again.
    How can I do this?

    1. I try with two images: The thumbnail y the Big Image Zoom image Detail.
    2. I Use Dinamic Images
    3. check this tip

  • How to include the option for people to download adobe reader in an email campaign?

    We need to attach some terms & conditions as a PDF in our mails (sending to a few thousand people), but would like to include an option to download adobe reader to read the PDF if they haven't already got one.
    Is this a simple 'link to download page' or is there a widget/code or something that already exists for this? Just to make it quick & simple for email readers
    Many thanks in advance!
    Kathleen

    Icons and web logo guidelines | Adobe

  • How to include HTML file in JSP using HTML elements or Javascript?

    Hi,
    I have around 15000 static html files one for each item which we display each upon invoking an item.The HTML file should be part of a JSP file.
    Please note that the name of the HTML file is determined dynamically
    Placing all the HTML files within the web application does not give us good performance so i would like to put all of them in the webserver.
    I am not able to include the file in the JSP using the jsp:include attribute if i place the HTML files in the webserver ,
    in order to do that i think should use either HTML element or javascript to include the HTML in the JSP.is there any alternative to <Jsp:include>
    Does anyone have an idea how to include the HTML file and take advan tage of webserver?
    Any ideas are appreciated

    What you need to do is simply read the HTML file from the disk and dump it out to the outputstream. It really is that simple.
    There's no reason you need to include all 15000 files in the actual WAR, you can place those files any place handy that is easy for the application to see (in another directory, or accessible from a file server if you have multiple front ends).
    Then, just write a utiility function that takes the output stream (i.e. the 'out' JSP variable), and the file name, read the file, and write it to the stream.
    If you start noticing performance issues, then you can try doing some caching, but truth is your OS should be doing that for you.
    But, truth be told that's the only practical way to do it.
    Another solution would be to use JavaScriipt and XMLHttpRequest (i.e "AJAX") to load the file at the client side, and simply replace a tag with the results.
    That's also pretty trivial to write, any web site talking about AJAX should give you hint there.
    Of course, that won't work for folks who have JavaScript turned off, or some other incompatible browser, whereas the server side solution obviously works everywhere.

  • How to include commandline options in Batch File

    Hi i have following code for batch file now i want to include one more optionas -savemndl
    command is
    loader.bat -savemndl (savedmndl file) (inputmndl file) (output Logfile)
    @echo off
    set JAVAOPTS= -Xms20m -Xmx500m %JAVAOPT%
    set FILE=
    set OPTIONS=
    :loop
      if "%1" == ""             goto break
      if "%1" == "-v"           goto setOptions
      if "%1" == "-print_mndl"  goto setOptions
      if "%1" == "-verbose"     goto setOptions
      if "%1" == "-seed"        goto setJavaOpt
      if "%1" == "-help"        goto help
      goto break
    :setOptions
      set OPTIONS=%OPTIONS% %1
      shift
      goto loop
    :setJavaOpt
      shift
      set JAVAOPTS=%JAVAOPTS% -Drandom.seed=%1
      shift
      goto loop
    :break
    if not exist "%1" goto notFound
    native2ascii %1 > %1.tmp
    set FILE=%1.tmp
    shift
    java %JAVAOPTS% -classpath classes;lib\simcore.jar;lib\loader.jar jp.go.nict.msf.loader.MNDLParser %OPTIONS%  %FILE% %1
    del %FILE%
    goto end
    :help
    echo usage: loader -help
    echo usage: loader [-v] [-seed value] [-print_mndl] filename.mndl [traceLogFile]
    java -classpath classes;lib\simcore.jar;lib\loader.jar jp.go.nict.msf.loader.MNDLParser -help
    goto end
    :notFound
    echo loader: Error "%1" is not found.
    echo usage: loader -help
    echo usage: loader [-v] [-seed value] [-print_mndl] filename.mndl [traceLogFile]
    :end

    And what is the actual quesion then? Because the batch file given above is itself a good example how to use parameters.
    Mike

  • How to provide text formatting options to user from a text field

    Hi,
    My requirement is - in the interactive form, a comments field needs to be provided where user should be able to enter text with formatting options like
    Headers
    indentations
    bold/italic
    bullet points and numbers
    Once user enters the formatted texts in a text field, data needs to be displayed/printed in the same format. Could you help me on how to provide these formatting options to the user for a particular text field?
    I understand that once I define the text field with format XHTML (with RTF), user formatting can be captured and displayed in the same way. But I am not sure on how to provide the formatting options for the text field.
    Thank you,
    Madhu

    Hi,
    if you select a text field for Rich Text and the press Ctrl + E you'll get a bar for all available text formatting options in Acrobat/Reader.

  • How to include the insert picture option in the PDF form?

    Hi, Can some one please help How to include the insert picture option in the PDF form? I am using acrobat XI pro and trying to use an evaluation form which requires to insert product pictures.

    Here's a link to a previous topic where this was discussed: http://forums.adobe.com/message/6050458

  • How to remove Include/Exclude option on variable screen

    Hi,
    How to remove the include/exclude option in the variable screen for the variable of type selection option.
    Regards,
    Suresh.

    Hi Pradeep,
    You mean in the Query Designer.I tried to create a new variable There is nothing like select appropriate variable.
    Be more specific.Thanks.
    Regards,
    Suresh

  • How do i open EPS file with "rasterize generic EPS format" options in photoshop CS?

    Hi please can someone help!?
    I'm using Photoshop CS on mac- when i open EPS format files i usually get the "rasterize generic EPS format" option so that i can select the size i want the file to be etc without losing quality. However on one file i've opened before i don't seem to be getting that option at all, if i open the EPs file it just goes to a standard size automatically and doesn't give me the chance to change the size.  This is the same file that i have used since being sent the file, i've not resaved it. It used to give me the rasterize generic EPS format option but it no longer works.  Any ideas how i can make those options appear when opening or how i can rasterize/resize it once open without losing quality?
    Just to be clear, i still get the rasterize generic EPS format option when opening other EPS files but it seems not with this one particular file.
    Many Thanks
    Ross

    Encapsulated PostScript-files can contain either vector-content (in which case one gets prompted when opening with Photoshop), pixel-content (in which case Photoshop opens straight away) or a mixture (same as the first case).
    When a file has been rasterized that’s that, You may want to go back to the original file if You can locate it.
    Edit: Sorry, I read Your original post carelessly …
    Have You tried opening the original file in Illustrator yet?

  • How can I include installer options?

    Hi to everyone.
    I'm trying to include an option on the  installer of my application. I want to include a com port selection option (such as the selection of the installer directory for example)  when the installer runs, so the user only have to give this information one time an the port is configured when the application runs.
    Is this possible with labview?. I'm using LV 8.6.
    Thanks in advance 
    Solved!
    Go to Solution.

    Hi Pelicar,
    Thanks for your reply - sorry for any confusion. 
    There is an advanced installer setting Hardware Configuration—Includes
    the hardware configuration information configured in Measurement &
    Automation Explorer in the installer. Click the Configure button to launch the Measurement & Automation Explorer Export Wizard to create a hardware configuration file. This allows you to move your hardware configuratin on the deveopment machine onto the deployment machine. 
    For more information on MAX configuration files please see this Knowledgebase article:
    MAX Does Not Save or Apply VISA Port Settings
    http://digital.ni.com/public.nsf/allkb/8EBAEC8A57BB48BE862574F90072D3DD?OpenDocument
    Hope this helps, 
    Kind Regards
    James Hillman
    Applications Engineer 2008 to 2009 National Instruments UK & Ireland
    Loughborough University UK - 2006 to 2011
    Remember Kudos those who help!

  • How will include next cluase to our present tablespace

    Hi,
    I have add datafile to our tablespace , but by mistak i have not include NEXT clause
    how will include next clause.
    i have use following command
    alter database datafile '/oradata/ocr1.dbf' next 100M;
    alter database datafile '/oradata/ocr1.dbf' next 100M
    ERROR at line 1:
    ORA-01916: keyword ONLINE, OFFLINE, RESIZE, AUTOEXTEND or END/DROP expected

    I will got the answer
    alter database datafile '/oradata/ocr1.dbf' autoextend on next 100M;

  • How to use CSS option in Answers

    Hi,
    I have around 5 Dashboards, which includes close to 20 Reports.
    I would like to learn how I can format column name (like Font, Size) and data appearance in each report.
    Currently am doing it manually, one column by one column. I would like to know how to use CSS option.
    Regards,
    Jitendra

    The easiest way is to do this is to create a new "skin" for your dashboards or either modify the default. The location of the default folder is /res/s_oracle10/b_mozilla/views.css. The view.css file is where you can go and customize the classes. For example, if you want to customize the Pivot Table Row Header, search for .PTRH and then you can alter the existing formatting or add additional specifications.

  • Adding a currency in numbers missing custom format option

    I just paid for numbers latest version June 2012. iPad 3' v5.1.1.     Want to format a cell as a currency not in the little list chosen by apple.  Forums suggest using the custom format option but I can not see this anywhere?  Any ideas how to add a custom format or how to extend the list of currencies to all currencies. If nothing else missing out a countries currency as too unimportant to include is just plain rude!

    1) You posted to the Numbers on Mac OS X forum ( Apple Support Communities > iWork > Numbers >   Discussions ).  The iWork for iOS forum is more likely to provide the direct answer...
       it is here:  https://discussions.apple.com/community/app_store/iwork_for_ios
    2) you can add custom formats (demonstrating from Numbers for Mac OS X) by opening the cells inspector:
    Then naming the new format and setting the parameters of the format:
    If the currency symbol is not in the list then you can preceed (or follow) the value with the proper symbol:
    I decided to demonstrate this by showing a preceeding infinity sign before the amount:

  • FF 6 "Page Setup" missing "Format & Options" and "Margins & Header/Footer" tabs

    Running 6.0.1 or 6.0.2 on FreeBSD 8.2-STABLE when I select File->Page Setup the standard popup window no longer has tabs for "Format & Options" and "Margins & Header/Footer" that I see on Windows XP when running 6.0.2 - this would be okay were it not for the fact that printing (using CUPS on FreeBSD) no longer prints the headers and footers (which I see just fine when I do Print Preview) something in FF 6.x has regressed and is affecting Page Setup.

    Yep, this I know. And have long since done this (probably before FireFox was called Mozilla). In fact my margins are set the way I want them (and have been unchanged for years - at least since 2006). That was the first thing I checked.
    The fact is ever since I upgrated to 6.01 from 5.x (which was a few weeks ago) my printing from FF6 has not included the footers and headers. As I've said, I can see my footers and headers when I perform Print Preview, but they do not appear on the printed page(s), I truly believe this is changed behaviour due to the upgrade to FF6. Next week I will try a screen capture of my Print Preview to include an image for the "Add images:" feature when posting a reply, but I don't know how to show the physical printed page lacking those same headers and footers short of shooting a photograph with a macro lens and including that as an image. Therefore for now, you will just have to take my word for the fact of missing footers and headers. Also, next week I would be able to post here my about:config settings for the margin preferences which I assure you have remained unchanged for several years. FWIW, printing from Opera 11.11 to the same printer from the same workstation where FF6 is running does include my footers and headers. To my thinking this fairly much puts the blame for this problem on FF6. Thanks.

Maybe you are looking for

  • Service Entry Sheet creation!!!!

    Hi all, I am working on service procurement with ECS scenario.The Service Entry Sheet in the backend R/3 system is subject to release strategy(for a material group). Whenever I create a Service Entry Sheet(SES) based on a EBP PO, then the SES is subj

  • How do i switch setting to allow firefox to go directly to a link in an email without having to click on 'allow'

    sorry if this sent, i seem to have lost it. i was trying to find out how to always allow instead of having to click on 'allow' each time as firefox tries to 'prevent automatic redirect' i accidentally set it, i think, when i was playing with settings

  • BI Conditions in Visual Composer

    Hi there, I have two small questions concerning active conditions  in a bi query. Hope you can help me: 1. When I have active conditions in a query, which is integrated in a VC-Application, does VC get only the values that are filtered by conditions

  • LiveCycle Designer ES2 global variable manipulation trouble

    I'm using LiveCycle Designer ES2.  I've created a global form variable and would like to increment and decrement it based on the state of many checkboxes across many subforms.  Ultimately, a script on a button will query the value of this variable an

  • Receiving messages on broken phone?

    My phone broke and was dead for about a week before I got my new one. I have the same number and I thought once I activated my new phone the messages would pop up like when you turn it back on after it has been dead. but it didnt and I know I got at