Leadtools.Forms.DocumentWriters Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Convert Method
See Also 
Leadtools.Forms.DocumentWriters Namespace > DocumentWriter Class : Convert Method



ltdFileName
The name of an existing LEADTOOLS Temporary Document Format file on disk.
outputFileName
The name of the converted document file to be created.
format
The format of the converted document file to be created. This parameter cannot be DocumentFormat.Ltd.
ltdFileName
The name of an existing LEADTOOLS Temporary Document Format file on disk.
outputFileName
The name of the converted document file to be created.
format
The format of the converted document file to be created. This parameter cannot be DocumentFormat.Ltd.
Converts a document from the LEADTOOLS Temporary Document format to any of the formats supported by the LEADTOOLS Document Writer.

Syntax

Visual Basic (Declaration) 
Public Sub Convert( _
   ByVal ltdFileName As String, _
   ByVal outputFileName As String, _
   ByVal format As DocumentFormat _
) 
Visual Basic (Usage)Copy Code
Dim instance As DocumentWriter
Dim ltdFileName As String
Dim outputFileName As String
Dim format As DocumentFormat
 
instance.Convert(ltdFileName, outputFileName, format)
C# 
public void Convert( 
   string ltdFileName,
   string outputFileName,
   DocumentFormat format
)
C++/CLI 
public:
void Convert( 
   String^ ltdFileName,
   String^ outputFileName,
   DocumentFormat format
) 

Parameters

ltdFileName
The name of an existing LEADTOOLS Temporary Document Format file on disk.
outputFileName
The name of the converted document file to be created.
format
The format of the converted document file to be created. This parameter cannot be DocumentFormat.Ltd.

Example

For an example, refer to DocumentWriter.

Remarks

Use the Convert method to convert a file created with the proprietary DocumentFormat.Ltd to any of the other popular formats supported by the LEADTOOLS Document Writers.

The LEADTOOLS Temporary Document format (LTD) was created to support adding a large number of pages to a document in one or more sessions. The file created on disk is propriarity is is intended to be converted after all the pages are collected to the final desired format such as PDF, DOC or HTML.

For more information, refer to DocumentFormat.Ltd.

For more information on creating a document using the LEADTOOLS Document Writer, refer to BeginDocument.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features