Package com.adobe.livecycle.formsservice.client

Contains classes that enable you to create client applications that can invoke the Forms service, which sends forms across a network to client devices and enables you to retrieve data that is submitted with the form.

See:
          Description

Class Summary
AcrobatVersion Represents the Acrobat version that is required to view the PDF form that the PDF forms service renders.
ActivityGuideRenderSpec Enables you to define run-time options that control how the PDF forms service renders form guides.
BeanConstants  
FormModel Specifies the location of where an HTML form is processed.
FormPreference Represents a transformation type that is specified while rendering a form as HTML.
FormsResult Provides access to the PDF forms service processing results, such as the data content, the transformation result, and the content type.
FormsServiceClient Allows you to create a Java object that invokes operations that belong to the PDF forms service.
HTMLRenderSpec Allows you to define run-time options that control how the PDF forms service renders HTML forms.
HTMLToolbar Specifies the appearance of an HTML toolbar that is rendered with an HTML form.
OutputType The output type value that specifies how a form that is rendered as HTML is displayed.
PDFFormRenderSpec Enables you to define run-time options that control how the PDF forms service renders PDF forms.
PDFVersion Represents PDF version information that is passed to the PDFFormRenderSpec object's setPDFVersion method or returned by the PDFFormRenderSpec object's getPDFVersion method.
ReaderExtensionSpec Allows you to define run-time options that control how the PDF forms service renders rights-enabled forms.
RenderAtClient Enables the delivery of PDF content by using the the client-side rendering capability of Acrobat 7.0 or later.
RenderOptionsSpec Enables you to define run-time options that control how the PDF forms service renders forms and handles form submissions.
StyleGenerationLevel Defines styles used by the PDF forms service when rendering HTML forms.
TransformTo Represents HTML transformation types that are used by the renderHTMLForm method.
URLSpec Enables you to set URI values that are required by the PDF forms service when rendering forms.
URLSpecConstants  
 

Package com.adobe.livecycle.formsservice.client Description

Contains classes that enable you to create client applications that can invoke the Forms service, which sends forms across a network to client devices and enables you to retrieve data that is submitted with the form. For example, after a user fills in an interactive form and submits it, you can retrieve the data that the user entered in the form’s fields. You can then process the data in a variety of ways, such as performing calculations, storing it in an enterprise database, or sending it to another application.