POST api/PDF/PostObtenerTexto/{Pagina}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Pagina | string |
None. |
Body Parameters
Parametros_PDF_ObtenerTexto| Name | Description | Type | Additional information |
|---|---|---|---|
| Pagina | integer |
None. |
|
| ArchivoBytes | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"Pagina": 1,
"ArchivoBytes": "QEA="
}
application/xml, text/xml
Sample:
<Parametros_PDF_ObtenerTexto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alpha.Utilidades.General.Entidades.WebApi.Parametros.PDF"> <ArchivoBytes>QEA=</ArchivoBytes> <Pagina>1</Pagina> </Parametros_PDF_ObtenerTexto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |