Documentation

DependencyChecker
in package

Utility class to check the availability of potentially incompatible libraries.

Table of Contents

Methods

isGhostscriptAvailable()  : void
Returns true if ghostscript is available on the system.
isImageMagickAvailable()  : void
Returns true if ImageMagick is available on the system.
isImageMagickPolicyAllowed()  : void
Checks whether Imagick is blocked by restrictive policy.

Methods

isGhostscriptAvailable()

Returns true if ghostscript is available on the system.

public static isGhostscriptAvailable() : void
Tags
throws
MindeeUnhandledException

Throws if the GhostScript command cannot be found on the system.

isImageMagickAvailable()

Returns true if ImageMagick is available on the system.

public static isImageMagickAvailable() : void
Tags
throws
MindeeUnhandledException

Throws if ImageMagick isn't loaded.

isImageMagickPolicyAllowed()

Checks whether Imagick is blocked by restrictive policy.

public static isImageMagickPolicyAllowed() : void
Tags
throws
MindeeUnhandledException

Throws if the local ImageMagick policy does not allow for PDF manipulations.


        
On this page

Search results