Skip to content

PDF Extract Pages

Type: pdf-extract-pages  ·  Package: PDF Activities v1.0.0  ·  Output: string

Extracts specific pages from a PDF and saves them to a new file. Useful to keep only what is relevant: separate an annex, eliminate blank pages, cut a document.

Take the pages indicated in pages from the source PDF and create a new PDF in output. Pages are specified with a range in text ("1-3,5,7-9") or a list of numbers. Returns the path of the created file.

ParameterEditorDescription
pathexpressionSource PDF path.
pagesexpressionPages to extract: range ("1-3,5") or list of numbers.
outputexpressionPath of the resulting PDF.

Ninguno.

Returns a string with the path of the created PDF.

PDF Extract Pages path = = ruta pages = "1-3,5" output = "C:/resumen.pdf"