Persits Software, Inc. Web Site
 Navigator:  Home |  News

  What's New  Follow us on Facebook Subscribe to our news and updates
Apr 05, 2013 - AspPDF.NET 2.5 Released
The new version includes the following features and fixes:
  • The PdfDocument object now implements the IDisposable interface. The implementation of the Dispose() method simply calls Close(). The object can now be used inside a using statement, as follows:

    using( PdfDocument objDoc = objPdf.OpenDocument( path ) )
    {
       ...
    }

  • A bug in the PdfCanvas.DrawText method responsible for the error HTML rendering error: cannot obtain font "". when used with certain fonts in the HTML mode, has been fixed.
  • The method PdfDocument.SaveHttp which previously internally called Response.Close() causing a hanging problem with the Google Chrome browser no long calls it thus fixing the problem.
  • Various other major and minor bugs have been fixed.
Mar 04, 2013 - Service Release 2.4.0.18304 Available
This service release includes the following fixes:
  • A bug responsible for the appearance of the "replacement character" <?> (0xFFFD) in text strings extacted via the PdfPage.ExtractText method has been fixed.
  • The PdfDocument.OpenImage method has been improved to allow TIFF images employing JPEG compression, as well as TIFF images with a non-standard Planar Configuration tag, to be recognized.
Feb 04, 2013 - AspPDF.NET 2.4 Released with Major Form Enhancements
The new version contains a series of major improvements in AspPDF.NET's form fill-in functionality. The following new features have been added:

  • SetFieldValue, the workhorse method of the form fill-in module, has been enhanced to support fields with font size set to "auto". The handling of Unicode characters in form fields has also been improved.
  • In response to your numerous requests, a "fontless" version of the SetFieldValue method, called SetFieldValueEx, has been added to the PdfAnnot object. The new method only takes a single argument, the text string. It determines the font automatically based on the information embedded in the PDF form being filled in. For more information, see Section 12.1.2 of the user manual.
  • Form flattening functionality has been added via the new PdfForm method Flatten. Flattening a form means turning all of its fields into static graphics with no possibility for further editing. For more information, see Section 12.5 of the user manual.
  • Various minor bugs have been fixed.
Jan 21, 2013 - AspPDF.NET 2.3 Released
The new version offers the following features:
  • Support for a variety of color spaces has been added, namely DeviceGray, CalRGB, CalGray, Lab, ICCBased, Indexed, Separation and DeviceN. Previous versions only supported the DeviceRGB and DeviceCMYK color spaces.

    Two new objects, PdfColorSpace and PdfFunction, have been added to the AspPDF.NET object model to represent color spaces and their supplementary tools, transformation functions. A whole new chapter, Chapter 16, has been added to the User Manual to describe these two objects in detail.

  • The SetFieldValue method of the PdfAnnot object has been improved to fix the "shifting text" problem (the content of form field shifts slightly when the field is switched from the display to edit mode.)
Dec 06, 2012 - AspPDF.NET 2.2 Released
The new version offers the following features:
  • The form fill-in functionality has been extended to include image fields via the method PdfAnnot.SetFieldImage described in Section 12.4 - Image Field Handling.
  • Support for a new barcode, Intelligent Mail Code used by the US Postal Service, has been added:

    The new barcode is described in Section 13.1 - Regular Barcodes, Barcode Type #32.

  • The ImportFromUrl method has been enhanced to recognize local anchors such as <A HREF="#destination"> and <A NAME="destination"> creating links between different parts of the same document. Previous versions ignored local anchors altogether.
  • An internal call to Response.End in the SaveHttp method has been removed to get rid of the exception "Thread was being aborted" thrown by this method.

Oct 22, 2012 - Service Release 2.1.0.15816 Available

The service release makes AspPDF.NET visible to COM. From now on, this native .NET component can be used in a classic ASP environment. For more information on how to use AspPDF.NET (and also AspEmail.NET) from ASP, see our KB support article PS121023186.

The service release also fixes several minor bugs in the parsing and HTML-to-PDF modules.

Oct 10, 2012 - Service Release 2.1.0.15801 Available
The service release addresses the error

No /Pages entry in the document catalog.

produced by some badly formed PDF documents. These documents are now opened without an error.

Jul 30, 2012 - AspPDF.NET 2.1 Released
The new version enables another document's pages to be drawn on this document. The new method PdfDocument.CreateGraphicsFromPage creates an instance of the PdfGraphics object from another document's page which can then be drawn on this document at an arbitrary location or locations, with scaling and rotation applied if necessary.

The new feature is described in Section 9.6 - Drawing Other Documents' Pages.

The new version also fixes several minor bugs. Upgrading is free for registered users.

Apr 18, 2012 - Service Release 2.0.0.14045 Available
  • A bug in the method PdfPage.ResetCoordinates has been fixed.
  • A bug causing document corruption and errors when drawing text and images on a certain rare class of PDF documents has been fixed.
