On this Page

    -retainFragmentLinkPath

    Retains the original fragment path.

    Syntax

    -retainFragmentLinkPath Y|N

    Description

    If Y, preserve the original XDP-linked fragment path and replace, in the path, the fragment file extension *.xdp with *.xatw. By default (N), the fragment file path is replaced with $U/Library/, and the file extension (in a path) is changed to *.xatwlib.

    Note: LiveCycle supports relative paths. For example, <subform usehref="..\Claims\ uses .. to reference the folder one level above the current folder. Therefore, it is recommended that relative paths be updated before running FormConvert so that the fragment links can be located when the converted templates are opened.

    For example, if the DocOrigin forms will use the same folder structure under $U/Forms/, update all occurrences of:

    <subform usehref="..\Claims\

    to:

    <subform usehref="$U/Forms/Claims\

    A text editor such as Notepad++ can be used to make this change with the Find in Files feature. The same folder adjustments should be applied to other linked object references, such as:

    <script usehref="..\Claims\

    Use the text editor’s Replace in Files or Replace All in Files feature carefully, because changes made across multiple files are not reversible. Make the search string as specific as possible to avoid unintended replacements.