|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UtilityService
The Interface UtilityService.
Method Summary | |
---|---|
java.io.File |
convertToPdf(CloudFile file,
java.util.Map<java.lang.String,java.lang.Object> customProperties)
Convert to pdf. |
java.io.File |
convertToPdf(java.io.File file)
Convert to pdf. |
java.io.File |
convertToPdf(java.io.File file,
java.util.Map<java.lang.String,java.lang.Object> customProperties)
Convert to pdf. |
void |
mailMerge(java.io.File doc,
java.io.File database,
java.lang.String sheetName,
java.lang.String outputFileName)
Mail merge. |
Method Detail |
---|
java.io.File convertToPdf(java.io.File file) throws java.lang.Exception
file
- the file
java.lang.Exception
- the exceptionjava.io.File convertToPdf(CloudFile file, java.util.Map<java.lang.String,java.lang.Object> customProperties) throws java.lang.Exception
file
- the filecustomProperties
- the custom properties
java.lang.Exception
- the exceptionjava.io.File convertToPdf(java.io.File file, java.util.Map<java.lang.String,java.lang.Object> customProperties) throws java.lang.Exception
file
- the filecustomProperties
- the custom properties
java.lang.Exception
- the exceptionvoid mailMerge(java.io.File doc, java.io.File database, java.lang.String sheetName, java.lang.String outputFileName) throws java.lang.Exception
doc
- the docdatabase
- the databasesheetName
- the sheet nameoutputFileName
- the output file name
java.lang.Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |