This section contains working sample code that demonstrates how to perform the various functions necessary to create an e-service. Many of the samples are described in detail in the Programming Guide section.
You can use the following samples as a starting point for creating your e-service.
Sample |
Description |
The Hello World Sample |
Illustrates the minimum functionality to show text in the Publish Wizard hosted browser window. |
Adding an E-service Using a Learn More Page |
Illustrates registering an e-service on the user's computer using the Producer object model. |
A Complete Simple E-service |
Illustrates creating a Web page that displays a custom user interface in the Publish Wizard. This page publishes the presentation using a default profile. |
Allowing the User to Select Profiles |
Illustrates creating a Web page that displays a custom user interface in the Publish Wizard. This page presents the user with a drop-down list box to select a publishing profile. |
Using Properties and Multiple Pages |
Illustrates creating an e-service that lets the user specify values for two properties. Also illustrates the use of DIV elements to imitate multiple Web pages. |
A Complete E-service |
Illustrates creating a Web page that displays a custom user interface in the Publish Wizard. This page implements the most common properties and methods used in by an e-service. |
Displaying Profile Information |
Illustrates how to get information about profile details using the Producer object model. |