-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (21 loc) · 1004 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
libopvprpdlpso.* - RPDL driver based on OPVP interface
This project will implement OPVP[1] interface with porting
from Ricoh Ghostscript fork[2].
NOTE: this project is just started, have no function yet.
To test this driver,
0) Install the driver.
To know how to build this driver, see the INSTALL file.
1) Check if Ghostscript has the "opvp" driver.
"http://opfc.sourceforge.jp/install.html.en" will help you
to understand how to check and install it.
2) Prepare an example data to test the driver. If you have a
PostScript data "example.ps", start the driver test as
following.
$ test/gstest.sh example.ps
This script forks Ghostscript, and Ghostscript loads the
"libopvprpdl" driver, and render the data you gave.
Instead of PostScript file, you can use any example file
that Ghostscript handles, such as PDF.
[1] ftp://ftp.pwg.org/pub/pwg/fsg/vector/pdapi-spec-1.0rc5.pdf
(currently work in progress)
[2] http://www.ricoh.co.jp/dspinfo/orca/obj/cnt_gs_v871.html