ConvertUniversalConversion Method (String, 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(
string filePath,
WordToPDFOptions options
)
Public Shared Function UniversalConversion (
filePath As String,
options As WordToPDFOptions
) As DocumentConversion
public:
static DocumentConversion^ UniversalConversion(
[InAttribute] String^ filePath,
[InAttribute] WordToPDFOptions^ options
)
pdftron.PDF.Convert.UniversalConversion = function(filePath, options);
Parameters
- filePath
- Type: SystemString
the path to 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
See Also