[fpc-pascal] Pascal postscript reading library
Ricardo Aguiar
neldor at aclnet.com.br
Mon Apr 21 10:30:32 CEST 2008
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,
More information about the fpc-pascal
mailing list