Documentation

DependencyChecker
in package

Utility class to check the availability of potentially incompatible libraries.

Table of Contents

Methods

isGhostscriptAvailable()  : void
Throws if GhostScript isn't available on the system.
isImageMagickAvailable()  : void
Throws if ImageMagick isn't available on the system.
isImageMagickPolicyAllowed()  : void
Checks whether Imagick is blocked by restrictive policy.

Methods

isGhostscriptAvailable()

Throws if GhostScript isn't available on the system.

public static isGhostscriptAvailable() : void
Tags
throws
MindeeUnhandledException

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

isImageMagickAvailable()

Throws if ImageMagick isn't 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