Gnostice 


Smart needs... Smarter solutions...
 
OEM Options

To send us your requirements, click here.

   
Home > Products > Software Developers > PDFOne .NET > History
 
      PDFOne .NET - All-in-One PDF library for .NET: Create, Manage, Transform...
 
Version 1.43 - February 8, 2008
Enhancements:
- Support for embedding fonts in an existing PDF. (Previously, font embedding was supported only in creation mode.) [Professional]
- Compatibility with v1.43 of Professional edition [Create, Bookmark, Forms, Stamp & Merge n Split]
Fixes:
- Adding annotations to a rotated page. [Professional & Forms]
- Inability to read PDF dictionary comments containing numbers. [Bookmark, Forms, Stamp & Merge n Split]
- Errors occurring when loading certain types of PDF documents. [Bookmark, Forms, Stamp & Merge n Split]
- Drawing image watermarks. [Professional, Standard & Stamp]
 
Version 2.0 Preview - December 5, 2007
Enhancements:
[Professional]
- Support for CCITT4 images in viewer.
- Improved rendering in viewer.
- Support for adding annotations to a rotated page.
Fixes:
- Errors occuring when loading certain types of PDF documents.
 
Version 2.0 Beta - July 4, 2007
- Introduced PDF viewer component
- Introduced PDF printer component
and several fixes.
 
Version 1.42 - March 26, 2007
- Support for measuring text width in a particular font. [Professional, Standard, Create & Stamp]
- Support for specifying System.Drawing.Bitmap objects for drawing watermarks [Professional, Standard & Stamp]
- Support for creating rotated watermarks [Professional, Standard & Stamp]
- Support for retrieving fully qualified names of form fields [Professional & Forms]
 
Version 1.41 - January 16, 2007
Enhancements:
[PDFOne .NET Standard]
- Support for splitting PDF files based on numbers of pages and page range.
- Support for reading actions specified for link annotations.

[PDFOne .NET Create Version 1.0]
- Support for reading PDF content from files and memory streams.
- Support for saving PDF content to files and memory streams.
- Support for rendering shapes such as circle, bezier curves, and rectangle.
- Support for rendering images of all image formats supported by the .NET framework.
- Support for Unicode text rendering.
- Support for full and subset embedding of TTC, TrueType and OpenType fonts.
- Support for changing default page layout.
- Support for changing default document view (page mode).
- Support for reading XML metadata of a document.
- Support for 40-bit and 128-bit encryption.
- Support for changing user permissions. (Requires owner password.)
- Support for reading password protected documents. (Requires password.)
- Support for reading and writing viewer preferences properties.
- Support for reading and writing document information properties.
- Support for Unicode document information.
- Support for e-mailing the document after it is saved to a file.
- Support for printing the output PDF file (with Adobe Reader) immediately after it is created.
- Support for opening the output PDF file (with Adobe Reader) immediately after it is created.

[PDFOne .NET Bookmark Version 1.0]
- Support for adding new bookmarks and editing existing bookmarks with unlimited nesting levels.
- Support for adding actions to bookmarks (URI, go-to, remote go-to, launch, and JavaScript].
- Support for deleting existing bookmarks.
- Support for setting and removing thumbnail images.

[PDFOne .NET Forms Version 1.0]
- Support for adding/reading/editing/deleting various types of annotations such as circle, file attachment, link, and free text.
- Support for custom appearance for all annotations except link and popup annotations.
- Support for adding/reading/editing/deleting various types of form fields such as text fields, combo boxes, and radio buttons.
- Support for flattening of form fields.
- Support for importing/exporting form fields to FDF (Forms Data Format).

[PDFOne .NET Stamp Version 1.0]
- Support for inserting watermarks and stamps with text and images.
- Support for adding/reading/editing/deleting stamp annotations.

[PDFOne .NET Merge n Split Version 1.0]
- Support for merging multiple documents.
- Support for inserting pages from one document to another.
- Support for appending pages from one document at the end of another.
- Support for extracting pages from documents to create new ones.
- Support for splitting PDF files based on numbers of pages and page range.
 
