'Declaration <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")> Public Function ExportDocxDocumentToPdf( _
ByVal requestParamsЗапрос к серверу, содержащий информацию о документе DOCX, который необходимо экспортировать.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
- Запрос к серверу, содержащий информацию о документе DOCX, который необходимо экспортировать.
Return Value
Ответ от сервера, содержащий имя выходного PDF файла.