generateStrictVariant

generateStrictVariant

PREMIUM TRIAL / ADVANCED

Generates a strict DOCX from a transitional DOCX.

Description
public generateStrictVariant (string $source [, string $target])
Parameters

source

Path to the docx.

target

Path to the docx output. If null, avoid creating the output.

Return values

DOCXStructure

Exceptions

Error while trying to open the (base) template as a zip file.

Code samples

Example #1