Adobe Form Font Issue

Hi Friends,
I am facing issue with adobe form font when in transaction code SFP. While displaying/changing a form (in German/English Language) system is showing error as:
Font "Arial New (Regular)" is missing; specify a Substitute Font.
In my system Arial true type fonts are available. Any idea why I am getting this error??
I cannot change the font as it will impact the layout. The form's original language is German.
Thanks a lot for help !!
Regards,
Praveen

Hi Praveen,
Further to this do you have Word 2003 / 2007
As excplained in the below post there was an issue with fonts and substitutions based on word versions.
further to this Microsoft has released a Patch to this both the links are below have a go through.
Issue post.
http://acrobatusers.com/forum/pdf-creation/problems-arial-font-and-acrobat-pro-9
Microsoft's patch.
http://support.microsoft.com/kb/936678
Cheers,
Sai

Similar Messages

  • Adobe Forms Barcode Issue

    Hi All,
    I have an issue with barcode in my adobe form ( ASN Delivery Note - SNC ) When printing line items ( in table loop), I want to print barcode for the Product ID and Qty Field below the actual field value.
    So I have modified the form and added the two barcodes and given the same binding as the two fields.  The barcode does appear on the form, however when I scan the barcode its printing the default value which is incorrect, especially I have given the same binding value.
    I am using Adobe LiveCycle Designer 7.1  The fields are in a subform and is positioned.
    I have also used the same barcode top of the form (static data) and that is printing the correct value, when scanned.
    Any help would be appreciated.
    Edited by: Mukesh Gosai on Feb 10, 2009 7:57 PM

    As per my experience, a variable can be binded to only one screen element. If you bind the same variable to multiple screen elements it will not give corect value.
    When I faced this problem, I took a temp. variable and copied the original value to that temp. variable and binded the temp. variable to other screen element.

  • SAP and Adobe Form - Scripting Issues

    Hello experts,
    before i start with the the issue, I would like to describe some functions which we have developed in our adobe form (not interactive Form!).
    We are displaying XHTML Text coming from SAP , in order to load the XTHML into the controls we are calling the following line of code during the initialize event:  
    this.value.exData.loadXML(this.rawValue); 
    We are printing a table which contains 3 position types (SAP DATA)
    Product items
    Groups
    Texts/Pictures (XHTML/Binary Data)
            On each new page a header line shall be printed if the type is product item. This codding is placed inside the layout:ready event:
    data.BODY.HIERARCHY.GS_HIER.DATA.ALTERNATIVE_NODE_TYPE.NODETYPE::ready:layout - (JavaScript, both) 
    var vPage = xfa.layout.page(this); 
    Script.setHeaderline(vPage, this.rawValue, this.parent.FLAG_HEADER_LINE.rawValue); 
    data.BODY.HIERARCHY.GS_HIER.HEADER::ready:layout - (JavaScript, both) 
    var vPage =  xfa.layout.page(this); 
    Script.getHeaderline(vPage); 
    if (Script.gHeader == "X") { 
      this.presence = "visible"; 
    else { 
      this.presence = "hidden"; 
    SCRIPT SECTION: --> 
    var gHeader = "Y"; 
    var level_hier = 5; 
    var new_page; 
    var gPage = 1; 
    arrHeader = new Array(); 
    function setPage(in_page) { 
      gPage = in_page; 
    function getPage(out_page) { 
      out_page = gPage; 
      return out_page; 
    function setHeaderline(in_page, in_nodetype, in_flag_header_line) { 
      if (in_page != gPage) { 
           if (in_nodetype == "1" && in_flag_header_line != "X") { 
                arrHeader[in_page] = "X"; 
      else { 
           arrHeader[in_page] = "N"; 
      gPage = in_page; 
    function getHeaderline(in_page) { 
      gHeader = arrHeader[in_page]; 
    The first functionality was working always pretty good. For making the second functionality available we started calling the Adobe Forms using the Parameter DYNAMIC = 'X'. Unfortunaltey the first functionality is then not working anymore correctly. We have tried to change javascript processing to server side/client side and both, but in the mode DYNAMIC = 'X' it does not have any influence, all javascript is performed at the client and at runtime. The result is that some pdf reader can not see the XTHML texts and we are expierencing some other problems with pictures.
    We need to have both functionalities working at the same time for all readers. I guess this is only possible if the javascript is processed at the server side and the ADS returns a finished/static PDF document.
    Does anyone has an idea how to solve this issue ?
    Thanks a lot,
    Wladimir

    Thanks for the info Juergen. I am still awaiting your blog on secured web services , if you get time please post it.
    @Anil: Please close the thread if the issue is resolved.
    Chintan

  • Adobe form processing issue in portal

    Hi,
    We have one issue on user processing of adobe form in portal
    When user clicked on approve or reject button of HR position form its not completing.
    Its keep on processing till 3o minutes,i mean processing wheel not completing.
    What is reason for this?how to solve this issue?
    << Moderator message - Everyone's problem is important. But the answers in the forum are provided by volunteers. Please do not ask for help quickly. >>
    Thanks in Advance.
    Yours,
    Bheem.
    Edited by: Rob Burbank on Jan 14, 2011 4:44 PM

    Hi Bheem,
    Please mention the ECC Version, NetWeaver version and SP Level of your SAP system.
    Hope the Approve/Reject button is 'SubmitToSAP' Button of adobe lifecycle designer.
    Thanks & Regards,
    Sanoosh

  • Adobe Form Email Issue

    I have created an Adobe form that has 4 Submit buttons:
    mailto:[email protected]?subject=adobe form
    (each button is different, of course)
    Anyways, when you click on any of the buttons, a box appears to Select Email Client:
    Option 1: Desktop Email Application (Choose this option if you currently use an email application such as Microsoft Outlook Express, Microsoft Outlook, Eudora, or Mail.)
    Option 2: Internet Email (Choose this option if you currently use an Internet email service such as Yahoo or Microsoft Hotmail. You will then need to save your form and return it manually to [email protected] using your Internet email service.)
    I work for a company who utilizes Microsoft Outlook, so I choose Option 1 and click OK and nothing happens. I have used this type of button and form before and the button worked properly - opened a new message in Outlook with the To field and the subject field prepopulated with the information set during design of the form and the form attached as a PDF.
    Any suggestions on what I could do next or try to correct this issue because I am not the only one having this problem and the whole company I work for uses this form and it needs to be fixed soon!?!?
    Thanks!!!

    This has very little to do with Acrobat and very much to do with how email is activated
    This is discussed OFTEN over on the Dreamweaver forum, where people make an HTML form with an email submit button... and are not happy when anyone who does not use the right kind of email program is not able to use the form... such as any of the "free" email clients like Yahoo
    The usual solution over there (I don't have details, the only user submission form I work with is in a controlled company environment, where everyone MUST use the approved email client) is to set up a server based solution with your own software on the server, so clicking the submit button activates YOUR software, not whatever is on the user's computer

  • Adobe Forms Performence Issue

    Hi Experts,
    We have Adobe Interactive Forms where are using in portals.    2 Days back onwards we have been facing a problem of performence which means when user try to initiate the adobe form, it is taking much time to start and display it.
    What might be the issue ? What to do to recover this problem ?  We restarted the portal and even though the problem persists.
    Regards,
    Jyothi

    Hi,
    If a lot of scripting is being written in the Form, then the performance goes down and it takes time to load the form. It is not only with the case of the Scripting, take a look at the performance acpects in the following link:
    [SAP Interactive Forms by Adobe|http://help.sap.com/saphelp_nw70/helpdata/en/45/1a13bf2c2504a8e10000000a155369/frameset.htm]
    Regards
    Pradeep Goli

  • Adobe form Spacing issue

    Hi ,
    i m working on adobe forms .
    i have develop a adobe form but i m facing some issue regarding horizontal alignment of space.
    its look like thi in edit mode  :
    data : {dat}                                        signature:
    place : {plc}                                       name: {name}
    institute : {ins}                                   designation: {desig}
    but when i go for print preview :
    data : 19.08.2014                                     signature:
    place : pune                                     name: Udit
    institute : VIT                                                              designation: *** manager
    please reply .
    regards,
    Abhay

    Dear Abhay,
         I guess this alignment issue is due to the Text object.
         Text object works good for static text but for dynamic text Text field object is better one.
         Use Text field object to display the dynamic text instead of Text object.
         Regards
         Davis

  • Adobe Form Layout Issue

    Hi,
    I have created an interface for an Adobe Form . And i'm using this interface to create an Adobe Form.
    When i click on Layout in Adobe Form , the system is not allowing me to desing the layout , but It is throwing an error message(Informative message).
    The Following is the error message
    Could not start Layout Designer (see long text)
    What might be the reason...? Is this error related to BASIS Settings?
    Thanks & Regards

    Hi,
    ADS needs to be configured properly,
    this is the part of BASIS team.
    regards
    Ramchander rao.K

  • Paypal and Adobe form central Issue

    I hooked up my paypal to the adobe form it's working great, but I can't integrate paypal to stay on my site when completing the transaction. I asked paypal tech support, and they told me "the folks at formcentral will know".. Any suggestions?

    >The form is great and works well, but the last step directs you back to paypal for the final billing
    process. To keep that process on the site directly, I had to upgrade my paypal to a merchant service account.
    Once the user clicks Proceed to Checkout, the whole site gets redirected to PayPal to let the user make his payment there, and then when they are done, the browser will get redirected to FormsCentral and we will show the user the confirmation message.  Actually redirecting the whole site to PayPal is recommended by PayPal since the users will have more confident that they are paying in the real PayPal site. If they see the payment is processed in an iframe, some people will suspect if the server behind that iframe is really PayPal, since they cannot see the iframe URL in the browser's URL field.
    I am sorry that so far we haven't done a really good job to redirect the user back to your own web site after the payment is done. I will send a feature request to our Product Manager for this, but before we can have it implemented, what you can do is to edit your forms confirmation message in Options->Confirmation Message to tell the user how to get back to your web site. I understand it looks awkward, and I apologize for that, but we are trying hard to improve our payment experience.
    I hope this asnwers your question. Please let me know if you need more help.
    Thanks,
    Eman

  • Adobe Reader font issue

    The issue is currently with adobe reader 9 and 10. The issue is when i open a PDF on the affected PC, the font is different and some of it is really small and hard to read. Not all PDF's open up with this font only the ones received from a certain person. When i open the same PDF on any other PC with the same version of Reader it comes up with a standard font. I have found that if i copy the 'user cache' from the affected PC and replace my user cache the same font appears for about 10 secs, then adobe corrects it and goes back to the default font. Also i have tried deleting the 'user cache' on the affected PC, but it comes back with the same problem.
    Any ideas how to reset the user preferences or correct this issue?
    Thanks,

    I mean the user cache from ‘c:/users/username/AppData/local/adobe/acrobat/10.0'. Just the user cache, not the other files that are in there.

  • PDF interactive form font issue

    When I export my InDesign doc to a pdf interactive form, some of my fonts get bolded. This does not occur when saving as a pdf print doc. How do I create an interactive pdf without the text becoming bolded?

    The bolded text appears show up only on text-only pages. The text on pages with tables and images remain unbolded. Any ideas why this may be happening?

  • ADOBE CS4 FONT ISSUES

    Since up grading to Marverick, I not been able to pdf using the Helvetica font? As this is my the font for my logo i need to getting this back working.
    Thanks.

    Ash-ers Welcome to the Discussions.
    Any problem you have with Software from Adobe you will need to go to there web site and do an update to there software.  Apple sent out copies of there software well in advance of the release so that the developers of all the major software manufactures could do all of the fixes a head of the release of Mavericks.  Some were a little slower then others so go to.
    http://www.adobe.com
    For the fix
    Cheers
    Don

  • Adobe X font issue

    A friend made a PDF using different fonts, when I open the PDF one of the fonts is changed from what she used to Times New Roman. How do I get it to the fonts she used to make the PDF.
    Suzanne

    She needs to embed the font she used into pdf file. There is nothing you can do.

  • Adobe Photoshop Font issue

    It's all in a foreign language and I can't change it....  it looks japanese.....

    You need to provide exact system and version info and perhaps a screenshot...
    Mylenium

  • Font issue in smartform

    Hi Experts,
    I am facing a problem in Smartforms.... I have taken a font size 3 and font type courier for specified text print,
    But the problem is that at the time of Print preview its show very small but after print in Line Printer it aromatically
    change the font . Print takes big font automatic.
    Pl suggest me....
    Thanks & Regards,
    Swapnika

    Please check the printing from your word document. Keep the required fonts and sizes in the word document.
    Later we try the smart form font issue.

Maybe you are looking for