Mar 16, 2012 - Service Release 2.0.0.14017 Available

  • When converting HTML documents containing large tables (tens of thousands of rows) to PDF, AspPDF.NET would sometimes run out of RAM. This problem has now been fixed.
  • AspPDF.NET would take a very long time to open certain PDF documents with very large cross-reference tables. AspPDF.NET's performance has now been improved.
  • A bug responsible for the incorrect rendering of non-ASCII characters in QR Code barcodes has been fixed.
  • A bug causing the occasional error "Source array was not long enough" when rendering text with JUSTIFY alignment has been fixed.
  • A new parameter, CheckboxSize, has been added to the ImportFromUrl method to customize the appearance of checkbox and radio buttons when converting HTML forms to PDF. In the previous versions, this size was fixed to 12 points.
  • Certain PDF documents created by Microsoft Reporting Services caused AspPDF to generate the error 'endstream' word not found while being appended. This problem has now been fixed.
Jan 16, 2012 - Service Release 2.0.0.13777 Available
  • CMYK color support has been added to the method DrawBarcode via the new parameters tc, tm, cy and tk.
  • An alignment-related bug in the method SetFieldValue has been fixed.
  • A bug causing the occasional error

    HTML rendering error: cannot obtain font "<font name>"

    while rendering HTML via the DrawText method has been fixed.

  • A bug causing occasional incorrect content extraction via the method PdfPage.ExtractText has been fixed.
Oct 31, 2011 - Service Release 2.0.0.13723 Available
  • A bug in FlateDecode filter implementation fixed. The previous versions would occasionally hang while opening certain PDF documents.
  • Support for embedded images such as <IMG SRC="data:image/jpeg;base64,..."> added to ImportFromUrl.
  • Several bugs fixed in the document stitching and HTML-to-PDF modules.
Aug 10, 2011 - Service Release 2.0.0.13655 Available
Several minor bugs in the TIFF image processing, font management and signature verification modules have been fixed.
Jul 21, 2011 - Service Release 2.0.0.13617 Available
  • A bug in the QR Code barcode module causing errors on long numeric data has been fixed.
  • The signature verification module has been improved to include the verification of Adobe.PPKLite signatures. Previous versions could only verify Adobe.PPKMS and VeriSign.PPKVS signatures.
Jul 18, 2011 - AspPDF.NET 2.0 Released with AES Support
AspPDF.NET now supports the Advanced Encryption Standard (AES) cipher with 128-bit keys in addition to the RC4 cipher. AES is also known as Rijndael.

Previous versions of AspPDF.NET could not open or operate on AES-encrypted PDF documents. An attempt to work on such a document usually resulted in the error

Decoder failed.

To encrypt a new document with AES, the Encrypt method needs to be called with -128 (negative 128) as the key length argument:

objDoc.Encrypt( "abc", "xyz", -128, pdfPermissions.pdfFull );

May 11, 2011 - Service Release 1.9.0.12783 Available
This service release fixes a bug causing stray characters to appear when using text extraction functionality (PdfPage.ExtractText method) on some PDF documents. It also fixes a minor bug in the parsing module.
Mar 08, 2011 - Service Release 1.9.0.12551 Available
  • Support for the popular QR Code barcode has been added to the DrawBarcode2D method. Click here for more information.
  • An enhancement to the PDF parsing module has been made that prevents the exception "This object is neither a /Page nor /Pages" from occurring when parsing certain badly formed PDF documents.
  • An enhancement to the ImportFromUrl method has been made that enables it to handle CMYK images properly. Previous versions would display CMYK images inverted. The new version adds a new parameter to the ImportFromUrl method, InvertCMYK, which inverts the CMYK images back to normal when set to True.

  • An enhancement to the PdfDocument.Sign method has been made via the new parameter BinarySize that enables the user to avoid entering the PIN twice during the signing if the signer certificate is PIN-protected. Click here for more information on this new parameter.

  • Minor bugs have been fixed.
Nov 01, 2010 - Service Release 1.9.0.12499 Available
  • The text extraction functionality (the PdfPage.ExtractText method) has been improved to reduce the amount of unnecessary space delimiters in the extracted text. This improvement works with many but not all documents.
  • Minor bugs have been fixed.
Oct 05, 2010 - Service Release 1.9.0.12487 Available
  • A bug in the method PdfImage.SetColorMask causing this method to be inoperable fixed.
  • A bug in the method PdfPages.Add causing it to work incorrectly with the InsertBefore argument set to a non-default value fixed.
  • Minor bugs in the PdfDocument.ImportFromUrl method fixed.
Sep 15, 2010 - Service Release 1.9.0.12461 Available
  • A bug in the method PdfPage.ResetCoordinates has been fixed. This bug was responsible for incorrectly resetting the coordinate transformation matrix on some documents.
Sep 13, 2010 - Service Release 1.9.0.12456 Available
  • Yes another bug responsible for the error Input string was not in a correct format when running AspPDF.NET on non-English versions of Windows has been fixed.
Sep 08, 2010 - Service Release 1.9.0.12449 Available
  • A bug responsible for the error Input string was not in a correct format when running AspPDF.NET on non-English versions of Windows has been fixed.
