Release Notes: Support for reusable images was added. Various minor bugs were fixed.
Release Notes: This release can be compiled for Win32 using mingw or Visual C. It has support for creating Type3 fonts. Kerning and ligatures can be added manually.
Release Notes: Fixes various bugs in PS_continue_text(), PS_get_buffer(), PS_begin_page(), PS_arc(), PS_arcn(), and PS_set_border_style(). Adds support for BMP, TIFF, and GIF images. Adds a blind feature to PS_show_boxed(). Setting boxheight in PS_show_boxed() makes the box as large as needed.
Release Notes: PS_add_bookmarks() now works even with characters in the bookmark text which are not allowed in PostScript strings. PS_open_image() can read EPS images from memory. Encoding vectors at position 363-365 were fixed. JPEG CMYK images can now be read without segmentation faults. The character to dissolve ligatures can be set through the "ligaturedisolvechar" parameter. Entering PS_PATH_SCOPE always starts a new PostScript path. This fixes the clipping bug. Both grayscale and RGB JPEG images can be read.
Release Notes: Several segm faults on Solaris have been fixed. This release can be compiled with the C++ compiler. It has better support for PNG files.
Release Notes: An error in template handling was fixed. A memory leak was fixed. More error checking is done when registering a resource. Ascii85 encoding now works on little-endian machines.
Release Notes: Encoded images can now be hex or ASCII85. PS_setoverprint() was renamed to PS_setoverprintmode(). Support for graphic states and shading patterns was added, and JPEG images can now be read. Image data is now encoded with ASCII85 to reduce file size. A bug in PS_fill_stroke() that caused invalid PostScript due to missing space was fixed.
Release Notes: A search path was implemented. Real in memory creation of documents was added. Memory profiling was fixed. Some memory leaks and potential segmentation faults were fixed. Page hooks were added.
Release Notes: Support for spot colors and overprinting was added. The program now distinguishes between fill and stroke color. Much better resource handling was implemented with less risk of a corrupted PostScript file, and the man pages were updated.
Release Notes: Several errors in font encoding were fixed along with problems in the man pages and some potential buffer overflows.