Form with barcodes

I want to use a form with barcodes created from another text field.
The forms are created with acrobat professional  and work fine with acrobat pro.
WIth acrobat reader on pc, de barcode turns grey.
On my iPad the barcodes  won't  even change at all.
Is there a way to update the barcode using Adobe reader iOS?
javascript ?
Thx.

Currently, Adobe Reader for iOS does not support barcodes.  Sorry for the inconvenience.
For general Forms questions regarding Acrobat Pro and Adobe Reader (desktop applications), I'd recommend posting questions to the PDF Forms forum for further assistance.  Thank you.

Similar Messages

  • Smart forms with barcode

    Hi Experts,
    I have requirement to create bar code in smart form, the barcode format will be 39 full ASCII .
    I have tried to create a character format with this font but it is not available in smartstyles.
    Can you please help me how Can I create this and get into smartstyles ?
    Thanks in advance...

    run tcode SE73, create a new system barcode and select "New Barcode Technology". Then select the Code 39 Symbology.
    As far as i know, SAP supports the full ASCII mode of the Code 39.
    The difference between Code 39 and Code 39 full ASCII is that you are able to use for example uppercase and lowercase letters within your barcode.
    Code 39 is restricted to 44 characters. In Full ASCII Code 39 Symbols 0-9, A-Z, "." ,and "-" are the same as their representations in Code 39. Lower case letters, additional punctuation characters and control characters are represented by sequences of two characters of Code 39. For example, if you want to use "a", you have to use the encoding "+A".
    I hope, this helps you a bit.
    regards
    Ralf

  • How to create barcode in Smart Forms with MS Word as Editor?

    Hi,
    I created a character format for a barcode in a smart style.
    The problem is that I do not know how to assign it to the text in Smart Form because the Editor is MS Word and not the normal Editor.
    Any suggestion or idea.
    Thanks & best regards
    Viktoria

    Hi and thanks for the fast reply,
    I have created a smartstyle and also a characterformat for the barcode. This is not the problem.
    I call the layout via HRFORMS. The Form Builder for Smart Forms is called and the Editor for the text nodes is preset and is the MS Word editor. This cannot be changed. I tried different things also in the settings. The normal text editor cannot be called.
    I choose and enter the field that I want to convert into the barcode &wa_barcode&. I do not work with standard texts (SO10). The text field is a normal text node in Smart Forms. The character format that applies converts the number in the variable field into the barcode.
    In the MS word editor I have only formats that are in the office environment (arial, ...) I do not see the formats that I created in smartstyle also when I assign it in the output options of the text node.
    So maybe I have to work like this for now. Swich between HRFORMS and SMARTFORMS when working with barcodes. In the Smart Forms transaction it is the normal editor where I can see the paragraph/ character formats from smartstyle.
    Thanks and best regards
    Viktoria

  • Barcoded form with XML-data

    Hi all,
    In our solution we have some barcodes on a form (7 barcodes on the one that I am using), they contain compressed XML data (I know that this uses much space in the barcode - anyway it should work regardless of this).
    What the interesting thing is what is returned from the "decode-service" in WB.
    When I run a scanned form through the process I have created I get "garbled" xml in my XML-doc that is returned from the decode-service.
    If I use a handheld scanner (with a customly created program that handles the compression) I get the correct data from the barcode.
    If I do not use compression in the barcode I get the correct XML data from the barcode (with the decode-service). This is weird to me... What is going on???
    Some time ago I posted this issue (http://www.adobeforums.com/webx?128@@.3c058293) but never really caught up with a solution.
    Can you help me with this?
    Sincerely
    Kim

    Oops, something happended with the above post. I will try again... I have tried your suggestion but I still get the same garbled XML (with data repeated and some values "cut in half".<br /><br />Here is what I get after decode-service and extract-to-XML-service. This is just the first barcode, the others are similar, sorry for the poor formatting, but I get a CDATA tage infront of the "istensen" value.<br />                                                              <br />CDATA:istensen</fld_ForMellemEfterNavn<br />><fld_VejNRpostByEnLinie<br />>Superroad 99, 1330 Supertown</fld_VejNRpostByEnLinie<br />><fld_PrivatTelefonnummer<br />>20724283</fld_PrivatTelefonnummer<br />></sub_Person<br />></sub_PktA<br />><fld_BlanketNr<br />>kb0371ff</fld_BlanketNr<br />><fld_BarcodeCount<br />/></form1<br />>/sub_Adresse<br />><sub_Person<br />><fld_ForMellemEfterNavn>Kim Christensen</fld_ForMellemEfterNavn<br />><fld_VejNRpostByEnLinie<br />> Superroad 99, 1330 Supertown </fld_VejNRpostByEnLinie<br />><fld_PrivatTelefonnummer<br />>20724283</fld_PrivatTelefonnummer<br />></sub_Person<br />></sub_PktA<br />><fld_BlanketNr<br />>kb0371ff</fld_BlanketNr<br />><fld_BarcodeCount<br />/></form1<br /><br />Obviously this is not a legal xml-string, so I can do nothing about it.<br /><br />I have tried using a custom .NET component (ClearImage) for reading the same form (with the barcode) I get the correct data out from the barcodes. So I guess something is wrong with the decode-service in Barcoded Forms ES when I use compressed XML. But I can conclude since the ClearImage component can read the barcodes that they are compressed correctly.<br /><br />Can you help me with getting further with this problem?<br /><br />Sincerely<br />Kim

  • Abobe form with 2d barcode moves very slow in Adobe reader 8

    I have created a 2d barcode form in designer 8 the form is a two page form with four barcodes to capture the data. The barcodes are on the second page. The form works fine if you open it in Adobe pro but slow down and you see the hour glass appearing once you move the mouse over any field when it is open in reader. I have saved the form with no embeded fonts. Is there a setting i am missing for the barcode set up.
    Frustrated form designer.

    Kofax did send us some error checking to put in the code see below.
    But when I tried it with the raw.Value without the field names it goes to one field that thats takes all the data. The workflow does not put the fields in the AC index fields because there are no field names.
    What will I need to do to modify the code.
    This is really getting very difficult and I have a deadline. Is it possible to do the connect web session as you suggested.
    *****Kofax Fix that was sent*****************
    The fix for this is to modify the sample Workflow Agent so that it ignores
    these blank fields in the tab-delimited output:
    For i = 0 To (iBarcodeFields - 1)
    If FieldName(i) <> "" Then
    Set oIndexField_Field = _
    oIndexFieldsElement.FindChildElementByAttribute("IndexField",
    "Name", FieldName(i))
    If Not oIndexField_Field Is Nothing Then
    oIndexField_Field.AttributeValue("Value") = FieldValue(i)
    End If
    End If
    Next i
    A check is added (the first If statement) to see if the current field name is
    an empty string - If not then process the field.

  • PDF form with XML data connection comes up blank at run time

    Hello All,
    I am a newbie to ADOBE Livecycle 9, but am very proficient in C#.  I would like to request for your guidance on the following issue.
    We have a desktop application in C#, WPF, Sqlserver. The requirement is to launch a Livecycle form from the application for the user to read/edit/save data
    I have done this much so far -
    Downloaded trial version of Livecycle 9
    Developed a interactive PDf form
    Created an XML based data connection. Generated fields on the form using the fields from this connection.
    Set the .XML file as preview source for the form
    the controls on the form are boumd to the xml data source
    In design mode, the form works fine, it displays my data correctly
    I have created a WPF form with a button. On click of this button, I call the Process.Start(pdf-file-path). My pdf is launched properly
    I have added a combo box to my WPF form. I select a parameter from this, then call a stored procedure which returns me a datatable depending on parameter passed
    Using the returned datatable, I have used the datatable.writexml and datatable.writexmlschema to create my XML and XSD files. as mentioned above, this xsd is used to create the data connection for the PDF and the XML for the preview source
    This is what I want to do -
    Launch the PDF from my WPF form, pre-populated with the newly created XML data from my WPF form.
    So basically, as the user changes the selection criteria from the combo box, the XML file data will change and the PDF file will be launched each time with new data.
    The XSD format will always be constant
    Problem -
    My XML and XSD get created properly, my PDF launches, but it is empty
    If I change my selection criteria and run the WPF application, and then open the PDF in design mode, it asks me whether it should refresh the XML source. This means that the PDF form is connecting correctly to the XML source
    So why then, does the form come up empty at run time?
    What link am I missing?
    I have found some sites that help using Web applications, but nothing for desktop applications. It would be fantastic if you could point me to some help for developing Livecycle forms with C# / SQLServer
    Your help in this case will be highly appreciated.
    Thanks and Regards

    Oops, something happended with the above post. I will try again... I have tried your suggestion but I still get the same garbled XML (with data repeated and some values "cut in half".<br /><br />Here is what I get after decode-service and extract-to-XML-service. This is just the first barcode, the others are similar, sorry for the poor formatting, but I get a CDATA tage infront of the "istensen" value.<br />                                                              <br />CDATA:istensen</fld_ForMellemEfterNavn<br />><fld_VejNRpostByEnLinie<br />>Superroad 99, 1330 Supertown</fld_VejNRpostByEnLinie<br />><fld_PrivatTelefonnummer<br />>20724283</fld_PrivatTelefonnummer<br />></sub_Person<br />></sub_PktA<br />><fld_BlanketNr<br />>kb0371ff</fld_BlanketNr<br />><fld_BarcodeCount<br />/></form1<br />>/sub_Adresse<br />><sub_Person<br />><fld_ForMellemEfterNavn>Kim Christensen</fld_ForMellemEfterNavn<br />><fld_VejNRpostByEnLinie<br />> Superroad 99, 1330 Supertown </fld_VejNRpostByEnLinie<br />><fld_PrivatTelefonnummer<br />>20724283</fld_PrivatTelefonnummer<br />></sub_Person<br />></sub_PktA<br />><fld_BlanketNr<br />>kb0371ff</fld_BlanketNr<br />><fld_BarcodeCount<br />/></form1<br /><br />Obviously this is not a legal xml-string, so I can do nothing about it.<br /><br />I have tried using a custom .NET component (ClearImage) for reading the same form (with the barcode) I get the correct data out from the barcodes. So I guess something is wrong with the decode-service in Barcoded Forms ES when I use compressed XML. But I can conclude since the ClearImage component can read the barcodes that they are compressed correctly.<br /><br />Can you help me with getting further with this problem?<br /><br />Sincerely<br />Kim

  • Issue with Barcode printing in SAPscript

    Hi All,
    I am trying to print barcode in my script. I assigned barcode font to the numbers which I want in the form of barcode, I am able to see barcode in the print preview but when I am trying to take printout , in printout barcode is not appearing.
    I try same barcode font with the smartform I am getting barcode in the printpreview as well as in the printout of the smartform with the same printer.
    Can any one help me in this issue. Is there any other setting required in the smartform or its driver program?
    Thanks.
    Shweta.

    Hi
    It depends on which kind of barcode fornt you're using.
    In last SAP release there's a new tecnique to print the barcode by smartform: this tecnique translate the barcode as graph so the printer manages the baracode just as if it was a logo and It doesn't need any other hardware or software to print a barcode.
    This tecnique is available for smartform only, else u make sure your printer can print a barcode, you can see a dummy barcode in preview.
    I have had your same problem, and I found out this very usefull answer in the forum:
    Barcode Printing issue using Forms
    Hi, In general, if you want to print a barcode, somebody must draw the bars of the
    barcode to get a correct print. There are four possible ways to print barcodes from SAP:
    1. Print e.g. via a Barcode DIMM/SIMM To use this way, the printer must be able to print
    barcodes by itself so it needs e.g. a special barcode SIMM/DIMM module to print the
    barcodes. ie: HP printers do not contain barcode fonts by default so a DIMM module with
    the fonts must be installed. The print works as follows: The SAP sends a simple printer
    escape sequence to the printer, which activates the barcode printing in the printer. Then
    the SAP sends the barcode number and finally it sends a printer escape sequence, which
    switches the printer back to normal printing. So in this way the bars of the barcode are
    created in the printer (and you only see a dummy barcode in the print preview). Se the
    SAP Note 45643 about the sequences for Jetcaps BarDIMM used for printing barcodes on HP
    Laserjet printers. The correct BarDIMM modules for different HP printer models can beseen
    on the JetMobile website at the URL below: http://www.jetmobile.com/products/SJ_BD.htm
    2.Print via a barcode.dll If your printer doesn't have a barcode DIMM, it cannot create the
    bars of the barcode itself. So this must be done elsewhere. One possibility is that you
    print via a Windows system, SAPSprint or SAPLPD, device type SAPWIN and a barcode.dll.
    ie: Your printer is connected to a Windows system that runs the SAPSprint or SAPLPD
    program If you print via device type SAPWIN, the creation of the print data is done in
    the Windows. So the Windows may create a graphic, which contains the bars of the barcode,
    and send this graphic to the printer. The job to create the barcode graphic is done by
    the barcode.dll. See SAP note 14561. 3. New barcode technology If your printer doesn't
    have a barcode DIMM and if you don't want to use a barcode.dll, you may use the new
    barcode technology, which is described in the SAP Notes #645158 and #430887. However this
    is only possible when printing from Smartforms. In this way SAP itself creates a picture,
    which contains the bars of the barcode. This picture is sent to the printer. One
    important requirement when you print the barcode via a Smartform is that you have at
    least release 46C. 4. Use of a barcode font There are some font files (e.g. Windows TTF
    files), which contains bars instead of characters. So if you use these font files, the
    bars of the barcode are printed instead of a text. You may buy such a font file, install
    it under Windows and use it via device type SAPWIN according to SAP Note #48803. Since
    release 46C these files can also be uploaded into the SAP and used via other device
    types.
    Regards, Aidan
    I hope it can help you
    P.s.: I post the answer here, because I can't looking for the original post now, so thank very much to Aidan
    Max

  • To print labels with barcodes in sap-scripts

    how to print labels with barcodes in sap-scripts . explain with example.

    Hi,
    What was wrong with the answers you were given the first time you asked this question?
    labels with barcodes in smart forms
    Why have you ignored their efforts and logged the same question again?
    Nick

  • Assigning Barcode to any data so it could be reckognize with barcode reader

    Hi all,
    Although I am a SolMan consultant, the fallowing task is assigned to me recently:
    We have borrowed a Symbol handheld Barcode device, and I have connected it to SAP ECC, and generated needed screens so LM01 and other mobile transactions can be used.
    Now, I am asked to create a basic, simple example of how the device can be used (from start to an end).
    I fail to understand what is the concept of optimal usage of this device:
    At first I thought: OK,  the goods is arriving to a WH, then I scan the material barcode, enter the amount, so the system automatically update the status in stock.
    I have searched www and forums as well as sap help and I read that "SAP reads bar codes for identification and verification. The items that can be identified include Storage bin, Material, Quantity, Delivery, Staging area, Shipment, Pick wave, Handling unit, Storage Unit. It is possible to scan items for verification purposes and these fields includes Storage unit, Material, Quantity, Storage bin, Other fields determined in a user exit"
    Nicey!
    The one milion dolar (or at list 10 point ) question is:
    How do I generate a barcode for specific entry (one of mantioned)?
    How do I link this barcode to this specific entry?
    All I could find was a EAN field for material in MM01, and first I entered a (mineral water) barcode for testing purpose there, and then tried to read the barcode in LM01 with Goods Receipt > GR by others > Material.
    Didn't work. Got message "Material 000000xxxxxxxxx does not exist".
    Then I created a Delivery for that material, and again executet LM01 > Goods Receipt > GR by Delivery  - I get a "Delivery" filed. So now I can enter a delivery number and it is OK, but I am under strong impresion that delivery barcode should be used here, and not a manualy entered delivery number.
    So - how can I link a delivery with certain barcode?
    Is there a special transaction like "VB11" (I entered a test mineral water barcode as a "MatEntered", assigned to my test material "353" and again, I got the same "Material 000000xxxxxxxxx does not exist" message again.
    Excuse me for such a basic questions, but look at the bright side: it will be lot easier to answer
    Thank you in advance,
    Nenad
    P.s. - is there any good documentation covering this filed with some useful info of HOW to do it, not WHAT CAN BE DONE?

    Hi Arakish,
    Thank you for your reply.
    This all makes sense for the internal numbers, but what about external barcode numbers?
    For example, the same "mineral water" I tried to read - can I:
    - name the material "Mineral Water xx"
    - assign an external, manufacturer barcode number to it,
    - read that barcode,
    - the Mineral Water would be recognized as material?
    I suppose I can. But how? I want the material to be named "mineral water xx", and not 8605002300xx?
    So let's summarize (for the future colleagues-in-need):
    Every internal number we want to enter with barcode should be used in original form - weather SAP generates it (Delivery, HU, SU...) or we named it ourselves (Material, Quantity...). No special Barcode number is needed to be assigned.
    But first, we need to generate that specific number/data in Barcode format (example: Delivery), so we are able to read the very same number into pre-designated field (example: in Tx LM06) using a BC reader.
    There is a (costy) plug in for Microsoft Excel that can transform a text to barcode. One should search the net for "barcode with Microsoft excel". However, there are other (commercial) software that can convert characters to barcode. SAP can do it via Smart Forms and SAPscript.
    Thanks once again,
    Cheers,
    N

  • Printing Prd Ord with Barcode

    Hi,
    Does SAP provide a standard way to print the production order with barcode for the shop floor control or a development is required?Could you please give me the details in either case.
    Regards,
    Sachin

    dear friend,
    you probably are able to create labels using an external design program and to print them from within a sapscript form.
    and you need a special printer of course...
    what are the activities?
    i assume:
    *Create the label using a design program: Define the entire layout of the label, including the fields you later want to fill from within the R/3 system;
    *Download the print file: Export the data using the printer commands of the design program. The printer commands must be in ASCII format, that is, you can use only printable characters plus carriage return, line feed, and, maybe, form feed. In addition, the file must not comprise more than 80 characters per line; otherwise unwanted line feeds may occur during upload. There must be no binary control characters (for example, escape);
    *Upload the print file into the SAPscript form: Upload the print file into a SAPscript standard text. However, you use this standard text as "intermediate storage" only. Then copy the text into a SAPscript form. In the form, enter variables of the print program (program symbols) in those places where you want variable data to appear in the label. At runtime, the system fills these variables with the current field values from the application program;
    *Adapt the form: For most label printers you must adapt the form; for example, you must enlarge the MAIN window to maximum page size and delete all other windows. In addition, the MAIN window should contain only one single text element: the imported print file.
    *Create an output device: Define an output device for label printing. As device type use either ASCIIPRI or one of the special device types for label printers.
    good luck

  • How to make column headers in table in PDF report appear bold while datas in table appear regular from c# windows forms with sql server2008 using iTextSharp

    Hi my name is vishal
    For past 10 days i have been breaking my head on how to make column headers in table appear bold while datas in table appear regular from c# windows forms with sql server2008 using iTextSharp.
    Given below is my code in c# on how i export datas from different tables in sql server to PDF report using iTextSharp:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    using System.Data.SqlClient;
    using iTextSharp.text;
    using iTextSharp.text.pdf;
    using System.Diagnostics;
    using System.IO;
    namespace DRRS_CSharp
    public partial class frmPDF : Form
    public frmPDF()
    InitializeComponent();
    private void button1_Click(object sender, EventArgs e)
    Document doc = new Document(PageSize.A4.Rotate());
    var writer = PdfWriter.GetInstance(doc, new FileStream("AssignedDialyzer.pdf", FileMode.Create));
    doc.SetMargins(50, 50, 50, 50);
    doc.SetPageSize(new iTextSharp.text.Rectangle(iTextSharp.text.PageSize.LETTER.Width, iTextSharp.text.PageSize.LETTER.Height));
    doc.Open();
    PdfPTable table = new PdfPTable(6);
    table.TotalWidth =530f;
    table.LockedWidth = true;
    PdfPCell cell = new PdfPCell(new Phrase("Institute/Hospital:AIIMS,NEW DELHI", FontFactory.GetFont("Arial", 14, iTextSharp.text.Font.BOLD, BaseColor.BLACK)));
    cell.Colspan = 6;
    cell.HorizontalAlignment = 0;
    table.AddCell(cell);
    Paragraph para=new Paragraph("DCS Clinical Record-Assigned Dialyzer",FontFactory.GetFont("Arial",16,iTextSharp.text.Font.BOLD,BaseColor.BLACK));
    para.Alignment = Element.ALIGN_CENTER;
    iTextSharp.text.Image png = iTextSharp.text.Image.GetInstance("logo5.png");
    png.ScaleToFit(105f, 105f);
    png.Alignment = Element.ALIGN_RIGHT;
    SqlConnection conn = new SqlConnection("Data Source=NPD-4\\SQLEXPRESS;Initial Catalog=DRRS;Integrated Security=true");
    SqlCommand cmd = new SqlCommand("Select d.dialyserID,r.errorCode,r.dialysis_date,pn.patient_first_name,pn.patient_last_name,d.manufacturer,d.dialyzer_size,r.start_date,r.end_date,d.packed_volume,r.bundle_vol,r.disinfectant,t.Technician_first_name,t.Technician_last_name from dialyser d,patient_name pn,reprocessor r,Techniciandetail t where pn.patient_id=d.patient_id and r.dialyzer_id=d.dialyserID and t.technician_id=r.technician_id and d.deleted_status=0 and d.closed_status=0 and pn.status=1 and r.errorCode<106 and r.reprocessor_id in (Select max(reprocessor_id) from reprocessor where dialyzer_id=d.dialyserID) order by pn.patient_first_name,pn.patient_last_name", conn);
    conn.Open();
    SqlDataReader dr;
    dr = cmd.ExecuteReader();
    table.AddCell("Reprocessing Date");
    table.AddCell("Patient Name");
    table.AddCell("Dialyzer(Manufacturer,Size)");
    table.AddCell("No.of Reuse");
    table.AddCell("Verification");
    table.AddCell("DialyzerID");
    while (dr.Read())
    table.AddCell(dr[2].ToString());
    table.AddCell(dr[3].ToString() +"_"+ dr[4].ToString());
    table.AddCell(dr[5].ToString() + "-" + dr[6].ToString());
    table.AddCell("@count".ToString());
    table.AddCell(dr[12].ToString() + "-" + dr[13].ToString());
    table.AddCell(dr[0].ToString());
    dr.Close();
    table.SpacingBefore = 15f;
    doc.Add(para);
    doc.Add(png);
    doc.Add(table);
    doc.Close();
    System.Diagnostics.Process.Start("AssignedDialyzer.pdf");
    if (MessageBox.Show("Do you want to save changes to AssignedDialyzer.pdf before closing?", "DRRS", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Exclamation) == DialogResult.Yes)
    var writer2 = PdfWriter.GetInstance(doc, new FileStream("AssignedDialyzer.pdf", FileMode.Create));
    else if (MessageBox.Show("Do you want to save changes to AssignedDialyzer.pdf before closing?", "DRRS", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Exclamation) == DialogResult.No)
    this.Close();
    The above code executes well with no problem at all!
    As you can see the file to which i create and save and open my pdf report is
    AssignedDialyzer.pdf.
    The column headers of table in pdf report from c# windows forms using iTextSharp are
    "Reprocessing Date","Patient Name","Dialyzer(Manufacturer,Size)","No.of Reuse","Verification" and
    "DialyzerID".
    However the problem i am facing is after execution and opening of document is my
    column headers in table in pdf report from
    c# and datas in it all appear in bold.
    I have browsed through net regarding to solve this problem but with no success.
    What i want is my pdf report from c# should be similar to following format which i was able to accomplish in vb6,adodb with MS access using iTextSharp.:
    Given below is report which i have achieved from vb6,adodb with MS access using iTextSharp
    I know that there has to be another way to solve my problem.I have browsed many articles in net regarding exporting sql datas to above format but with no success!
    Is there is any another way to solve to my problem on exporting sql datas from c# windows forms using iTextSharp to above format given in the picture/image above?!
    If so Then Can anyone tell me what modifications must i do in my c# code given above so that my pdf report from c# windows forms using iTextSharp will look similar to image/picture(pdf report) which i was able to accomplish from
    vb6,adodb with ms access using iTextSharp?
    I have approached Sound Forge.Net for help but with no success.
    I hope anyone/someone truly understands what i am trying to ask!
    I know i have to do lot of modifications in my c# code to achieve this level of perfection but i dont know how to do it.
    Can anyone help me please! Any help/guidance in solving this problem would be greatly appreciated.
    I hope i get a reply in terms of solving this problem.
    vishal

    Hi,
    About iTextSharp component issue , I think this case is off-topic in here.
    I suggest you consulting to compenent provider.
    http://sourceforge.net/projects/itextsharp/
    Regards,
    Marvin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I have created a .pdf form with text boxes, but the recipients are unable to fill in their answers.

    How can I distribute a form with text boxes so that the recipients are able to type into the boxes?

    This forum is for the Adobe FormsCentral (formscentral.adobe.com) which is a service that allows you to create, collect and analyze data using an online web form. You should ask PDF related form questions in the Acrobat forums: http://forums.adobe.com/community/acrobat/forms
    I'll move your post to that forum so you don't need to retype it. They can help you out...
    Randy

  • I have created a PDF form with field but for some reason I cant type in them

    I have created a PDF form with field but for some reason I cant type in them

    May be that the text fields are read-only.

  • I have created a PDF form with multiple drop downs, all with the same drop down values. When I select a value from 1 of the drop down fields, it replicates in all of the others - which I do not want. How can I fix this?

    I have created a PDF form with multiple drop downs, all with the same drop down values. When I select a value from 1 of the drop down fields, it replicates in all of the others - which I do not want. Can I fix this?

    I'm fairly new to this, but I think it has to do with the way you have the drop downs named. Did you copy one then keep pasting it in each field? If so, that is the problem. You should rename each one with a different number: Dropdown1, Dropdown2, etc. I think that might solve the issue.

  • Adobe Muse form with 3rd party host is not working

    I have uploaded a form with Adobe Muse to a 3rd party host.  Upon testing the link scripts/form_check.php, I see 3 green checkmarks.  Upon testing the form, the form appears to submit successfully, however I never receive the email.
    I checked with the hosting company and this is what they said:
    ...this form is using localhost smtp of webserver which was stopped due to spamming issues...actually, localhost doesn't have proper rDNS record and the return path for all mails is the server itself, so whenever a client uses its domain for spamming the server's mail queue gets choked and creates issues for others. So we generally do not open localhost smtp and recommend users to use proper SMTP Authentication so that each mail will be delivered and won't create issues for server even if someone does spamming because in that case all mails will bounce back to the mailbox.  So, we recommend you to use smtp authentication in the form and use proper smtp details to send mail.
    Please provide a recommendation on what I should do to resolve this?  Is there a way to modify the form so that it uses proper SMTP Authentication instead of Localhost?

    Hi
    Please refer to this document :
    https://forums.adobe.com/docs/DOC-3581
    Thanks,
    Sanjit

Maybe you are looking for