VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftImageConverterWebService Class / ConvertFileToPdf(ConvertFileToPdfRequestParams) Method
Syntax Requirements SeeAlso
    ConvertFileToPdf(ConvertFileToPdfRequestParams) Method (VintasoftImageConverterWebService)
    Starts the asynchronous process that converts an image file to the PDF format.
    Syntax
    'Declaration
    
    Public Function ConvertFileToPdf( _
    ByVal requestParams
    The file conversion settings and information about image file.
    As ConvertFileToPdfRequestParams _
    ) As ConvertToResponseParams
     

    Parameters

    requestParams
    The file conversion settings and information about image file.

    Return Value

    The server response, which contains information about file conversion process.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also