Output Service API Quick Starts

The Quick Starts listed in this table are available for the Output service.

Description

Java API (EJB)

Java API (SOAP)

Web service API (MTOM)

Web service API (Java SwaRef)

Creating PDF Documents (the XDP file on which the document is based is located in the file system)

Quick Start (EJB mode): Creating a PDF document using the Java API

Quick Start (SOAP mode): Creating a PDF document using the Java API

Quick Start (MTOM): Creating a PDF document using the web service API

Quick Start (SwaRef): Creating a PDF document using the web service API

Creating PDF Documents (the XDP file on which the document is based is located in a LiveCycle application named Applications/FormsApplication. The location of the XDP file is passed to the Output service.)

Quick Start (EJB mode): Creating a PDF document based on an application XDP file using the Java API

Not available

Not available

Not available

Creating PDF/A Documents (the XDP file on which the document is based is located in the file system)

Quick Start (EJB mode): Creating a PDF/A document using the Java API

Quick Start (SOAP mode): Creating a PDF/A document using the Java API

Quick Start (MTOM): Creating a PDF/A document using the web service API

Quick Start (SwaRef): Creating a PDF/A document using the web service API

Passing Documents located in Content Services (deprecated) to the Output Service (the XDP file on which the document is based is passed to the Output service within a com.adobe.idp.Document instance (Java) or BLOB instance (web services))

Quick Start (EJB mode): Passing documents to the Output Service using the Java API

Quick Start (SOAP mode): Passing documents to the Output Service using the Java API

Quick Start (MTOM): Passing documents to the Output Service using the web service API

Not available

Passing Documents located in the Repository to the Output Service (the XDP file on which the document is based is passed to the Output service within a com.adobe.idp.Document instance. This XDP file is stored in the LiveCycle Repository.)

Quick Start (EJB mode): Passing a document located in the LiveCycle Repository to the Output service using the Java API

Not available

Not available

Not available

Creating PDF Documents Using Fragments (the XDP file on which the document is based is dynamically assembled using the Assembler service)

Quick Start (EJB mode): Creating a PDF document based on fragments using the Java API

Quick Start (SOAP mode): Creating a PDF document based on fragments using the Java API

Quick Start (MTOM): Creating a PDF document based on fragments using the web service API

Not available

Printing to Files (the XDP file on which the document is based is located in the file system)

Quick Start (EJB mode): Printing to a file using the Java API

Quick Start (SOAP mode): Printing to a file using the Java API

Quick Start (MTOM): Printing to a file using the web service API

Quick Start (SwaRef): Printing to a file using the web service API

Sending Print Streams to Printers (the XDP file on which the print stream is based is located in the file system)

Quick Start (EJB mode): Sending a print stream to a network printer using the Java API

Quick Start (SOAP mode): Sending a print stream to a network printer using the Java API

Quick Start (MTOM): Sending a print stream to a network printer using the web service API

Quick Start (SwaRef): Sending a print stream to a network printer using the web service API

Creating Multiple Output Files (the XDP file on which the documents are based is located in the file system)

Quick Start (EJB mode): Creating multiple PDF files using the Java API

Quick Start (SOAP mode): Creating multiple PDF files using the Java API

Quick Start (MTOM): Creating multiple PDF files using the web service API

Quick Start (SwaRef): Creating multiple PDF files using the web service API

Creating Search Rules (the XDP file on which the print stream is based is located in the file system)

Quick Start (EJB mode): Creating search rules using the Java API

Quick Start (SOAP mode): Creating search rules using the Java API

Quick Start (MTOM): Creating search rules using the web service API

Quick Start (SwaRef): Creating search rules using the web service API

Flattening PDF Documents

Quick Start (EJB mode): Transforming a PDF document using the Java API

Quick Start (SOAP mode): Transforming a PDF document using the Java API

Quick Start (MTOM): Transforming a PDF document using the web service API

Quick Start (SwaRef): Transforming a PDF document using the web service API

LiveCycle operations are organized into the following Quick Start categories:

  • Java API (EJB) - Demonstrates using the LiveCycle strongly-typed API and the connection mode is set to EJB. (See Setting connection properties.)

  • Java API (SOAP) - Uses the LiveCycle strongly-typed API and the connection mode is set to SOAP.

  • Web service API (MTOM) - Demonstrates using a .NET client proxy and MTOM. (See Invoking LiveCycle using MTOM.)

  • Web service API (SwaRef) - Demonstrates using Java proxy classes and SwaRef. These Java proxy classes are separate from the LiveCycle strongly-typed API. (See Invoking LiveCycle using SwaRef.)

    Note: Quick Starts located in Programming with LiveCycle are based on the LiveCycle Server being deployed on JBoss Application Server and the Microsoft Windows operating system. However, if you are using another operating system, such as UNIX, replace Windows-specific paths with paths that are supported by the applicable operating system. Likewise, if you are using another J2EE application server, ensure that you specify valid connection properties. (See Setting connection properties.)

// Ethnio survey code removed