Interface XFAModelTransformer


  • public interface XFAModelTransformer
    The XFAModelTransformer interface defines methods for transforming XFA form data.
    • Method Detail

      • exportXfaFormdomJson

        java.lang.String exportXfaFormdomJson​(Resource guideContainer)
                                       throws GuideException
        Exports XFA form data as a JSON string.
        Parameters:
        guideContainer - The resource container containing the XFA form data.
        Returns:
        A JSON string representing the exported XFA form data.
        Throws:
        GuideException - If an error occurs during the export process.
      • exportXfaFormdomJson

        java.lang.String exportXfaFormdomJson​(java.lang.String xdpRef)
                                       throws GuideException
        Exports XFA form data as a JSON string.
        Parameters:
        xdpRef - The reference to the XDP file containing the XFA form data.
        Returns:
        A JSON string representing the exported XFA form data.
        Throws:
        GuideException - If an error occurs during the export process.