Greetings. In Linux (at least in Debian) there is a program named "extract" who extracts text from .pdf and .ps files. This program uses a dynamic library (libextractor) and your program can use it dynamically without any problem.
The only restriction is about linking against static libraries. You can link commercial software against dynamic libs at will (as you will not be using the libs code, but only the libs calls). Ric. On Saturday 19 April 2008, Felipe Monteiro de Carvalho wrote: > Hello, > > I did some googling, and I think there is none, but just in case ... > does anyone know a pascal library to read postscript files? Preferably > open source. Liberal licensing (linking to proprietary code) is > indispensable. > > If not then there will be one in a couple of months =) > > I need to interpret information from a .ps file and generate output > based on that. > > bye, _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal