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

  What's New  Follow us on Facebook Subscribe to our news and updates
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.