VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.AspNetCore.ApiControllers Namespace / VintasoftPdfApiController Class / ConvertToPdfA(PdfARequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertToPdfA(PdfARequestParams) Method (VintasoftPdfApiController)
    In This Topic
    Converts a PDF file to a PDF/A file.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function ConvertToPdfA( _
    ByVal requestParams
    Information about PDF file and PDF/A format.
    As Vintasoft.Imaging.Pdf.Web.Services.PdfARequestParams _
    ) As Vintasoft.Imaging.Pdf.Web.Services.PdfAResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Imaging.Pdf.Web.Services.PdfAResponseParams ConvertToPdfA(
    Vintasoft.Imaging.Pdf.Web.Services.PdfARequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.Pdf.Web.Services.PdfAResponseParams* ConvertToPdfA(
    Vintasoft.Imaging.Pdf.Web.Services.PdfARequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.Pdf.Web.Services.PdfAResponseParams^ ConvertToPdfA(
    Vintasoft.Imaging.Pdf.Web.Services.PdfARequestParams^ requestParams
    )

    Parameters

    requestParams
    Information about PDF file and PDF/A format.

    Return Value

    Response from the server, which contains information about PDF/A conversion result.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6

    See Also