Received : 2007/10/04 11:44:19
Message : I have a document that has multiple form fields. I'm receiving an error if a Text Form Field's first character is a paragraph return. It works fine if it's first character is not a paragraph return:
Example:
Form Field Contains (brackets [] represent form field boundries)
[Some Text
Some text in New Paragraph
Some Text in another paragraph]
The above example works whereas the next example fails in Aspose.Word
[
Some Text
Some text in New Paragraph
Some Text in another paragraph]
(Note the difference is the paragraph return as the first character)
This message was posted using Aspose.Live 2 Forum