
Extraer páginas PDF
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Un simple script que extrae un rango de páginas de un documento PDF.
Instrucciones:
Para poder usar este script es necesario instalar PDFTK (está disponible en cualquier repositorio de cualquier distribución LINUX).
UBUNTU
Para mayor comodidad copia el script a /home/$USER/.gnome2/nautilus-scripts
(Dónde $USER es tu usuario)-- De esta manera lo tendrás disponible con botón derecho de ratón en el menú scripts.
1º Ejecutar y elegir el documento del cual se van a extraer las páginas.
2º Elegir la primera página a extraer.
3º Elegir la última página extraer.
4º Dar un nombre y ruta al archivo .pdf que contendrá las páginas extraidas.
inameiname
10 years ago
Instructions:
To use this script to install PDFTK (available in any repository of any Linux distribution).
UBUNTU
For convenience copy the script to / home / $ USER / .gnome2/nautilus-scripts
(Where $ USER is your user) - This way you will have available with right mouse button on the menu scripts.
1. Run and choose the document from which to extract the pages.
2. Select the first page to extract.
3. Choose the last page to extract.
4. Giving a name and path. pdf file containing the extracted pages.
Report