Downloadliste

Projektbeschreibung

PSlib is a library for generating multi-page PostScript documents. There are functions for drawing lines, arcs, rectangles, curves, etc. It provides very sophisticated functions for text output, including hyphenation and kerning.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-04-01 18:06
0.4.5

Unterstützung für wiederverwendbare Bilder aufgenommen. Verschiedene kleinere Fehler wurden behoben.
Support for reusable images was added. Various minor bugs were fixed.

2007-07-12 18:36
0.4.0

Diese Version kann für Win32 mit MinGW oder Visual C. Es erstellt werden, hat die Unterstützung für die Schaffung Type3 Schriften. Kerning und Ligaturen können manuell hinzugefügt werden.
Tags: C, Major feature enhancements
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.

2006-06-07 19:25
0.2.7

Behebt verschiedene Fehler in PS_continue_text (), PS_get_buffer (), PS_begin_page (), PS_arc (), PS_arcn () und PS_set_border_style (). Fügt Unterstützung für BMP, TIFF und GIF-Bilder. Fügt ein blinder Funktion PS_show_boxed (). Einstellen boxheight in PS_show_boxed () führt das Feld so groß wie nötig.
Tags: C, Major bugfixes
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.

2005-07-28 16:50
0.2.6

PS_add_bookmarks () funktioniert jetzt auch mit Zeichen in der Lesezeichen-Text, die nicht im PostScript-Strings erlaubt sind. PS_open_image () kann EPS-Bilder aus dem Speicher zu lesen. Encoding-Vektoren an Position 363-365 wurden behoben. JPEG CMYK-Bilder können nun ohne Segmentierung Fehler gelesen werden. Das Zeichen Ligaturen auflösen können durch die "ligaturedisolvechar"-Parameter eingestellt werden. Anfang des PS_PATH_SCOPE startet immer mit einer neuen PostScript-Pfad. Dies behebt die Clipping-Fehler. Beide Graustufen-und RGB-JPEG-Bilder gelesen werden können.
Tags: C, Major bugfixes
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.

2005-01-14 22:52
0.2.5

Mehrere segm Fehler auf Solaris wurden behoben. Diese Version kann mit der C erstellt werden + +-Compiler. Es hat eine bessere Unterstützung von PNG-Dateien.
Tags: C, Minor bugfixes
Several segm faults on Solaris have been fixed. This release can be compiled with the C++ compiler. It has better support for PNG files.

Project Resources