Click or drag to resize

ConvertUniversalConversion Method (IFilter, WordToPDFOptions)

Create a DocumentConversion object suitable for converting a document to pdf.

Font requirements: on some systems you may need to specify extra font resources to aid in conversion. Please see http://www.pdftron.com/kb_fonts_and_builtin_office_conversion

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static DocumentConversion UniversalConversion(
	IFilter filter,
	WordToPDFOptions options
)

Parameters

filter
Type: pdftron.FiltersIFilter
the stream representing the content of the source document. The source must be in a format that is supported for universal conversion.
options
Type: pdftron.PDFWordToPDFOptions
the conversion options

Return Value

Type: DocumentConversion
A DocumentConversion object which encapsulates this particular conversion
Remarks
see WordToPdfConversion() if you would like more control over the conversion process
See Also