VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / DocumentConverter Class / Convert Methods / Convert(String,String) Method
Syntax Requirements SeeAlso
In This Topic
Convert(String,String) Method (DocumentConverter)
In This Topic
Converts a document that is located in sourceFilename to the outputFilename.
Syntax
'Declaration

Public Overloads Shared Sub Convert( _
ByVal sourceFilename
The source filename.
As System.String, _
ByVal outputFilename
The output filename.
As System.String _
)
public static void Convert(
System.String sourceFilename,
System.String outputFilename
)

Parameters

sourceFilename
The source filename.
outputFilename
The output filename.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also