Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckToken ¶
func CheckToken() error
CheckToken returns an error if the Documize LICENSE token is invalid.
func MSwordConvert ¶
MSwordConvert provides the standard interface for conversion of a MS-Word document. All the function does is return a pointer to api.DocumentConversionResponse with PagesHTML set to the given (*api.DocumentConversionRequest).Filedata converted by the Documize server.
Types ¶
type Msword ¶
type Msword struct{}
Msword type provides a peg to hang the Convert method on.
func (*Msword) Convert ¶
func (file *Msword) Convert(r api.DocumentConversionRequest, reply *api.DocumentConversionResponse) error
Convert converts a file into the Countersoft Documize format.
Click to show internal directories.
Click to hide internal directories.