.NET Framework Class Library
DocumentConverter.ConvertToFile Method (Object, String, String, String, ConversionMode, EncoderSettings, ConverterSettings, String)
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Converter Namespace > DocumentConverter Class > DocumentConverter Methods > ConvertToFile Method > DocumentConverter.ConvertToFile Method (Object, String, String, String, ConversionMode, EncoderSettings, ConverterSettings, String) |
Convert specified files to specified format using specified settings.
Namespace: Gnostice.Converter
Assembly: Gnostice.Converter (in Gnostice.Converter.dll)
Visual Basic |
Public Function ConvertToFile ( _ |
C# |
public List<string> ConvertToFile( |
Visual C++ |
public: |
input
Type: System.Object
\input document that needs to be converted (a stream, a \file pathname, a list of streams, a list of pathnames)
outputFileFormat
Type: System.String
format to which the input document needs to be converted
outputDir
Type: System.String
folder to which the converted documents need to be saved
baseFileName (Optional)
Type: System.String
prefix for the output documents
conversionMode (Optional)
Type: Gnostice.Documents.ConversionMode
encoderSettings (Optional)
Type: Gnostice.Core.EncoderSettings
format\-specific conversion settings
converterSettings (Optional)
Type: Gnostice.Converter.ConverterSettings
conversion operation settings
inputDocPassword (Optional)
Type: System.String
password with which the \input document needs to be opened