AutomatedDocs features a versatile tagging system that facilitates the insertion of dynamic content into your documents. Familiarizing yourself with these tags and fields is crucial for creating complex documents that automatically populate with the appropriate data.
Text fields utilize simple tags to insert basic content such as text, numbers, or dates into your document. The tag is replaced by the corresponding data provided during document generation.
Usage: ${field_name}
To include images in your document, use the IMAGE_
prefix followed by the tag name. You can also specify the dimensions of the image by appending :widthxheight
to the tag.
Usage ${IMAGE_TAG:widthxheight}
Example:
${IMAGE_TEST:500x500}