# PDF Files

El formato de documento portátil (PDF), estandarizado como ISO 32000, es un formato de archivo desarrollado por Adobe en 1992 para presentar documentos, incluyendo formato de texto e imágenes, de manera independiente del software de aplicación, hardware y sistemas operativos.\
**El módulo PDF File decodifica los datos codificados en base64 del documento PDF y luego carga el contenido del PDF.**\
Si se proporciona un textSplitter, lo utiliza para dividir el contenido del texto.

## Entradas

**Text Splitter** (opcional)\
**Archivo PDF**\
**Uso**\
Un Documento por Página O Un Documento por Archivo\\

## Salida

Carga el contenido del PDF


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flowiseai.com/espanol/documentacion-oficial/integraciones/langchain/document-loaders/pdf-file.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
