dtsExtractionOptions (attached to a dtsFileConvertJob2) specifies how embedded images and attachments should be handled.
struct dtsExtractionOptions { int flags; const char * outputLocation; const char * outputReference; const char * outputFileListName; const char * filenamePrefix; const char * unnamedAttachmentLinkText; const char * allowedExtensions; const char * defaultExtension; };
dtsearch.h
During conversion, embedded images and attachments can be extracted to a folder, with links to the extracted images and attachments inserted in the output.
|
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 flags 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 |
|
Data Member |
|
Method |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|