The Print Preview Components v5.50 has been released.

  • [feature] As of now, the TPrintPreview control uses GDI+ for smooth drawing and multi-frame TIFF output without need of any third-party wrapper.
  • [change] The PrintPreview output format has been changed. With the new format you can save/load pages to/from middle of a stream containing other contents. In the other hand, lack of version information was the main problem of the older format, and because of that I couldn’t provide a backward compatible output.
  • [change] Output compression is no more supported. Because load and save routines need random access to the stream and compression/decompression streams provide only sequential access, using ZLib library requires an intermediate stream. This is something that should be done in your own application if it is really needed.
  • [bugfix] Some minor tweaks.