PubFactory.CreatePdfConverter

CreatePdfConverter()

Creates PdfConverter

public static IPdfConverter CreatePdfConverter()

Return Value

PdfConverter

See Also


CreatePdfConverter(PubToPdfConversionOptions)

Creates PdfConverter using conversion options specified

public static IPdfConverter CreatePdfConverter(PubToPdfConversionOptions conversionOptions)
ParameterTypeDescription
conversionOptionsPubToPdfConversionOptionsoptions for export to PDF format

Return Value

PdfConverter

See Also