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
)
Public Shared Function UniversalConversion (
filter As IFilter,
options As WordToPDFOptions
) As DocumentConversion
public:
static DocumentConversion^ UniversalConversion(
[InAttribute] IFilter^ filter,
[InAttribute] WordToPDFOptions^ options
)
pdftron.PDF.Convert.UniversalConversion = function(filter, 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:
DocumentConversionA DocumentConversion object which encapsulates this particular conversion
Remarks
see WordToPdfConversion() if you would like more control over the conversion process
See Also