Description: This software was written by Alessandro Briosi with the
assistance of Russell Lang, as an example of how the
Ghostscript DLL may be used Delphi.
It is not a finished product.
The test program is precompiled as Test.exe.
You must have the Ghostscript DLL on your search path.
For example:
path path c:\gs\gs7.04\bin
.\test.exe
Select "Open File" and it will render all pages then allow you
to view them one at a time. It caches ALL pages in memory,
so don t use it on a PostScript or PDF file with many pages.
Bug fixes by Kelly Dresser 2004-06-26, to work on 32-bit
display and correct the calling convention of stdio and poll
callbacks.
File list (Check if you may need any files):
gsapi
.....\GhostScript.pas
.....\gsapi.pas
.....\gsimage.pas
.....\Main.dfm
.....\Main.pas
.....\MTest.h
.....\Readme.txt
.....\Test.cfg
.....\Test.dof
.....\Test.dpr
.....\Test.exe
.....\Test.res
.....\View.dfm
.....\View.pas