The DocuStream Go Client
provides an interface for interacting with the DocuStream service, allowing you to apply word formats from templates and convert Word files to PDF.
- Description: Applies specific word formats to documents using a pre-defined template.
- Prerequisites: The DocuStream service must be running. Refer to the DocuStream repository for setup instructions.
- Client Setup: Use
NewWordClient
to create a client that connects to the DocuStream service.
- Description: Converts Word documents to PDF format.
- Prerequisites: Ensure the DocuStream service for conversion is running. See the service setup instructions for details.
- Client Setup: Use
NewConvertClient
to create a client for handling conversion tasks.
- For detailed usage, refer to the test cases provided in the repository, which demonstrate the use of
ApplyWord
andWordToPDF
functions.
- Dependencies: Ensure all dependencies are installed and services are correctly configured.
- Setup: Refer to the DocuStream repository README for complete setup instructions.
- For issues or questions, open an issue on the GitHub repository.