Features added or improved:
1) Multi-line text is now supported in class FormattedText.
2) Attachment extracting is supported. You can extract attachments from PDF documents and save them as files or streams.
3) Pdf documents merging feature is improved. You can merging multi-pdf documents with the rights of Reader-Fillable AcroForm, such as IRS. Please refer to http://www.aspose.com/Community/Forums/46530/ShowPost.aspx.
4) Creating links of documents or applications is provided by Class PdfContentEditor.
5) Creating annotations of texts, free texts, markups, popups, lines are supported by Class PdfContentEditor.
6) Class Form has been promoted to support field setting in Adobe 7+. However, we suggest using it carefully, for it would lose some actions.
7) The ability to support auto-calculating field is provided. Fields like FieldA=FieldB+FieldC can be automatically filled after Method close().
8) In class FormEditor, a more powerful method AddField() is added. It adds a new field to an existing PDF document. Comparing with the old version, users can specify an initial value to the field. Significantly, they can also specify many visual attributes of the field, such as border, color, font and so on.
9) In class FormEditor, a new method CopyField() is provided to copy a field to another position within the same PDF document.
10) Printing feature is improved. A new method PrintDocumentWithSettings(pagesetting,printersetting) is added. Refer to http://www.aspose.com/Community/Forums/49219/ShowPost.aspx.
Changed:
1) In class FormEditor, method CopyField() is changed to LocalCopyField() in order to avoid ambiguition.
Main bugs fixed:
1) ReplaceText method can not be called twice. Refer to http://www.aspose.com/Community/Forums/48781/ShowPost.aspx
2) Concatenate function error. Refer to http://www.aspose.com/Community/Forums/49353/ShowPost.aspx>