PDF Creator Pilot: versions history

2.00
 ~ New interface for version 2: now you should use PDFCreatorPilot2 type library and IpiPDFDocument2 interface. Interfaces, methods and properties are compatible with version 1.x. Version 2.x and version 1.x can be used at the same computer.
 + Unicode support
 + new Unicode text output methods:
   PDFPAGE_UnicodeTextOut
   PDFPAGE_UnicodeTextWidth
   PDFPAGE_UnicodeTextOutBox
 + Unicode EMF images support added
 ~ Now scale factors for EMF draw functions should be calculated using resolution value of referenced DC (see UsedDCResolution, UsedDC, UseScreenDC properties)
 + UseScreenDC property added
 ~ PDFPAGE_BeginText and PDFPAGE_EndText can be skipped from current version
 ~ .FontEmbedStyle should be skipped from current version. Version 2.x of the library embed only used glyphs of the font always.
 ~ Updated documentation
 ~ Updated examples
 * Minor bug-fixes
 
1.30
 ~ EMF files handling improved
 + "Edit Fields", "Combobox Demo", "Table drawing" VBScript examples were added. See /Examples/VBScript/Other
 * minor bug-fixes and internal changes

1.20.01
 * bug with comboboxes' .PDFANNOTATION_Items property fixed

1.20
 ~ improved EMF support
 + new .FontEmbedStyle property. Now can use different font embedding styles
 + new .AddImageFromBuffer method
 + new .AddImageFromMemory method
 + new .PDFPAGE_TextOutBox method. Use this method to draw the text string wrapped in the rectangle box
 * minor bug-fixes


1.10.01
 * errors in the ASP examples were fixed


1.10 
 ~ "Pilot PDF Creator" changed to "PDF Creator Pilot".
 ~ OCX extention was changed to DLL
 + 128-bit encryption key support added. See new "ProtectionKeyLength" property and "TxCryptoKeyLength" type.
 ~ improved EMF support 
 ~ "PDFPAGE_PlayeMetaFileExFromFileName" function name changed to ""PDFPAGE_PlayMetaFileExFromFileName""
 * bug with the first-chance exception fixed
 * interactive elements (edit, comboboxes etc) now can be printed.
 + now library support calls from the plain WinAPI (see new "Hello,PDF" VC++ example)
 ~ all TxFontCharset constants were changed. "charset" prefix was added to avoid conflicts with WinAPI constants.
 * minor bugfixes and engine improvements

1.0
 + Initial version