Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
dtsExtractionOptions Structure
Data Members | Classes | Legend | Members | Methods | Send Feedback

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;
};
File

dtsearch.h

Remarks

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 Members
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 
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 
Group
Methods
Method 
Description 
Clear all data 
copy 
Copy another dtsExtractionOptions (shallow copy) 
Constructor 
Legend
 
Data Member 
 
Method 
Links
You are here: C++ API > Classes > dtsExtractionOptions Structure
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.