Arabic font in Adobe forms

Hi experts,
           I am working on displaying Arabic text in Adobe forms using Include Text.I am getting the arabic text displayed in the output from right to left(RTL) in LP01 output deive type.But the arabic text is not right aligned in the output.In smartform the same include text is coming absoulutely fine with properly right aligned in the output.But in smartform we use ZARSWIN device type for printing the arabic text.So my question  is do we need to use special device type for priting arabic text in  adobe forms.Please let me know why i am not getting the right aligned output in adobe forms for Arabic include text.
Thanks,
Vignesh

Hi,
Please check the following links,
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d4fe7fca-0b01-0010-569a-9a9c1ddf4132
https://www.sdn.sap.com/irj/sdn/docs?rid=/webcontent/uuid/7c3bc67e-0c01-0010-dbb3-908315896909 [original link is broken] [original link is broken]
https://www.sdn.sap.com/irj/sdn/docs?rid=/webcontent/uuid/7c3bc67e-0c01-0010-dbb3-908315896909 [original link is broken] [original link is broken]
/people/vani.krishnamoorthy/blog/2006/05/17/fillable-adobe-forms-using-abap

Similar Messages

  • Change font in Adobe Form in the interface

    Hi all,
    I have one issue changing the font in adobe forms.
    In the interface I have as import one string. With this string I have to generate the PDF and I need to change the font.
    Here is an example:
    Import string: "this is an [[FONT=CURIEL]]example of [[N]] adobe [[SIZE=15]] forms"
    the characters [[ ]] indicate an scape sequence.
    [[FONT=CURIEL]] means that all the following text should be in curiel font.
    [[N]] means new line
    [[SIZE=15]] menas that all the following text should be in size 15.
    All this text I has to be added to a string variable and paste in the PDF.
    I know that I can add a new line with "cl_abap_char_utilities=>newline"
    I know that with Javascrit I can change the font and the size, but for that I have to change all the text.
    Is there any way to change some text inside the variable and not all of it?
    Thanks!
    Regards,
    Andres

    Hi UmaS,
    Thanks for your answer.
    I can't use floating text because I don't know how many different fonts I will have and I can't create floating text dynamically.
    Any other idea?
    Thanks,
    Regards,
    Andres.

  • How to use MICR fonts in Adobe forms (webdynpro java

    Hi,
          We have a requirement where we need to print some MICR codes (for checks) through Adobe Forms.
    I have installed some true type MICR fonts in windows and Adobe Font Manager (in ADS) as well.
    It is visible in the Adobe Form design time (Font palette) and when I use the font for text, it is visible in preview too. But when I run the web dynpro application, in the online form it is converted into Standard font (Times new Roman).
    Is there anyway to handle this issue.
    Please let me know.
    I am using NWDS 7.0.1
    Adobe Live cycle designer 7.1
    SAP NW 2004s SP14
    Thank you,
    Vasu

    Check this forum post (though that is for 6i, it would be of helpful for you)
    How to use unicode fonts in Oracle forms 10g?
    -Arun

  • Problem with Helve font in Adobe forms

    Hi Gurus,
    I am working on an Adobe form.It contains Helve Font size 10  and 14. But I am not able to find Helve Font in the font pallette while creating that form  in live cycle designer or in SAP. Is there any option to add fonts? How can I make Helve font availanle? Or is there any other alternative?
    Awaiting your valuable answers.
    Thanks,
    Raje.

    Hi Raj,
    As Harman says, font must be installed on your computer at design time.
    And if you want to use the font at runtime, the font must be available to the ADS.
    Just take a look at:
    http://help.sap.com/saphelp_nw70/helpdata/en/d0/cdf29623c8432fa1545df5f43176de/frameset.htm
    Regards,
    David.
    Edited by: David Gimeno on Jun 9, 2008 4:30 PM
    Edited by: David Gimeno on Jun 9, 2008 4:32 PM

  • MICR font in Adobe Form

    Hi All,
    I am working on Adobe Form for A/P Check(Cheque) through F110 transaction. In Adobe Live cycle Designer(and in ADS), I don't see MICR font option in the list of available fonts. I know it's there in smartforms and Scripts. But how can I get the font in Adobe?
    I already searched in the forum but didn't get any solution. I appreciate any help in resolving this issue.
    Thanks!

    I found these 2 threads (ADS Font Installation and Fonts problem) which say that you might add your font in designer.xdc or design.xdc file in \usr\sap\<systemid>\SYS\global\AdobeDocumentServices\lib\, and for windows, you may install in /winnt/fonts
    There is also some [documentation for XDC fonts in Adobe support website|http://livedocs.adobe.com/livecycle/8.2/wb_help/wwhelp/wwhimpl/js/html/wwhelp.htm?href=001172.html]
    For moving your thread, just click the abuse button just to contact the moderators and ask them to move the thread. Another solution is to close this thread, post a new question in the other forum with a link to this thread.

  • Arabic SubTotals in Adobe Form Page.

    Hi Everyone,
    I have a requirement of printing Subtotals of a table in Arabic as well as English on the same page for all pages in the form.
    FYI i have made a function module to convert english digits into arabic, which i use in my code to convert english amounts to arabic amounts.
    Like -
    CALL FUNCTION 'ZJP_M_ARABIC_NUMERALS'
    EXPORTING ENGLISH = V_AMOUNT
    IMPORTING ARABIC = V_AMOUNT_AR.
    This gives me the arabic amount.
    Now i am printing english subtotals using the javascript code :
    var fields = xfa.layout.pageContent(xfa.layout.page(this)-1, "field", 0);
    var total = 0;
    for (var i=0; i <= fields.length-1; i++) {
    if (fields.item(i).name == "AMOUNT") {
    total = total + fields.item(i).rawValue;
    this.rawValue = total;
    Through this code i am able to get the english subtotal in my offline adobe form.
    My PROBLEM is - how do i use this english subtotal generated via javascript to convert it into arabic subtotal (using the FM)
    for each page.
    Any help is highly appreciated..!!
    Thanks,
    Piyush.

    Hi Piyush,
    Check this below link set locales for a field using java script this might help if you are looking for @ scripting
    /people/raghavendra.prabhu/blog/2010/12/17/currencynumber-formatting-in-hcm-forms
    I have 2 approaches (hopefully both of them will work).
    1)  Have a hidden field with arabic locale, in your loop keep adding values to this field.
    2) have the required field on the form set the locale to arabic, just assign the english value to this field. (if both english and arabic totals are from same records and same values mathematically then only the presentation locale is different but the value sud be the same right).
    If I am wrong understanding your requirement, please explain what is the difference ...?
    Cheers,
    Sai

  • Fonts in Adobe Form Central

    could someone help? I want to use font exo in a form in adobe forms central. at the moment exo isn't an available option.

    We now support multiple fields on one line. This post provides a brief overview.
    Give it a try and send us your feedback.
    Sorry it took so long.
    Randy

  • BOLD FONT IN ADOBE FORM

    hi experts ,
                         I have one requirement  , I am developing one adobe form where I am getting one paragraph from read_text function module,
                         and I am passing this table in my form layout
                         now the problem is in that paragraph there are some highlighted lines . for this lines adobe form is not printing them in bold but
                          it is printing like this
                          <H>1.0ABCD</>
                           output is like that............
                             1. ABCD
                                  jasjdlkajsldjla
                             1.1. EFGH
                                  kjgsdjfgsjdgfjsgdjf
                            1.2.1. IJKL
                                  asdjasgdjagsdjgjasd
                         in current scenario it is coming like
                                 <H>1. ABCD</>
                                  jasjdlkajsldjla
                             <H>1.1. EFGH</>
                                  kjgsdjfgsjdgfjsgdjf
                              <H>1.2.1. IJKL </>
                                  asdjasgdjagsdjgjasd
                          <H> </> is coming because in long text editor it is highlighted
    please tell me how to achieve  this in adobe form.................

    As mentioned by you, is the below text totally placed in one text module "read_text" or different text modules are  used to print "1. ABCD"..."1.1. EFGH"..."1.2.1. IJKL" ??
                                <H>1. ABCD</>
                                  jasjdlkajsldjla
                             <H>1.1. EFGH</>
                                  kjgsdjfgsjdgfjsgdjf
                              <H>1.2.1. IJKL </>
                                  asdjasgdjagsdjgjasd
    Naveen

  • Shrink font in Adobe form

    Hi Gurus,
    I have a requirement,where in we have to fit 12 characters in a space of 90 mm with helvetica narrow font,
    We tried the percentage of text in palletes but we cant fit in.
    Can any body provide some solutions or tips in this.
    Regards,
    Kundan

    I found these 2 threads (ADS Font Installation and Fonts problem) which say that you might add your font in designer.xdc or design.xdc file in \usr\sap\<systemid>\SYS\global\AdobeDocumentServices\lib\, and for windows, you may install in /winnt/fonts
    There is also some [documentation for XDC fonts in Adobe support website|http://livedocs.adobe.com/livecycle/8.2/wb_help/wwhelp/wwhimpl/js/html/wwhelp.htm?href=001172.html]
    For moving your thread, just click the abuse button just to contact the moderators and ask them to move the thread. Another solution is to close this thread, post a new question in the other forum with a link to this thread.

  • Arabic font from photoshop to FCP

    I've got Arabic fonts on Adobe Photoshop and would like to use them to type then transfer the image to FCP. Except when i type in Photoshop, it types in English instead of Arabic. Although the font selected is in Arabic.
    Help please.

    You may need a special version of Adobe apps to do Arabic correctly. See the Applications section of this note:
    http://homepage.mac.com/thgewecke/TypingArabic.html

  • Arab language in SAP form

    Hi Friends,
    I have issue regarding arabic font in sap form. How does it works in SAP.
    Awaiting for your reply
    regards
    Pk

    Hi,
    For an example, please select one absence type>go to utilities>Select choose language-->You will find Arabic in the list.
    Regards.

  • Good morning everyone! I would like to ask how can i subscribe for adobe forms central 11.99$ per month. I am currently here in United Arab Emirates. I really need to use this application cause it will benefit me a lot in my work. Thanks!

    Good morning everyone! I would like to ask how can i subscribe for adobe forms central 11.99$ per month. I am currently here in United Arab Emirates. I really need to use this application cause it will benefit me a lot in my work. Thanks!

    Hi,
    OK. Following instructions, I've uninstalled the old Flash Player and installed the right one, and videos are now playing. Thanks for pointing me to the other posts on this site. YouTube and other videos are now playing
    Some of the videos still play jerkily (they don't stream evenly). A few stream evenly once they've been allowed to buffer fully. (I think I'm using these terrms correctly.) Is this solely caused by low bandwidth, or is there something—an adjustment of some kind—that I can do with Flash Player to have online videos stream evenly, even from the moment I start them?
    As I mentioned, to bypass this uneven streaming while watching online, I download the videos and watch them usually using Quicktime Player 7.6.4. Still, they don't always play evenly, but for the most part do.
    I've just tested bandwidth and I'm told:
    5.63 Bbps Download speed
    0.63 Mbps Upload speep
    Rafael

  • Adobe Form - missing font

    Hi all,
    I need help for output Adobe.
    I have create a Adobe Form in LCD (SFP). I change the font from Arial to NexusSans. In the LCD Layout the text will shown correctly in the font Nexus.
    The printing is controlled over an application form in SAP.
    if I print the Adobe form from transaction piqst10 -> corresponding with device is file. The result PDF in the spool is created, but the font in the PDF is ARIAL and NOT NEXUS.
    What can I do, to get the right font in my PDF?
    We use SLCM, LCD 8.0; Clients: Win XP and SAP-GUI 7.2. The font Nexus... is installed on my Client - it is a licensed font.
    Additional Information: We have old SmartForms which use Nexus too. If I print the SmartForm I get the right Nexus font.
    Many thanks for your help
    DSE
    I've got an message: "Schriftlizenz für NexusSans-Regular erlaubt kein Einbetten. Schrift wird als Referenz verwendet"
    "Font license for NexusSans-Regular does not allow embedding. Font is used as a reference."
    Edited by: DSE on May 4, 2011 3:04 PM

    Maybe that could help
           1.      Create a subdirectory called fonts below the /usr/sap/<SAPSID>/SYS/global/AdobeDocumentServices/FontManagerService directory.
           2.      Create a subdirectory called customer below the fonts/ directory created in the previous step.
           3.      Copy your fonts into the /usr/sap/<SAPSID>/SYS/global/AdobeDocumentServices/FontManagerService/fonts/customer directory.
           4.      Restart the Document Services Font Manager for the changes to take effect. (See How to Restart a Service.)
           5.      Also restart the application com.adobe/AdobeDocumentServices for the changes to take effect. (See How to Restart an Application.)
    Edited by: Lorenz Knecht on May 5, 2011 11:24 AM

  • Adobe Form's First Page printing perfectly on 132 column sheet but further pages prints with small font size

    Dear All,
    We are facing a strange behavior of adobe form.
    we made form for SAP CRM which is printing in 132 column(28cm * 33cm) sheet. what we are observing is, first page is printing perfectly on the pre printed Invoice sheet but if invoice has more items to be displayed then second  page prints with small font size or you can say second page seems to be zoomed out to smaller page size. In Preview Second page onwards also looks perfect. Now we are in a fix what to do to come out of this issue.
    efforts made:-
    Adobe Page Size Adjusted.
    Select paper Source by Page Size ticked in Adobe form properties
    But still result is non satisfactory. Please Help.
    Regards,
    Ashkar Rizvi

    See my answers below:
    a) The size of the pages of PDF which you are printing. LETTER
    b) Does all pages of the PDF are of same size? YES
    c) What is the page size set in the Printer and what is the actual size of the paper which you have put in the tray? LETTER
    d) Does this problem also happens on the virtual printer which you might have on your system (Try either Microsoft MPS Document writer or Adobe PDF Printer) No VIRTUAL PRINTERS
    Thank you for attempting to help me with this... we have tried everything and haven't been able to resolve the problem.
    Sherri

  • Adobe Form - Print choice of bold or not bold font

    We have an Adobe form that prints sales order line items that are followed by their scheduling data (if any). So, each order line item could be followed with one or more scheduling line items or none. Example:
    (Order line)        10      9055450            7,000       EA          <other data>
    (Schedule lines                Expected Ship Date:         5,000     EA   05/30/2011     
        for the order line)         Expected Ship Date:         2,000     EA   07/16/2011     
    This is working fine using a subform but now we want to print the scheduling line items either as bold or not bold depending on some logic. So, we want this:
    (Order line)        10      9055450            7,000       EA          <other data>
    (Schedule lines                Expected Ship Date:         5,000     EA   05/30/2011     
        for the order line)         Expected Ship Date:       2,000     EA   07/16/2011     
    We have an indicator set for each scheduling line item that indicates if the schedule line is to be printed as bold or not bold (schedules-bold_line = u2018Xu2019).
    Is there any way to override the font settings in the Layout using Script Editor?
    Weu2019ve tried using Script Editor (at a upper level subform) to set the presence (hidden/visible) of two different subforms (one to print as bold and one not bold) but that printed both subforms.
    Weu2019ve tried using Alternative nodes (true/false) that check the bold line indicator. This works but it prints the wrong data because there are direct binding references to multiple levels of repeating data. That is, instead of printing the schedule lines for order line item 10, it prints the schedule line items for order line item 20.
    (Order line)        10      9055450            7,000       EA          <other data>
    (Schedule line                Expected Ship Date:         1,000     EA   06/01/2011     
        for the next order line)        
    How would I use relative binding in Alternative nodes?
    Is there a better method to accomplish this task?
    Any help is greatly appreciated.

    Radhika - Thank you so much for your answer! You helped me find the solution. I ended up using FormCalc and this is the code that worked in the Ready Layout event of the EXPECTEDSHIPDATE subform :
    data.BODY_PAGE.TABLE.ITEM_VALUES.ZLINE.TEXTSUBFORM.EXPECTEDSHIPDATE::ready:layout - (FormCalc, both)
    if ( $.BOLD_LINE_IND[*] == "X" ) then
    $.ShipQty[*].font.weight = "bold" 
    $.ShipQty[*].caption.font.weight = "bold" 
    $.DelvDate[*].font.weight = "bold"
    $.UOM[*].font.weight = "bold"
    $.PlantName[*].font.weight = "bold"
    $.PlantName[*].caption.font.weight = "bold"
    else
    $.ShipQty[*].font.weight = "normal" 
    $.ShipQty[*].caption.font.weight = "normal"
    $.DelvDate[*].font.weight = "normal"
    $.UOM[*].font.weight = "normal"
    $.PlantName[*].font.weight = "normal"
    $.PlantName[*].caption.font.weight = "normal"
    endif
    The EXPECTEDSHIPDATE subform is bound to the Schedules table that contains ShipQty, etc. The BOLD_LINE_IND field contains the value that  toggles the print between bold and normal.
    The key to making this work was to correctly format the condition and code and to find the right event to place the code in.
    Thanks again for your help!

Maybe you are looking for

  • How do I save NEW documents from Office 2011 to SP2010?

    Hi, We are using Office 2011 for Mac, with Safari and SP2010 for collaboration room and document libraries. Accessing, opening, reading and saving existing documents from SP2010 works all fine. But if I, after having opened and edited a Word document

  • Digital Simulation Problem, Xspice vs. VHDL

    Hello EWB friends. I am currently experiencing a problem with a mixed mode/digital simulation.  The main problem is that the component that I am trying to simulate, a differential rs-485/422 interface transceiver, isn't commonly modeled using xspice

  • Writing JavaFX output to videofile

    Hi, I have some interesting question to you. Is there a way to write JavaFX application's frame output to videofile even if the application is minimized?

  • Work process ended

    dear sap guis when i start the sapserver  all abap workprocess will be ended. plz suggest how to solve this problem the following matter is developer trace ... trc file: "dev_w0", trc level: 1, release: "700" ACTIVE TRACE LEVEL           1 ACTIVE TRA

  • ViewLink accessor erratic; sometimes returning with value, sometimes null

    When does a ViewLink Accessor gets initialized or assigned a value. consider the following code: setAnAttribute(Object value) {    setAtttributeInternal(ATTRIBUTEINDEX, value);    Row row = getViewLinkeAccessorView();     if(row!= null)   //sometimes