# Unir documentos PDF
Combine varios documentos PDF en uno solo, en el orden en que los envíe, en un flujo de Power Automate.
Use esta acción para combinar varios documentos PDF en un único documento
PDF. Los documentos se unen en el orden de los campos, desde el 1st File
Content hasta el 10th.
<PowerAutomateAction
title="Merge PDF documents"
caption="Merge PDF documents."
fields={[
{ label: "1st File Content", kind: "token", value: "1st File Content" },
{ label: "2nd File Content", kind: "token", value: "2nd File Content" },
{ label: "3rd File Content", placeholder: "The content of the 3rd PDF document" },
{ label: "4th File Content", placeholder: "The content of the 4th PDF document" },
{ label: "5th File Content", placeholder: "The content of the 5th PDF document" },
{ label: "6th File Content", placeholder: "The content of the 6th PDF document", advanced: true },
{ label: "7th File Content", placeholder: "The content of the 7th PDF document", advanced: true },
{ label: "8th File Content", placeholder: "The content of the 8th PDF document", advanced: true },
{ label: "9th File Content", placeholder: "The content of the 9th PDF document", advanced: true },
{ label: "10th File Content", placeholder: "The content of the 10th PDF document", advanced: true },
]}
/>
<Note>
Los primeros 5 campos de archivo se muestran de forma predeterminada. Para
ver los campos 6 a 10, active **Show advanced parameters**.
</Note>
<Tip>
¿Va a unir documentos que vienen de un bucle o de una acción anterior? Use
[Unir desde una
matriz](/docs/power-automate/merge-pdf-documents-from-an-array) en su
lugar: toma una sola matriz y no está limitada a 10 documentos.
</Tip>
## Parámetros
<ParamField name="1st to 10th File Content" type="File">
El contenido de los documentos PDF que se unirán. Cada campo es opcional, y
el documento unido conserva el orden de los campos.
</ParamField>
## Respuesta
<ParamField name="Merged PDF File Content" type="File">
El contenido del documento PDF unido. Puede usarlo como entrada de otras
acciones de su flujo.
</ParamField>
## Acciones relacionadas
<CardGroup cols={2}>
<Card title="Unir desde una matriz" href="/docs/power-automate/merge-pdf-documents-from-an-array">
Permite unir una matriz de documentos procedente de un bucle, sin el límite de 10 archivos.
</Card>
<Card title="Dividir por número de páginas" href="/docs/power-automate/split-pdf-by-page-count">
Vuelva a dividir un documento unido en partes de tamaño fijo.
</Card>
<Card title="Dividir en una página" href="/docs/power-automate/split-pdf-at-page">
Corte un documento en dos partes en el límite de una página.
</Card>
<Card title="Extraer páginas" href="/docs/power-automate/extract-pages-from-pdf">
Conserve solo algunas páginas antes de unir.
</Card>
</CardGroup>
Combine varios documentos PDF en uno solo, en el orden en que los envíe, en un flujo de Power Automate.
Los nombres de los campos del conector aparecen en inglés porque así es como los muestra Power Automate.
Use esta acción para combinar varios documentos PDF en un único documento
PDF. Los documentos se unen en el orden de los campos, desde el 1st File
Content hasta el 10th.
Merge PDF documents
ParametersSettingsCode viewTestingAbout
1st File Content
1st File Content
2nd File Content
2nd File Content
3rd File Content
The content of the 3rd PDF document
4th File Content
The content of the 4th PDF document
5th File Content
The content of the 5th PDF document
6th File Content
The content of the 6th PDF document
7th File Content
The content of the 7th PDF document
8th File Content
The content of the 8th PDF document
9th File Content
The content of the 9th PDF document
10th File Content
The content of the 10th PDF document
Merge PDF documents.
Los primeros 5 campos de archivo se muestran de forma predeterminada. Para
ver los campos 6 a 10, active Show advanced parameters.
¿Va a unir documentos que vienen de un bucle o de una acción anterior? Use
Unir desde una
matriz en su
lugar: toma una sola matriz y no está limitada a 10 documentos.