Aug 23, 2010 - Service Release 1.9.0.12435 Available
  • A bug responsible for an error when a File Attachment annotation is created, has been fixed.
  • A new Live Demo, Secure Mail (#14), has been added.
Aug 16, 2010 - Service Release 1.9.0.12431 Available
  • A bug responsible for the error message "Object number not found in object header" when appending a large number of documents together, and also for document corruption, has been fixed.
  • Other minor bugs fixed.
May 06, 2010 - Service Release 1.9.0.12388 Available
  • Support for "comb" fields" added to PdfAnnot.SetFieldValue.
  • Support for background-position CSS property added to PdfDocument.ImportFromUrl.
  • Multiple minor bugs fixed.
Mar 01, 2010 - Service Release 1.9.0.12387 Available
A major bug in the parsing module has been fixed that manifests itself in non-English regional settings only. All clients using AspPDF.NET on operating systems configured to use non-English numeric formats should upgrade immediately.
Feb 11, 2010 - Service Release 1.9.0.12384 Available
This release fixes a minor bug in PdfCanvas.DrawText. It also fixes a bug in handling very large PDF documents.
Jan 08, 2010 - Service Release 1.9.0.12381 Available
This release fixes several minor bugs in Unicode text rendering, fonts and other modules.
Oct 27, 2009 - Service Release 1.9.0.12376 Available
This release fixes minor bugs in the PdfCanvas.DrawText and PdfDocument.SaveHttp methods.
Aug 31, 2009 - AspPDF.NET Officially Released
Our PDF management component for .NET is finally released! We thank everyone who sent us bug reports. We could not have done it without your help.
Aug 13, 2009 - AspPDF.NET Beta 12 Released
  • A bug in the PdfCell.Canvas property fixed.
  • Several HTML-rendering bugs fixed in the PdfDocument.ImportFromUrl method.
Aug 03, 2009 - AspPDF.NET Beta 11 Released
  • A bug in PdfCanvas.DrawText with the ReverseHebrewArabic=true parameter fixed.
Jul 14, 2009 - AspPDF.NET Beta 10 Released
  • A bug in SaveHttp causing the exception Writing to output file failed: Specified argument was out of the range of valid values. Parameter name: offset fixed.
Jul 09, 2009 - AspPDF.NET Beta 9 Released
  • A bug in ImportFromUrl causing the exception When overriding default page margin parameters, the effective page width must be kept constant erroneously fixed.
Jun 16, 2009 - AspPDF.NET Beta 8 Released
  • A bug in the CSS parsing module fixed.
Jun 04, 2009 - AspPDF.NET Beta 7 Released
  • Support for encrypted documents generated by Acrobat 9 improved.
  • Form Field Finder live demo added.
Jun 04, 2009 - AspPDF.NET Beta 6 Released
  • AllowPartiallyTrustedCallers attribute added to the assembly.
May 29, 2009 - AspPDF.NET Beta 5 Released
  • A bug causing the Username and Password arguments in the ImportFromUrl method to be ignored fixed.
May 19, 2009 - AspPDF.NET Beta 4 Released
  • A bug in PdfDocument.Save fixed causing the method not to return a filename when the 2nd argument is set to true.
May 18, 2009 - AspPDF.NET Beta 3 Released
  • A bug in PdfCanvas.SetParams (Dash parameter) fixed.
May 15, 2009 - AspPDF.NET Beta 2 Released
  • A major bug fixed causing AspPDF.NET to generate invalid PDF files when the machine's regional settings are non-English.
  • Several minor bugs fixed.
May 14, 2009 - AspPDF.NET Beta 1 Released
  • AspPDF.NET is now officially in beta! Please help us test it. We are looking forward to your comments and bug reports.
May 13, 2009 - Update Released
  • A bug in PdfManager.LogonUser method causing it to not throw an exception in case of failure fixed.
  • A paragraph on using .pfx files for digital signing is added to Section 8.3 - Digital Signing.
May 04, 2009 - Update Released
  • ImportInfo property added to PdfDocument object.
Apr 30, 2009 - Update Released, Web Site Updated
  • Minor bugs fixed.
  • User Manual and Object Reference sections added to the web site.
Apr 27, 2009 - Update Released
  • LogonUser and RevertToSelf methods added to the PdfManager object to handle authentication-related issues.
  • Bugs fixed in the parameter string parsing module, and also in the PdfAnnots.Add method.
Apr 17, 2009 - Update Released
Minor bugs in ImportFromUrl related to the <OL> tag handling, and font rendering fixed.
Apr 14, 2009 - AspPDF.NET Web Site Goes Live
The AspPDF.net site is the home of, well, AspPDF.NET!

We have finally ported our popular PDF management component from COM to .NET, and you can start using it immediately. There is some more testing to be done, plus we have yet to put together the user manual and object reference, but don't let this stop you from downloading and trying the product right away. We are standing by for your feedback.

Search AspPDF.net

Newsletter Signup

Other Products
AspPDF
AspUpload
AspJpeg
AspEmail
AspEncrypt
AspGrid
AspUser
  This site is owned and maintained by Persits Software, Inc. Copyright © 2003 - 2010. All Rights Reserved.