How to adjust letter (or character) spacing on PDF Form?

I am using Acrobat X Pro.  On my fillable form, I would like to set the spacing between letters.  As an example, if you go to the IRS.gov site and download the 1040EZ PDF form, you can see that the spacing between the digits of the social security number entry has been widened.  How did they do that?  I could not find it when I right clicked and selected properties.
Thank you.

Thanks for your response.  I don't really need the comb feature if you define comb "as a field where each letter has a specific visible box that it fits into."
I am designing a form with a phone number and SSN. I am overlaying small vertical lines in the field to separate the digit groupings.  I just need to get it consistent and it would be nice to use a font that has a little more spacing between the letters (or a kerning adjustment).
Another forum said: "Try loading the form in LiveCycle Designer, which comes with Acrobat. If it's an XFA form (vs an AcroForms form), then you'll be able to edit the kerning in Designer."
Do I have any other alternatives besides purchasing 3rd party comb software?

Similar Messages

  • How to retrieve the multiple rows data on PDF form in a web service method using WSDL DataConnection

    How to retrieve the multiple rows data on PDF form in a web service method using WSDL DataConnection.
    I have a multiple rows on PDF form. All rows have 4 textfields. I want to submit the multiple rows data to a method defiened in webservice.
    Unable to retrieve the data in multiple rows within webservice method.

    Hi Paul,
    I'm now able to save the retrieved xml in a hidden text field and create dynamic table, and I'm able to fill this table from the XML, but the problem is that I could not find the correct way to loop on the xml, what I'm trying to say, the table will have number of rows with the data of the first row only, so can you tell me the right way to loop on the xml!
    this is my code
    TextField1.rawValue=xmlData.document.rawValue;
    xfa.datasets.data.loadXML(TextField1.rawValue, true, false);
    for(var i=0; i<count; i++)
    xfa.form.resolveNode("form1.P1.Table1.Row1["+i+"].Num").rawValue = xfa.datasets.data.record.num.value;
    xfa.form.resolveNode("form1.P1.Table1.Row1["+i+"].Name").rawValue = xfa.datasets.data.record.name.value;
    Table1.Row1.instanceManager.addInstance(true);
    Thanks
    Hussam

  • How to disable digital signing and saving of PDF form?

    I have a PDF form that I have created. It does not have a signature field becuase I need them to print and physically sign the form. However no matter what I do Adobe Reader offers the option to digitally sign the form (as well as save it). How do I disable this?? Thank you for the help in advance.

    Thank you for the answer and explanation.  Unfortunately I am still not sure the best solution.
    It is a business application for a city site. As a result the limit of 500 is obviously not going to work. Also for legal reasons they need the form physically signed.
    The original hope was to provide a PDF form that could be filled in (almost entirely) on the computer if desire and then printed, signed, and turned in to the city.
    What they don't want is for someone to fill it out on the computer, use the echosign and email it as they need the physical signature.
    Sounds like we might have to choose between:
    - not having it interactive (so they can just print it out and fill it out)
    Or
    - make it so they can fill it out on the computer, but include instructions that they need the print it out and physically sign it. And hope they follow the instructions.
    Again, thank you for the explanation. I think I will just have to let them decide.

  • SAP Cloud SDK : Display more 500+ character in the PDF form in table cell

    Hi Experts,
    I have requirement in the PDF form.
    Scenario:
    My custom business object
    businessobject DummyObject {
         element ID : ID;
         element FromDate : Date;
         element ToDate : Date;
         node AllActivity [0,n] {
                   element ActivityID : ID
                   element ActivityType : 
                   element Note: Note;
    The above business object have node level data and i under this node level data Activity Id , Activity Type and Notes associated with that activity as show below.
    so as per the above activity i have retrieve the data for the activity and store into my custom business object at node level ( Activity ID  , Activity Name , Activity Type and Notes ) that mentioned above screen.
    I have created 1 form and design in adobe life cycle just Drag and Drop the element from the DataView.
    After completed the print from i have create the preview button to display the data.
    Once i have done all the steps to display the form and click click on preview button i can able to see the data but the under the Note field only display the 256 character not more than that but as per the above screen i have entered the Notes with more than 500+ character.
    In the form design i have also change the property for Note field to Allow Multiple value and Rich Tech but data is not display with all the character.
    Anyone have idea on which data type display the more than 500+ character in the form.
    I am using "Note" data type.
    Can anyone suggest me what the solution to display the proper value in the form.
    Please let me because i am stuck in this issue.
    Many Thank,
    Mithun

    on the BO, add the following line:
    [DependentObject(TextCollection)] node Note;
    in some BO action, where the copying happens:
    var noteFromActivity; // contains the note from the activity
    this.Note.Create();
    var el_note_text : elementsof this.Note.Text;
    el_note_text.LanguageCode = LanguageCode.ParseFromString("EN");
    el_note_text.TypeCode.content = "10006";
    var text = this.Note.Create(el_note_text);
    var content = text.TextContent.Create();
    content.Text.content = noteFromActivity.content;
    To display the content of the textcollection, use the following SAP embedded component:
    /SAP_BYD_APPLICATION_UI/Reuse/Notes/singletextlangedit.EC.uicomponent
    In the embedded component properties, set the TextTypeCode property to "10006".
    Bind the embedded component using node reference binding to the BO containing the TextCollection
    Bind the LanguageCode to a data field containing the language code for english.
    Best regards,
    Ludger

  • How to get contents from field of a pdf form?

    Hi Experts,
    I am creating an application in which I have a table in pdf form and the table is bound to a node of the context of the view. Now I want to change value of one column of the table and the updated value is needed in a BAPI, which will be called on a submit button. But How to get this updated value. In WebDynpro JAVA it is done automatically by reflecting back the values to the context node. How to achieve this in WebDynpro ABAP. Please Help.
    Thanks and Regards.
    Vaibhav Tiwari.

    Hi.
    You marked this question as answered. I have the same requirement. Can you please share the solution.

  • How to edit the source file of a PDF form?

    Hi,
    I used a Word doc as a base to create a PDF form and have added many fields to it using Adobe X Pro.
    Now, i have to change some of the text in the Word doc. Therefore I would like to change the Word. doc and reupload it as the source file for the form.
    How can I do this?
    thanks in advance!
    regards, Laurie

    After updating the Word file create a new PDF from it. Open the old one (with the fields) and use the Replace Pages command to replace the pages of the old file with those from the new one. This will keep the fields in tact and you'll have a version with the new pages and the old fields.

  • How to get field action property in a pdf form

    Hi all,
    In pdf form, there is a Radiobutton field is there.
    Now i want to create a checkbox with same properties what and all Radiobutton is having.
    I got the all the properties from Radiobutton and created checkbox except "Actions".
    I checked with documentation In that i come to know we can able to add script by addJavaScript or able to set actions by setAction.
    Is there any possibility to get Action properties from a field???
    Please if anybody know let me know.
    Thanks and Regards,
    Christy

    Thanks a lot for your answer.
    I have one more doubt
    In Acrobat 5 we can easily change field type by selecting changetype option, the only thing we need to give diff name for the field it will change type what we changed with the properties what and we had in old type.(I m explaining here about radio To checkbox).
    If it is possible can u please explain in what basis it is working.
    Thanks and Regards,
    Christy

  • How to display all PO data in the PDF form?

    Hi,experts,
    I create a WDJ application with the PDF form for print all PO sheet.
    I can transfer all data from WDJ to PDF form.
    I need continuous print all PO sheet that include header and items.
    After I run the application, I found only the one PO header and one items in the PDF FORM.
    I think the config of the adobe form is error.
    The version of the adobe livecycle designer is 7.1.
    Do you give me some hint?
    Best regards,
    tao

    Hi, Chintan,
    Thanks a lot for your reply so quickly.
    I have check the config of the "Repeat Row for each item" according your word.
    I change the checkbox of the "Repeat Row for each item" for the PO items, and the PO items is ok after I run the application.
    But the pdf is only one PO sheet, not all PO sheet.
    I found the  checkbox of the "Repeat Row for each item" is unabled in the HEADER subform. I think it is the cause for the problem.
    But I don't know how to enable the  HEADER subform because the check box of the "Repeat Row for each item" is unable in the subform of the header.
    Do you give me some hint? Thanks a lot for your help!!!!!
    Best regards,
    tao

  • HOW TO KNOW WHAT APPLICATION HAS OPEN A PDF FORM

    Hello,
    I would like to know how I can verify that application has opened a certain PDF form (for example Reader or Professional). This checking must be done from the same form when the document is opened (using JavaScript for example).
    b Thank you for your time.

    Have you seen the example that Lori DeFurio has posted on the developer site to do just this? The javascript example in the form works in both Acrobat and LiveCycle Forms. A sample of the results are:
    Viewer Version = 7.05
    Viewer Type = Exchange-Pro
    Major Form Version = 7
    Minor Form Version = 7.07
    http://partners.adobe.com/public/developer/en/tips/lc_viewer_version.pdf
    Hope this helps.
    Angie Okamoto
    www.techedsolutions.com

  • How to disable confirmation message when submitting a pdf form

    How do I disable the confirmation mesage, so that the user does not get at message like " you form has been recieved"  each time data is submitted?
    The reason for my question, is that i have a pdf form that i'd like to fill out offline, store the settings (data) in an array and the when I get online again run a loop that populates the form with the values storen in my array and submits them one at the time to formscentral.
    I'm able to make the loop work just fine, however I do not want to see the confirmation message each time data is submitted,  because my loop is paused each time the confirmation message appears, and the only way to resume it, is to click "ok".
    Hope someone can provide me with some help here

    Hi,
    >>however I do not want to see the confirmation message each time data is submitted,  because my loop is paused each time the confirmation message appears, and the only way to resume it, is to click "ok". 
    Sorry, disabling the confirmation message is not possible.  The confirmation is always enabled.
    Thanks,
    Lucia

  • How do i import excel data base into pdf form drop down field

    Hi,
    I have a table of about 2500 rows and three columns that i would like to import into a drop down window on a PDF form to be self populated when item selected rather than entering the data. How can this be done?
    Thanks!
    Richard

    Hi,
    I did not know only two entries for each option item is it. I have manually entered data in the drop down an list boxes. With 2500 lines of data I was hoping there was an easier way other than manually entering the data.
    I have no knowledge of Java Scripting.....
    I was just wondering if there was a way from an Excel spreadsheet to import that data into a PDF form to be selectable to populate PDF fields in a form. It doesn't sound like it.
    Thanks......

  • How to copy a document and paste in pdf form

    I have an email that I copied. I need to paste to a document in PDF form. Does any one know how I am to do this?

    Hi shortcake61,
    Do you want to create a PDF from the email? Or add the content of the email to an existing PDF file? In either case, you can use Acrobat to do the job. If you don't have Acrobat, please feel free to give it a try. You can download a 30-day trial form http://www.adobe.com/products/acrobat.html.
    Best,
    Sara

  • How can I edit the email on a PDF form that's not created by me?

    I'm a beginner for Acrobat Pro and there is an email button on the form for user to email to the previous admin, how can I change the email addres to mine? When I try to edit on forms, it asked me to click "save a copy", I really can edit and changed to email address, however when I tested it, it said this is only a data but not a form.

    Tools > Content > Edit Document Text
    Better yet, edit the original source document, create a new PDF, and replace the old pages with the new: Tools > Pages > Replace

  • How To: create legaleze pop up window in pdf form?

    Hello all. I would like to incorporate a pop up window with my company's legaleze for authorization to use our images in our customers marketing materials. The purpose of the legaleze is to inform the customers our policy on using our images in their marketing materials. The pop up would obviously contain two radio buttons (1. I Agree AND 2. I Disagree) Where if they agree they can continue to fill out the form and request images. But if they disagree they will not be allowed to fill out the form and submit it.
    The form will be distributed via email, and be downloaded from our website.
    The most important aspect of this is that the pop up window with the legaleze function properly. The secondary aspect of the form not being able to be filled out if they disagree is not as  important. Obviously if I see that they disagree, I will not release the images.
    Thanks for your help!

    Adding layers to a PDF is a new feature in version 9 (you can work with layers in version 8, but have to add them in InDesign).
    In 9, add the layers Navigation Panel (View>Navigation Panels>...), then click the gear symbol and choose Import as Layer, and select your PDF with the legal agreement.
    You can control the layer visibility with a button action (one action is "set layer visibility"), and JavaScript can be used to show or hide buttons. So your accept button would have two actions, one layer visibility action and one execute JavaScript action that controls field visibility. A field called Name is controlled by changing that button's display property (hidden/visible):
    var a = this.getField("Name");
    a.display = a.hidden;
    etc.
    For more JavaScript info, check here.

  • Adobe Acrobat Pro 9.0 Won't Let me Save a Filled PDF Form

    Hi,
    I am using Adobe Acrobat Pro 9.0 to fill out financial forms for my budget and finance department. The thing is, I can only print the form out when completed, but can't save it (I use "Save As" and rename the file).
    When I do "Save As," the next time I pull up the form I see the data I inputted for a split second and then it is all erased automatically.
    This is frustrating as I need the data to be available every time I open the form.
    I am using Windows XP Professional on a Dell Optiplex 755 with an Intel Core 2 Duo E6850 @ 3.00GHz with 1.96 GB RAM. Again, I am not using Reader, I am using Adobe Acrobat Professional 9.0.
    Thanks!

    There is probably some JavaScript either as a document level script or page open action that is clearing the fields. If you edit your preferences you can turn off Acrobat's JavaScript,but this will also prevent calculations for running as they use JavaScript.
    You could also export the the data as an FDF file and then import the data after the form is opened.

Maybe you are looking for

  • Select all check boxes in alv

    hi,   the first column of my alv grid display is check boxes. i want all the check boxes to be checked when the user clicks on the select all button present on the grid.it very urgently required.plz give me the code. thanks & regards, santosh

  • ITunes movies for 99¢ - not on iPhone or iPad

    I wanted to download an inexpensive movie on my iPhone 5 to see what it's like on that small screen (as compared to my desktop or iPad) only to find the 99¢ movies can't be accessed on that platform. Can't get to them on iPad either, only on computer

  • Missing volume bar when adjusting volume

    I have just got HP touchsmart 610, upon updating everything, notice when I adjust volume up or down there is white bar showing up on screen instead individual bars , can't find info where I can update this or perhaps driver is missing any updates for

  • Unknown CORBA minor code in CORBA Exception

    If this is not the best forum for this Q, please advise. I've been using the JDK ORB to do some CORBA programming for some time with no problems. I added a new operation to a server side object, rant the client side stuff througn idlj again, and am g

  • How to cache external resource bundles?

    Hi, I am using Build JDEVADF_11.1.1.4.0_GENERIC_101227.1736.5923 on Windows 7. We have used external resource bundle for our ADF application using loadbundle which extends java.util.ListResourceBundle. Is there any way to cache these external resourc