public class DocumentAssembler extends Object
| Constructor and Description |
|---|
DocumentAssembler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
assembleDocument(InputStream sourceStream,
OutputStream targetStream,
DataSourceInfo... dataSourceInfos) |
boolean |
assembleDocument(InputStream sourceStream,
OutputStream targetStream,
LoadSaveOptions loadSaveOptions,
DataSourceInfo... dataSourceInfos) |
boolean |
assembleDocument(String sourcePath,
String targetPath,
DataSourceInfo... dataSourceInfos) |
boolean |
assembleDocument(String sourcePath,
String targetPath,
LoadSaveOptions loadSaveOptions,
DataSourceInfo... dataSourceInfos) |
BarcodeSettings |
getBarcodeSettings() |
KnownTypeSet |
getKnownTypes() |
int |
getOptions() |
static boolean |
getUseReflectionOptimization() |
void |
setOptions(int value) |
static void |
setUseReflectionOptimization(boolean value) |
public boolean assembleDocument(InputStream sourceStream, OutputStream targetStream, DataSourceInfo... dataSourceInfos) throws Exception
Exceptionpublic boolean assembleDocument(InputStream sourceStream, OutputStream targetStream, LoadSaveOptions loadSaveOptions, DataSourceInfo... dataSourceInfos) throws Exception
Exceptionpublic boolean assembleDocument(String sourcePath, String targetPath, DataSourceInfo... dataSourceInfos) throws Exception
Exceptionpublic boolean assembleDocument(String sourcePath, String targetPath, LoadSaveOptions loadSaveOptions, DataSourceInfo... dataSourceInfos) throws Exception
Exceptionpublic BarcodeSettings getBarcodeSettings()
public KnownTypeSet getKnownTypes()
public int getOptions()
public static boolean getUseReflectionOptimization()
public void setOptions(int value)
public static void setUseReflectionOptimization(boolean value)
Copyright © 2026. All rights reserved.