Class UserAgent

java.lang.Object
com.realobjects.pdfreactor.useragent.UserAgent
All Implemented Interfaces:
Closeable, AutoCloseable

public class UserAgent extends Object implements Closeable

A UserAgent can be passed to a PDFreactor conversion via the Configuration object.

The lifecycle of user agents doesn't end with the conversion and instances are intended to be re-used for multiple conversions.

Settings that are specified in the UserAgentConfiguration always take precedence over those specified in the Configuration, even if the are null.

User agent instances should be closed after they are no longer needed.