Latest release

3.0.42.0
released Yesterday

Version history

  • Version 3.0.42.0, released July 30, 2010
    • Text extraction sometimes replace characters with a space. This issue was introduced in 3.0.40.0.
    • The JavaScript Doc.AddField() method uses Courier as default font. This should be Helvetica.
  • Version 3.0.41.0, released July 12, 2010
    • Support for .NET 4.0 Client Profile added (new assembly).
    • PDF.Forms.Fields.XfaInfo.DataBindingPath getter added.
    • Unicode escapes in an XFA picture clause are not resolved.
    • JavaScript: Converting a string into a number can result in NaN.
    • Reconstructing corrupt documents has been improved.
  • Version 3.0.40.0, released June 29, 2010
    • ImageShape.CreateBitmap() produces incorrect results for images that are drawn through an image mask.
    • Documents with a slightly incorrect opacity value lead to an exception.
  • Version 3.0.39.0, released June 4, 2010
    • ImageShape.CreateBitmap method has been added. This can be used to get a bitmap from the image shape which is returned by page.CreateShapes.
    • Samples are now available for Visual Studio 2010 as well.
    • MetafileShape has been improved.
    • Cloning a page sometimes results into an incorrect widget.Font in the cloned widgets.
  • Version 3.0.38.0, released May 27, 2010
    • ImageShape: Add support for indexed tiff.
    • Setting widget.Persistency = WidgetPersistency.Remove; will not always removed it's field correct when a dot is in the field name.
    • Widget.Font is sometimes incorrect (defaulted to Helvetica).
    • Font.FamilyName is returning null/nothing.
    • ImageShape: Some tiff documents are displayed inverted.
    • Text extraction sometimes fails when a font is not embedded (reference only).
  • Version 3.0.37.0, released May 3, 2010
    • Support for .NET 4.0 added (new assembly).
    • Reconstructing corrupt documents has been improved.
    • When setting the ContentShape.BlendMode the PDF always indicates that the RGB color space is used.
    • Correct JavaScript code may be rejected or does not behave as expected.
    • Samples should have *_vs2010.sln, *.vs2010_csproj and *_vs2010.vbproj editions as well.
  • Version 3.0.36.0, released April 12, 2010
    • Added support for the following JavaScript field properties and methods: setAction, removeField, rect, alignment, textFont, multiline, and lineWidth.
    • Date-Time fields are sometimes incorrect formatted, or setting the value fails.
    • Reconstructing corrupt fields has been improved.
    • Text extraction sometimes fails when a font is not embedded (reference only).
    • The JavaScript field.getItemAt() method does not interpret missing bExportValue arguments correctly.
    • Writing a file with AppendUpdate mode may lead to a corrupt document.
  • Version 3.0.35.0, released March 16, 2010
    • Added PageIndexDestination.
    • Added SimpleXhtmlShape.DefaultJustified, DefaultLeftMargin, DefaultLineHeight and DefaultTextIndent.
    • In JavaScript field.strokeColor does not work.
  • Version 3.0.34.0, released March 10, 2010
    • RadioButtonField.CanBeDeselected boolean added.
    • DocumentInfo.LastModifiedDate getter added.
    • the javascript doc.resetForm method now also accepts a single field name for its argument.
    • Writing a PDF document with fields and widgets in Update mode, results in a file where unchanged widgets are sometimes included in the update as well. This doesn't result in an incorrect PDF document, but it's larger than needed.
    • Setting a RadioButtonField.Value to null do not deselect the current option.
  • Version 3.0.33.0, released February 25, 2010
    • While extracting text: the font transformation in a type3 font is not applied.
  • Version 3.0.32.0, released February 22, 2010
    • MetafileShape has been improved.
  • Version 3.0.31.0, released February 8, 2010
    • For some gif images the transparant color is not respected.
    • For some documents with inline images Page.Glyphs throws an exception.
    • For some documents with layers the Document.Layers getter throws a null reference exception.
  • Version 3.0.30.0, released January 26, 2010
    • Fields are rebuild when a missing or currupt AcroForm entry in the PDF is found.
  • Version 3.0.29.0, released January 15, 2010
    • PageDisplay.FitBoundingBoxHorizontally and FitBoundingBoxVertically added.
    • Page.CreateShapes() sometimes creates TextShapes with width 0, resulting in stacked text.
  • Version 3.0.28.0, released January 9, 2010
    • On win7/win2008r2 some gif images are flipped (bottom-up).
    • On win7/win2008r2 some gif images results in ‘Color masking not supported on this type of image’ exception.
    • Images without explicit resolution are sized too large (72dpi was used, this should be 96dpi)
  • Version 3.0.27.0, released December 30, 2009
    • document.Write with keepOpen is true sometimes generates corrupt PDF documents.
  • Version 3.0.26.0, released December 16, 2009
    • First RTM release.