Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
Conversion format |
Required |
- |
Select the file format for conversion.
- [JPEG]:(default)
Converts to JPEG format.
- [PNG]:
Converts to PNG format.
- [GIF]:
Converts to GIF format.
- [BMP]:
Converts to BMP format.
|
|
Compressibility |
Required |
- |
Select the compressibility of the image after conversion.
- [No compression]:(default)
Does not compress.
- [Low]:
Compresses the converted image size to low level.
- [Medium]:
Compresses the converted image size to medium level.
- [High]:
Compresses the converted image size to high level.
|
- Enabled only when [jpg] is selected in [Conversion format].
- The higher the compression ratio, the smaller the image file size, but, the image becomes grainy.
|
Resolution |
Required |
- |
Select the resolution of the image after conversion.
- [100dpi]:
Converts to 100dpi image.
- [200dpi]:(default)
Converts to 200dpi image.
- [300dpi]:
Converts to 300dpi image.
|
- The higher the resolution, the clearer the image, but, the size of the image file becomes large.
|
Color type |
Required |
- |
Select the color type of the image after conversion.
- [Original]:(default)
Output in original color.
- [Grayscale]:
Output in gray scale.
- [Monochrome]:
Output in monochrome.
|
|
Component variable name |
Description |
Remarks |
count |
Converted file count will be stored. |
|
message_category |
When an error occurs, the corresponding message code's category is stored. |
|
message_code |
When an error occurs, the corresponding message code is stored. |
|
message_level |
When an error occurs, the corresponding message code's severity is stored. |
|
error_type |
When an error occurs, the error type is stored. |
- Default value is null.
- The error type will be in the following format.
Example: "java.io.FileNotFoundException"
The contents to be stored may vary depending on DataSpider Servista versions.
|
error_message |
When an error occurs, the error message is stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions.
|
error_trace |
When an error occurs, the error's trace information is stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions and client applications.
|
Exception name |
Cause |
Solution |
InvalidPropertyConfigurationException
<property name> is not specified. |
[<property name>] is not specified. |
Enter the [<property name>]. |
InvalidPropertyConfigurationException
Specify a valid page range. |
The syntax of [Page range] is invalid. |
Check whether the syntax of [Page range] is correct. |
java.io.FileNotFoundException |
The file specified in [<property name>] does not exist. |
Check the [<property name>]. |
PathIsNotAbsoluteException |
The path specified for [<property name>] is not an absolute path. |
Specify an absolute path in [<property name>]. |
FileIsDirectoryException |
The path entered in [PDF file path] is a directory. |
Enter the file path in [PDF file path]. |
FileIsNotDirectoryException |
The path entered in [Output directory] is a file. |
Enter the directory path in [Output directory]. |