Skip to content

Tag Definition: doForm

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

name

required

None

Can contain
EMPTY

Purpose

This can be used to use the pages captured and stored with the catchForms tag. Use the prefix combined with the page number you wish to use.

Example usage

<story>
    <storyPlace x="0" y="0" width="0" height="0" origin="page">
        <illustration width="0" height="0">
            <catchForms pdfFile="test_031_japanese.pdf" pfx="SIMPLE"/>
            <doForm name="SIMPLE0"/>
        </illustration>
    </storyPlace>
</story>

Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.

Example of nesting path from the parent tags to the current tag

<document> ➔ <story> ➔ <storyPlace> ➔ <illustration> ➔ <doForm>