Re: [iText-questions] Write to Phone and Fax Fields in PDF document

2010-06-02 Thread Jay Cha
The field contains ()...but are those in the field? Meaning, being formatted with java script or are they behind the field, so the field is on top of that pre-formatted text? If it's in the field, being formatted by java, remove the java and format the data yourself. If the field is on top of pr

Re: [iText-questions] How to implement in Visual Studio

2010-06-02 Thread Jay Cha
Just my two cents on this... If you reference the dll and use code-behind, you will mitigate these issues that you're having because don't have to remember all the methods and properties that you would normally have to in dealing with the aspx page directly. Also, in the code behind, when you imp

Re: [iText-questions] iText# - replacePushButtonField not respondingproperly with Acroform?

2010-01-11 Thread Jay Cha
Can someone explain to me why I have to rename the field in order for the code below to work? After the line fields.ReplacePushbuttonField("Submit", btn.Field) if I do fields.Renamefield("submit","new_submit") the button shows up properly with the "Submit New" text, however if I do not