mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
self-host enhancements for Word/PDF handling
This commit is contained in:
parent
99b9427b8e
commit
bbcba8eb18
23 changed files with 728 additions and 705 deletions
|
@ -9,15 +9,17 @@
|
|||
//
|
||||
// https://documize.com
|
||||
|
||||
// Package convapi provides the defininitions of types used for file conversion communication between different components of the Documize system.
|
||||
// Package convapi provides the definitions of types used for file conversion communication between different components of the Documize system.
|
||||
package convapi
|
||||
|
||||
// DocumentConversionRequest is what is passed to a Convert plugin.
|
||||
type DocumentConversionRequest struct {
|
||||
Filename string
|
||||
Filedata []byte
|
||||
PageBreakLevel uint
|
||||
Token string // authorisation token
|
||||
Filename string
|
||||
Filedata []byte
|
||||
PageBreakLevel uint
|
||||
LicenseKey []byte
|
||||
LicenseSignature []byte
|
||||
ServiceEndpoint string
|
||||
}
|
||||
|
||||
// Page holds the contents of a Documize page,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue