Change Log


! : changed
+ : added
* : fixed
- : removed

__________________________________________________

[March 15, 2008] Version 1.1.0.0

! Updated the description of the DLL's to denote which version they were
  compiled for, and changed the copyright notice on all DLL's to denote
  2008.

+ .NET 2008 (Framework 3.5) support was added and you can now use this
  version of the library via the "VB.NET 2008 DLL" sub-directory.

+ Added a "Strong Name Key" to the .NET versions of the library
  (TxtN2Pdf_NET.snk) so that when compiled, the .NET versions will
  be strongly named and can be used within environments such as
  SharePoint and BizTalk which are very picky about security and
  external DLL references. Note that a different key is used for the
  2003, 2005, and 2008 versions.

* Fixed a bug in the DEMO and VB5 & VB6 TEST projects

NOTE: The version number on the DLL's was not changed because no functionality was changed... just description and copyright information.

______________________________________________________________________

[November 1, 2007] Version 1.1.0.0

! Made several code changes to speed up string manipulation, which
  results in much faster processing / execution

! When using the "GetPageBreakString" function to define a page break
  in the middle of a string / file... the page break characters which
  result from the "GetPageBreakString" function call MUST be on their
  own line of text. Users may forget this fact, or not realize this
  fact... so an error message is now thrown to catch such a mistake so
  that users can correct it.

! When converting files to text, the code that opens and reads the
  specified file no longer will lock the file for READING... it will
  only lock it for WRITING. That way, others can view the file's
  contents while it's being converted... they just can't change it.

! Updated the library's copyright information to be current, and
  incremented the version to 1.1.0.0

* Fixed two problems which would occur while running on non-English
  computers. The original build of "Text Into PDF" was not intended for
  international use. This new version is.

* Fixed an issue where files which use LF instead of CR+LF to seperate
  lines (like files created on Mac or Unix based systems) were not being
  processed correctly.

* Fixed a potential problem where setting the "PageSize" property to a
  value other than one of the "PageSizes" enumeration values would cause
  the page width and height to not be set correctly. Now, all bad values
  are caught and converted to "ps_Letter" so they will not cause
  problems, and page width/height is properly handled

+ Added a VB.NET 2005 version

______________________________________________________________________

[June 30, 2004] Version 1.0.0.4

* Fixed a bug where dates wheren't being reported correctly

______________________________________________________________________

[May 1, 2004] Version 1.0.0.3

* Fixed a few minor bugs

______________________________________________________________________

[April 15, 2004] Version 1.0.0.0

+ Initial Release