Skip to content

Tag Definition: catchForms

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

pages

implied

None

pdfFile

implied

None

pfx

implied

None

storageFile

implied

None

Can contain
EMPTY

Purpose

This can be used to capture individual pages from an external PDF file. It can draw it into your document as a page backdrop. Used alongside doForm.

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> ➔ <catchForms>