Package | Description |
---|---|
com.docdoku.core.services |
Business layer classes.
|
com.docdoku.server.converters |
Modifier and Type | Method and Description |
---|---|
InputStream |
IOnDemandConverterManagerLocal.getDocumentConvertedResource(String outputFormat,
BinaryResource binaryResource) |
InputStream |
IOnDemandConverterManagerLocal.getPartConvertedResource(String outputFormat,
BinaryResource binaryResource) |
Modifier and Type | Method and Description |
---|---|
InputStream |
OnDemandConverter.getConvertedResource(String outputFormat,
BinaryResource binaryResource,
DocumentIteration documentIteration,
Locale locale)
Get the converted resource in given output format for a document iteration
|
InputStream |
OnDemandConverter.getConvertedResource(String outputFormat,
BinaryResource binaryResource,
PartIteration partIteration,
Locale locale)
Get the converted resource in given output format for a part iteration
|
Copyright © 2017 DocDoku. All rights reserved.