LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

Convert Method

Show in webframe







The name of an existing LEADTOOLS Temporary Document Format file on disk.
The name of the converted document file to be created.
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
public void Convert( 
   string ltdFileName,
   string outputFileName,
   DocumentFormat format
)
'Declaration
 
Public Sub Convert( _
   ByVal ltdFileName As String, _
   ByVal outputFileName As String, _
   ByVal format As DocumentFormat _
) 
'Usage
 
Dim instance As DocumentWriter
Dim ltdFileName As String
Dim outputFileName As String
Dim format As DocumentFormat
 
instance.Convert(ltdFileName, outputFileName, format)
public void Convert( 
   string ltdFileName,
   string outputFileName,
   DocumentFormat format
)

            

            
 function Leadtools.Forms.DocumentWriters.DocumentWriter.Convert( 
   ltdFileName ,
   outputFileName ,
   format 
)
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.
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 proprietary is is intended to be converted after all the pages are collected to the final desired format such as PDF, DOC or HTML.

You can also use the DocumentWriter.AppendLtd method to append pages from one LTD file to another.

For more information, refer to DocumentFormat.Ltd.

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

Example
For an example, refer to DocumentWriter.
Requirements

Target Platforms

See Also

Reference

DocumentWriter Class
DocumentWriter Members
DocumentPage Structure
DocumentFormat Enumeration
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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