dtsExtractionOptions (attached to a dtsFileConvertJob2) specifies how embedded images and attachments should be handled.
File: dtsearch.h
Data Member |
Description |
---|---|
If the dtsExoLimitExtensions flag is set, image and attachment filename extensions will be limited to the values listed in allowedExtensions. | |
Extension to add to images and attachments when the dtsExoLimitExtensions flag is set and an image or attachment has an extension that is not listed in allowedExtensions. | |
Filename prefix for extracted files stored in outputLocation | |
ExtractionOptionsFlags value. | |
Name of text file to create with the names of all images and attachments extracted to the outputLocation. | |
Output folder for images and attachments extracted from the input file | |
URL of the outputLocation for links in the conversion output. | |
Text to use for link to an attachment that has no name |
Data Member |
Description |
---|---|
If the dtsExoLimitExtensions flag is set, image and attachment filename extensions will be limited to the values listed in allowedExtensions. | |
Extension to add to images and attachments when the dtsExoLimitExtensions flag is set and an image or attachment has an extension that is not listed in allowedExtensions. | |
Filename prefix for extracted files stored in outputLocation | |
ExtractionOptionsFlags value. | |
Name of text file to create with the names of all images and attachments extracted to the outputLocation. | |
Output folder for images and attachments extracted from the input file | |
URL of the outputLocation for links in the conversion output. | |
Text to use for link to an attachment that has no name |
Method |
Description |
---|---|
Clear all data | |
Copy another dtsExtractionOptions (shallow copy) | |
Constructor |
Method |
Description |
---|---|
Clear all data | |
Copy another dtsExtractionOptions (shallow copy) | |
Constructor |
During conversion, embedded images and attachments can be extracted to a folder, with links to the extracted images and attachments inserted in the output.
When highlighting hits, flags should be consistent with the behavior of the indexer or hit highlighting will be inconsistent.
dtsExoExtractAttachments should not be used when highlighting hits because in some cases text is added to the conversion output to provide a location for the link to the extracted attachment.
dtsExoDoNotConvertAttachments should not be used when highlighting hits because the indexer does convert attachments to text.
dtsExoExtractImages can be used when highlighting hits.