Version 1.4 - December 15, 2006
Enhancements:
[Professional Edition]
- Support for embedding document-level file attachments.
- Support for retrieving embedded document-level file attachments.

[Standard]
- Support for printing the output PDF file (with Adobe Reader) when it is created.
- New overloaded DrawImage method for specifying System.Drawing.Bitmap instance as parameter.
 
Version 1.3 - November 20, 2006
Enhancements:
[Professional Edition]
- Support for page stitching (side by side, one above another, or with specified offsets).
- Support for changing existing page dimensions.
- Support for creating and editing watermark annotations.

[Standard]
- Support for rendering transparent text, images, and shapes.
 
Version 1.2 - October 13, 2006
Enhancements:
[Professional Edition]
- ImportFDF (Forms Data Format) introduced in PDFDocument to import FDF document to PDF.
- Support for flattening of form fields introduced in PDFPage and PDFDocument.
- Named action enhanced to support actions like search, print, rotate etc.

[Standard Edition]
- SetColorSpace method introduced in PDFPage to support CMYK colorspace.
- MergeBookmarks event introduced to set root bookmark for bookmarks of each document while merging documents.
Changes:
[Standard Edition]
- Setting OpenAfterCreate property to true now opens the created PDF after saving instead of after closing the PDFDocument object.
 
Version  1.12 - September 15, 2006
Enhancements:
[Professional Edition]
- Exporting form fields to FDF (Forms Data Format) introduced.
- Support for deletion of form fields introduced.
- Support for new predefined variables/expressions to print Path, File Path, Filename, Author introduced in all text writing methods.
- WriteText and DrawImage methods introduced in PDFAppearanceStream class to allow adding of custom text and images to annotations to change/enhance their appearance.
- Support for creation of form field hierarchy with heterogeneous field types at document and page level introduced.
- Support for editing of hierarchical form fields with heterogeneous fields at document and page level introduced.

[Standard Edition]
- Support for writing text and images to header and footer introduced in PDFDocument class.
 
Version 1.11 - August 16, 2006
Enhancements:
[Professional Edition]
- Enumeration PDFFormFieldType introduced to select required form field type(s).
- New overloaded version of GetAllAnnotations in class PDFDocument now supports page ranges.
- New overloaded version of GetAllFormFields in class PDFDocument now supports page ranges.
- New overloaded version of GetAllFormFields in class PDFDocument and class PDFPage now takes enumeration PDFFormFieldType to specify required field type(s).
- New overloaded version of GetAllFormFields in class PDFDocument and class PDFPage now takes external list to read form fields into.

[Standard Edition]
- Support for predefined variables/expressions to print date, time, page number and total page number introduced in all text writing methods.

- Support for BDS 2006 for .NET 1.1.
 
Version 1.1 - August 1, 2006
Enhancements:
[Professional Edition]
- Stamp annotation introduced. Use PDFStampAnnot.
- Support for custom appearance for all annotations except link and popup annotations. Use PDFAppearanceStream and set DownAppearance, NormalAppearance and RollOverAppearance.
- Support for custom popup window for all annotations except link and popup annotations. Use PDFPopupAnnot.
- BorderWidth property introduced for all form fields.
- Reading of annotations optimized.
- Reading of selective annotation types at document and page level introduced.
- New constructors introduced for all annotations with additional parameters to ease creation of objects and initializing properties.

[Standard Edition]
- Font handling completely re-implemented. Component file size reduced (~1MB) and performance drastically improved.

+ Ready to run sample codes snippets included under "<PDFOne .NET install dir>\Samples".
+ Documentation enhanced.
Fixes:
[Professional Edition]
- Page display duration now works even if no presentation is set.
- BorderColor and BackgroundColor of all form fields now works correctly if set to transparent.
Changes:
[Professional Edition]
- SetAllAnnotations is removed in PDFDocument and PDFPage. No need to call SetAllAnnotations after setting properties of annotations.
 
