|
|
-
In this release, the feature 'event-to-action' is supported in PDF links and PDF bookmarks. JavaScript is also supported in PDF contents and pushbutton fields. For form disposing, the function of filling barcode is available now and two types of barcode (Barcode128 and PDF417) are supported. Besides, some other features, like the 'digitally sign', 'annotation importing', 'bookmark disposing', and so on, are all extended or enhanced.
Download URL: http://www.aspose.com/community/files/51/file-format-components/aspose.pdf.kit/default.aspx
|
-
In this release, new features of importing and exporting PDF bookmarks with XML files are supported. Extracting and importing annotations are also exciting new features, by which merging comments from multiple PDF files to one PDF file is possible. In form-disposing, the mechanism for manipulating ComboBox/RadioBox/CheckBox is improved, as well as the interfaces for filling form. Furthermore, new classes are added to enhance the capability to support JavaScript and Action features.
Download URL: http://www.aspose.com/community/files/51/file-format-components/aspose.pdf.kit/default.aspx
|
-
In this release, we are still focusing on how to better support the interactive features of PDF format. Consequently, the class named PdfAnnotationEditor is introduced to support the feature of migrating comments. Form disposing features are also enhanced and new types of annotations are supported.
The usability for Kit is also improved in this release. Methods for conveniently adding header/footer are introduced. Interfaces of manipulating ComboBox/RadioBox/CheckBox are improved.
Download URL: http://www.aspose.com/community/files/51/file-format-components/aspose.pdf.kit/default.aspx
|
-
-
In this release, CJK font is supported in Form Field. This is good news for East Asian customers.
In the previous versions, performance is a big problem of Aspose.Pdf.Kit. We have spent lots of time on optimizing the performance and it is better now in this release. However we are still working on performance optimization.
Digital signature and attachment features become more powerful in this release.
Down load URL: http://www.aspose.com/community/files/51/file-format-components/aspose.pdf.kit/default.aspx.
|
-
Introduction
In this release, new features of bookmarks creating, exchanging and
exporting are supported. New methods are added to support printing large pdf
files more efficiently. Form features are also improved to support validation,
number format converting and MultiLineText.
What's New?
-
Supports creating bookmarks for all pages and creating nest bookmark.
-
Supports exchanging bookmarks of XML and extracting bookmarks to HTML.
-
A new method Form.GetFieldFlag() is added for disposing Form fields more
flexibly..
-
A set of new methods and properties are added in PdfViewer for printing large
pdf files more efficiently.
-
Winform demos are added.
What's Improved?
-
Validation is implemented when filling text fields.
-
The converting and representation of Number、Percent、Date and Time is enhanced
for AcroForm.
-
The method of extracting links is improved. Links in footer is supported and
the method becomes more stable.
-
MultiLineText is supported when disposing Form fields.
What's Fixed?
Download URL:
http://www.aspose.com/Community/Files/51/aspose.pdf.kit/default.aspx
|
-
What's New?
-
3698- Multiple-line text field is supported.
FieldType.MultiLineText is defined in FieldType.cs, which can be applied in
FormEditor.AddField().
-
3953- Getting
properties of signatures is supported in PdfFileSignature. New motheds of
getting properties includes: GetSignNames(), IsCoversWholeDocument(),
VerifySigned(), GetRevision(), GetReason(), GetLocation(), GetDateTime() and
GetToltalRevision().
What's Fixed?
Download URL:
http://www.aspose.com/Community/Files/51/aspose.pdf.kit/default.aspx
|
-
-
Introduction
In this release, some advanced editing features are added into PdfContentditor.
What's New?
-
In PdfContentditor, CreateBookmarks() is added for creating bookmarks of all
pages with specified color and font setting.
-
In PdfContentEditor, CreateBookmarksAction() is added for creating bookmark
with specified action. The supported action types include
"GoToR","Launch","GoTo" and "URI".
-
In PdfContentditor, annotations such as "Line","Square","Circle","Polygon",
"PolyLine" can be exported by ExportAnnotationsXfdf().
-
In PdfContentditor, delete all the annotations or deleting the annotations of
specified type are supported.
-
In PdfContentditor, DeleteBookMarks() is added which can be used
to delete all bookmarks of the pdf document. It is also supported to
delete the bookmark according to the specified title.
-
In PdfContentditor, DeleteAttachments() is added which can be used
to delete all the attachments of the documents.
What's Fixed?
-
Some pdf documents can not be opened afer replacing text.
Download URL:
http://www.aspose.com/Community/Files/51/aspose.pdf.kit/category1198.aspx
|
-
What's New?
-
3599 - FormEditor.AddField() has been promoted to support
CropBox. Fields adding to invisible area will be moved to CropBox area
automatically. Also a bool value is returned from this function. Refer to
this post
.
-
3666 - Form.FillField() for multiple line text fields has been
updated. Now it both works for AcroForms or XfaForms, whatever the font type,
font size or border style. Refer to
this post.
-
3697 - Form.FillImageField() has been promoted to support
Image scaling setting. Currently, "Scale Image Proportionally", "Scale Image to
Fit Rectangle" and "Use Original Size" are available for Xfa Image
Fields. Refer to
this post.
What's Fixed?
-
3665 - A bug of combobox export value has been fixed for
Form.ImportFdf(). In this hotfix, a choice box will be filled either by item
labels or by export values defined in fdf. Refer to
this post.
-
3726 - A
bug of combobox filling has been fixed.
-
3746 - Another
bug of combobox filling has also been fixed. Whether combobox items
list is defined in pdf or not, it can be filled correctly.
-
3635,3685,3703
- Fixed a series problems for replacing text.Solved the bugs that
the pdf document can not be opened or show text afer replacing text,invalid
color space problem.
-
3743 - Fixed the bug that Concatinating throws "Object
reference not set to an instance of an object."
Download URL:
http://www.aspose.com/Community/Files/51/aspose.pdf.kit/default.aspx
|
-
What's Improved?
-
3778
- Form.GetField() is upgraded. User can get the value of a multiple choice List
Box. All selections are linked as a single string, each one separated by a
comma such like "Item1,Item3,Item4". But this feature only works for AcroForm.
At the same time, Form.FillField() is also overridden for multiple selection
setting. User can fill a multiple selection List Box with several choices.
Finally, Form.ExportXml() and Form.ImportXml are also upgraded for multiple
choice List Box supporting.
-
3782 - The demos for .net 2005 has been provided. The new
project file is in the same directory of the old project's.
What's Fixed?
Download URL:
http://www.aspose.com/Community/Files/51/aspose.pdf.kit/default.aspx
|
-
Introduction
In this release, digital signature is supported. A digital signature can be used
to authenticate the identity of a user and the document’s contents. It stores
information about the signer and the state of the document when it was signed.
Form feature is improved in this release.
What's New?
-
3542 - Digital signature is supported. A new class
PdfFileSignature is added. Example can be found
here
.
-
3297 - New method FormEditor.AddListItem() is added. User
can add an additional item to a ListBox/ComboBox field, either in AcroForm or
XfaForm. Also a new method FormEditor.DelListItem() is provided. User can
remove an existing item from a ListBox/ ComboBox field, either in AcroForm or
XfaForm.
What's Improved?
-
3300 - Form.GetField() is upgraded. User can get the value of
a multiple choice List Box. All selections are linked as a single string, each
one separated by a comma such like "Item1,Item3,Item4". But this feature only
works for AcroForm. At the same time, Form.FillField() is also overridden for
multiple selection setting. User can fill a multiple selection List Box with
several choices. Finally, Form.ExportXml() and Form.ImportXml are also upgraded
for multiple choice List Box supporting.
What's Fixed?
Known Issues
-
PdfConverter and PdfViewer don't work well for multi-thread
application.
Download URL:
http://www.aspose.com/Community/Files/51/aspose.pdf.kit/default.aspx
|
-
What’s New?
- In Class PdfPageEditor, users can set value for the property Alignment and VerticalAlignment to set the alignment styles between the original page and result page. Please refer to: http://www.aspose.com/Community/Forums/thread/79669.aspx
- In PdfContentditor, CreateBookmarks() is added for creating bookmarks of all pages with specified color,bold,italic.
- In PdfContentEditor, CreateBookmarksAction() is added for Create a bookmark with the specified action. The supported action types include “GoToR”, “Launch”, ”GoTo” and ”URI”.
- In PdfContentditor, annotations such as "Line", "Square", "Circle", "Polygon" and "PolyLine" can be extracted or exported by ExportAnnotationsXfdf() and ExtractAnnotations().
- In PdfContentditor, creating the caret annotation and rubber stamp annotation is supported.
- In PdfContentditor, deleting the annotations of specified type is supported.
- In Class PdfExtractor, two GetNextPageText methods and HasNextPageText methods are added to support getting each page's text in the PDF file. Please refer to: http://www.aspose.com/Community/Forums/thread/62610.aspx
- FormEditor.AddSubmitBtn() has been provided for AcroForm Fields. Users can add a new submit button with specific HTTP/MAIL URL. User can also modify the URL as he will through FormEditor.SetSubmitUrl( ). More details please refer to: http://www.aspose.com/Community/Forums/thread/74214.aspx
What’s Fixed?
Download URL: http://www.aspose.com/Downloads/Aspose.Pdf.Kit/Default.aspx
|
-
Features added or improved:
1) A new property named Resolution is added in Class PdfConverter which is used to control the resolution during converting PDF to images. If higher resolution is set, the speed of the converting progress will be slower.
2)Font file name with full path is supported in FormattedText(). Please refer to http://www.aspose.com/Community/forums/thread/65067.aspx.
3) Renaming Field is supported for AcroForm under Adobe 6.0 in FormEditor.RenameField().
4) The Online demo of viewing pdfs is added.
Bugs fixed:
1) The StartPage and EndPage methods are of no effect in PdfConverter. Please refer to:
http://www.aspose.com/Community/forums/thread/67380.aspx.
2) The PdfConverter does not retain the page size. Please refer to: http://www.aspose.com/Community/Forums/thread/76939.aspx
3)Extracting annotations bug is fixed. Extracting "FreeText" annotations is also supported. please refer to http://www.aspose.com/Community/Forums/2/77154/ShowThread.aspx.
4) Two enumerations are renamed: FieldFlag to PropertyFlag; AppearanceFlag to AnnotationFlag. The old names does not accord with the MS naming rules.
|
-
|
|