Driver SDK 4.2.0
PrintFactory Driver SDK
Introduction

The PrintFactory Driver SDK the possibility to create drivers for PrintFactory RIP
based product and/or use driver compatible with PrintFactory RIP based products.

There are 4 main modules in the API:
- DLL exports : Main access routines to query the driver and/or to create a driver object (instance).
- Instance methods : Explanation of methods available in the instance object (handle the device). For each instance of the device connected an driver instance is created.
- Session methods : Explanation of methods available in the session object (to drive the device). For each job a session object is created by the instance. Only one session can be active per instance.
- Driver information : Explanation of the data retrieved by the Info query of the instance object.