'Declaration <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")> Public Function ExportDocxDocumentToPdf( _
ByVal requestParamsRequest, to the server, which contains information about DOCX document that should be exported.As Vintasoft.Shared.Web.WebImageFileRequestParams _
) As Vintasoft.Imaging.Office.Web.Services.ExportDocxDocumentToPdfResponseParams
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public Vintasoft.Imaging.Office.Web.Services.ExportDocxDocumentToPdfResponseParams ExportDocxDocumentToPdf(
Vintasoft.Shared.Web.WebImageFileRequestParams requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public: Vintasoft.Imaging.Office.Web.Services.ExportDocxDocumentToPdfResponseParams* ExportDocxDocumentToPdf(
Vintasoft.Shared.Web.WebImageFileRequestParams* requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public:
Vintasoft.Imaging.Office.Web.Services.ExportDocxDocumentToPdfResponseParams^ ExportDocxDocumentToPdf(
Vintasoft.Shared.Web.WebImageFileRequestParams^ requestParams
)
Parameters
- requestParams
- Request, to the server, which contains information about DOCX document that should be exported.
Return Value
Response from server, which contains the name of output PDF file.