insertAddress

insertAddress

PREMIUM TRIAL / ADVANCED

Inserts the address value in a DOCX document as a custom property.

Description
public insertAddress ( string $source, string $target, string $address )

Inserts the address value in a DOCX document as a custom property.

Parameters

source

DOCX path.

target

DOCX output path.

address

Address value.

Exceptions

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

Code samples

Example #1