Version 1.0.3 - June 5, 2006
Enhancements:
[Professional Edition]
- Enhanced Reading of Form Fields for PDFDocument and PDFPage.
- CustomSymbol property introduced to support Custom Symbols for CheckBox.
- AddItem now takes two string parameters to support ExportValue for PDFFormListBox.
- FieldName property introduced for PDFFormRadioButton.
- Visible property introduced for PDFFormRadioButton.
- Printable property introduced for PDFFormRadioButton.
- DefaultSelectedItemIndex property introduced for PDFFormRadioButton.
- CustomSymbol property introduced to support Custom Symbols for RadioItem.
- AutoAdjustColumnHeight has been renamed to AutoAdjustRowHeight for PDFTable.
- AddCell method now takes additional parameters for specifying Font, Backgroundcolor, Text Alignment etc for creating a table.

[Standard Edition]
- DrawBezierCurve method now takes two control points to draw Bezier Curves in PDFDocument and PDFPage.
Fixes:
[Professional Edition]
- AddTable method now works correctly in PDFDocument and PDFPage.
- DrawArc method now works correctly in PDFDocument and PDFPage.
- DrawPie method now works correctly in PDFDocument and PDFPage.
- Background and Border color for FormFields can now be changed correctly.
- DefaultValue property of ListBox now gets correctly set when the form is reset.
- RadioButtons now work correctly when AtLeastOneSelectedItem property is set to false.
Changes:
[Professional Edition]
- DefaultValue property in PDFFormListBox has now been removed, DefaultSelectedIndex should be used instead.
- DoNotSpellCheck property has been removed in PDFFormListBox.
 
Version 1.0.2 - May 11, 2006
Enhancements:
[Professional Edition]
- ApplyFormAppearances property introduced to allow setting of NeedAppearance flag for FormFields in PDFDocument.
- New constructor introduced for PDFormPushButton, which takes RectangleF parameter.

[Standard Edition]
- HighlightMode property introduced to give different highlighting mode for link annotation in PDFLinkAnnot.
Changes:
[Professional Edition]
- GetFormFields method has been renamed to GetAllFormFields in PDFDocument and PDFPage.
- SetFormField method has been renamed to SetAllFormFields in PDFDocument and PDFPage.
- GetAnnotations method has been renamed to GetAllAnnotations in PDFDocument and PDFPage.
- SetAnnotations method has been renamed to SetAllAnnotations in PDFDocument and PDFPage.
 
Version 1.0.1 - March 16, 2006
Enhancements:
[Professional Edition]
- Title property introduced for PDFFileAttachmentAnnot.
- Subject property introduced for PDFFileAttachment annotation.

[Standard Edition]
- Load method now also takes stream as parameter to support loading of PDF documents in stream.
- DrawPath method now takes pen, brush and measurementUnit parameters in PDFDocument.
 
Version 1.0 - March 3, 2006
PDFOne .NET v1.0 Released.
 
   
   
   
 
    Privacy | Legal | Feedback Copyright © 2002-2008 Gnostice Information Technologies Private Limited. All rights reserved.    


Quick Links
Corporate: Profile | Mission | Technology Partners | Reseller Partners | Latest News | News Archives | Careers | Route Map | Customers | Testimonials | Newsletters Product Categories: Software Developers | Business Analysts | Business Users | Enterprises ♥ Developer Tools: PDFOne .NET | PDFOne Java | eDocEngine VCL | PDFtoolkit VCL | Print2eDoc SDK | eDocEngine ActiveX/.NET | PDFtoolkit ActiveX/.NET | PDF2Many ActiveX/.NET | Many2PDF ActiveX/.NET ♥ Project Requirements Management Applications: Caliber Reporter | Office Productivity Applications: Print2eDoc | PDFWiz | ONEView ♥ Enterprise Applications: PathQuest ♥ Other Links: Support | Download | Buy Now | Contact Us | Home