Title: Printable PDF Newspaper
Author: Chris Hardie
Published: <strong>25 de Septiembre de  2019</strong>
Last modified: 17 de Agosto de  2024

---

Buscar plugins

![](https://ps.w.org/printable-pdf-newspaper/assets/banner-772x250.png?rev=3137146)

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

![](https://ps.w.org/printable-pdf-newspaper/assets/icon-256x256.png?rev=3137146)

# Printable PDF Newspaper

 Por [Chris Hardie](https://profiles.wordpress.org/chrishardie/)

[Descargar](https://downloads.wordpress.org/plugin/printable-pdf-newspaper.1.1.2.zip)

 * [Detalles](https://cl.wordpress.org/plugins/printable-pdf-newspaper/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/printable-pdf-newspaper/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/printable-pdf-newspaper/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/printable-pdf-newspaper/#developers)

 [Soporte](https://wordpress.org/support/plugin/printable-pdf-newspaper/)

## Descripción

Genera un periódico PDF imprimible con el contenido de las entradas. Estupendo para
distribuir tus artículos y entradas en un formato impreso para audiencias offline.

Para usarlo, desde el área de administración de tu sitio, selecciona qué contenido
quieres incluir (entradas, páginas o tipos de contenido personalizados, pudiendo
filtrar por etiqueta o categoría), cuántos elementos, si se corta el cuerpo del 
contenido (o el extracto) en un determinado número de caracteres, cuántas columnas
para el formato y qué campos mostrar. Incluso puedes subir una imagen para la cabecera
para un aspecto más real de periódico y el plugin puede generar automáticamente 
códigos QR para permitir su enlace con la exploración con la cámara de un teléfono
móvil.

Descarga el PDF resultante o guárdalo en tu biblioteca de medios para enlazarlo 
y compartirlo fácilmente.

Este plugin no necesita ningún servicio remoto de generación de PDF o suscripciones
para crear el archivo PDF imprimible, todo se lleva a cabo dentro del propio plugin.

Agradecimiento a [TCPDF](https://tcpdf.org) por la biblioteca de generación de PDF
y a [Freepik](https://www.flaticon.com/authors/freepik) por el ícono del plugin.

#### Colaborar

Sugerencias sobre características, informes de fallos y otras solicitudes son bienvenidas
en [GitHub](https://github.com/ChrisHardie/printable-pdf-newspaper).

## Capturas de pantalla

 * [[
 * Ejemplo de un archivo PDF generado.
 * [[
 * Pantalla de administración de la configuración PDF

## Instalación

Printable PDF Newspaper se instala más fácilmente a través de la pestaña “Plugins”
de tu escritorio de administración.

## FAQ

### How can I customize the PDF content styles?

You can customize the PDF newspaper layout and styles using limited CSS definitions,
in two different ways:

 1. Enter your custom style definitions in the “Custom CSS” input field when generating
    the PDF.
 2. In your theme, filter the output of `ppn_pdf_template_css_file_path` to specify
    the full filesystem path to a file containing CSS styles.

When specifying custom styles, do not enclose them in a `<style>` tag or any other
HTML. Invalid CSS may break the PDF generation process.

Here are the CSS classes you may wish to adjust:

 * _ppn-article-title_: Headlines / post titles
 * _ppn-article-wrapper_: Wrapper around the loop of all included articles
 * _ppn-author_: Author byline and display name (if included)
 * _ppn-date_: Article date (if included)
 * _ppn-content_ and _ppn-excerpt_: article body content
 * _ppn-permalink-text_: the “Continue Reading” permalink introductory text
 * _ppn-permalink-qr-code-image_: image class for the QR Code (if included)
 * _ppn-article-bottom-border_: horizontal line dividing articles

You can view the default style definitions in the plugin file `assets/admin/css/
pdf-template-styles.css` or [in Trac](https://plugins.trac.wordpress.org/browser/printable-pdf-newspaper/trunk/assets/admin/css/pdf-template-styles.css).

Note that TCPDF only supports a limited subset of the full CSS specification. Also
note that any fonts referenced must be available in the TCPDF library used to generate
the PDF. You can [view the TCPDF core font list](https://tcpdf.org/docs/fonts/).

There’s also an experimental filter, `ppn_font_file_paths`, that allows you to add
to or change the array of TTF font file paths being loaded.

Currently the header image size/position and subheading styles are not easily customizable,
but will be in the future.

### What filters and hooks are available?

These filters are available to further customize the plugin functionality:

 * `ppn_post_query_args`: override the array of arguments to WP_Query to control
   which posts are included
 * `ppn_pdf_configuration`: override the array of PDF configuration values specified
   by the admin user
 * `ppn_pdf_template_css_file_path`: override the full filesystem path to a CSS 
   file for PDF content styling
 * `ppn_font_file_paths`: override the array of filesystem paths to TTF font files
   to include in the PDF

For example, to customize the number of posts included in the PDF, add something
like this to your theme:

    ```
    add_filter( 'ppn_pdf_configuration', function( $config ) { $config['number'] = 2; return $config; }, 10, 1 );
    ```

### ¿Qué características se agregarán en el futuro?

 * Permitir guardar la configuración PDF para facilitar su reutilización en futuras
   ejecuciones
 * Tamaño y diseño de la cabecera más personalizable
 * Generar códigos QR en el propio plugin en lugar de en la API de Google Chart
 * Capacidad de generar automáticamente el PDF según una programación
 * Mejores controles para limitar el número de páginas generadas y los saltos de
   columna.

### ¿Por qué alguien imprimiría alguna cosa?

Algunas personas todavía encuentran cosas e ideas a través del contacto con objetos
del mundo físico. Si estás buscando atraer lectores a tus escritos en WordPress,
la distribución de una versión impresa puede ser de gran ayuda.

## Reseñas

![](https://secure.gravatar.com/avatar/4d6c71c2d89af3d0867d434aeab5775a4dc52e3f64c4c08f75a5bb54f5a2e7de?
s=60&d=retro&r=g)

### 󠀁[Love the idea 🙂](https://wordpress.org/support/topic/love-the-idea-7/)󠁿

 [kumajo](https://profiles.wordpress.org/kumajo/) 10 de Diciembre de 2021 1 respuesta

I Love your work! – i’ve added a polish translation for you 🙂 Waiting for styling
options (i have problems with polish national characters)

![](https://secure.gravatar.com/avatar/1ad3202fc1cd9c56bf9dcb4652270bd4607a6150aa78081d9d8ff1c635556cdf?
s=60&d=retro&r=g)

### 󠀁[perfect for its purpose](https://wordpress.org/support/topic/perfect-for-its-purpose-3/)󠁿

 [spreaditunlimited](https://profiles.wordpress.org/spreaditunlimited/) 29 de Marzo
de 2021

Customizable to taste and perfect output.

![](https://secure.gravatar.com/avatar/5b5a21717bb76bfb277b8ecf85d25c8ae55aa2a873f6a607e0ccd62f031877a4?
s=60&d=retro&r=g)

### 󠀁[Nice Tool](https://wordpress.org/support/topic/nice-tool-120/)󠁿

 [rmfberlin](https://profiles.wordpress.org/rmfberlin/) 12 de Octubre de 2019 1 
respuesta

Nice tool to print the complete blog or parts of the blog filtered by catogories
or sites. But headlines lower than h1 have the same font size like the font size
of the textbody. It’s very helpful to print out some blog posts together. I use 
footnotes plug-in. The footnote are printed inline with shortcodes (()) and not 
at the bottom of a page or at the end of a post with footnote marks.

![](https://secure.gravatar.com/avatar/a6891207b553093e03d28b6450cb385130128d9f86b74f6591caf840189e6676?
s=60&d=retro&r=g)

### 󠀁[Wow – great plugin](https://wordpress.org/support/topic/wow-great-plugin-20/)󠁿

 [Hanspeter](https://profiles.wordpress.org/haemeulrich/) 11 de Octubre de 2019 
2 respuestas

This is what we were looking for! Looking forward to get more style options. How
can we support you?

 [ Leer los 4 comentarios ](https://wordpress.org/support/plugin/printable-pdf-newspaper/reviews/)

## Colaboradores & Desarrolladores

“Printable PDF Newspaper” es software de código abierto. Las siguientes personas
han contribuido a este plugin.

Colaboradores

 *   [ Chris Hardie ](https://profiles.wordpress.org/chrishardie/)

“Printable PDF Newspaper” ha sido traducido en 8 idiomas. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/printable-pdf-newspaper/contributors)
por sus contribuciones.

[Traduce “Printable PDF Newspaper” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/printable-pdf-newspaper)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/printable-pdf-newspaper/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/printable-pdf-newspaper/),
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/printable-pdf-newspaper/)
por [RSS](https://plugins.trac.wordpress.org/log/printable-pdf-newspaper/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 1.1.2

 * Enhancement: initial support for RTL text
 * Maintenance: Tested against WordPress 5.9

#### 1.1.1

 * Tested against WordPress 5.7
 * Fix: display more useful error message when TCPDF cannot retrieve post images

#### 1.1.0

 * Feature: users can specify custom CSS to control PDF appearance
 * Feature: add WordPress filters so developers can customize functionality
 * Maintenance: upgrade Select2 Javascript library
 * Maintenance: improve internationalization in Javascript UI elements
 * Maintenance: other minor improvements for code standards

#### 1.0.2

 * Mantenimiento: Probado en WordPress 5.4
 * Mantenimiento: Actualizada la biblioteca TCPDF a la última versión

#### 1.0.1

 * Probado en WordPress 5.3
 * Corrección: Solucionada una advertencia menor del índice PHP con una marca vacía

#### 1.0.0

 * Versión inicial.

## Meta

 *  Versión **1.1.2**
 *  Última actualización **hace 2 años**
 *  Instalaciones activas **100+**
 *  Versión de WordPress ** 5.2.2 o superior **
 *  Probado hasta **6.6.5**
 *  Versión de PHP ** 5.6 o superior **
 *  Idiomas
 * [English (US)](https://wordpress.org/plugins/printable-pdf-newspaper/), [German](https://de.wordpress.org/plugins/printable-pdf-newspaper/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/printable-pdf-newspaper/),
   [Spanish (Colombia)](https://es-co.wordpress.org/plugins/printable-pdf-newspaper/),
   [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/printable-pdf-newspaper/),
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/printable-pdf-newspaper/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/printable-pdf-newspaper/),
   [Spanish (Venezuela)](https://ve.wordpress.org/plugins/printable-pdf-newspaper/),
   y [Swedish](https://sv.wordpress.org/plugins/printable-pdf-newspaper/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/printable-pdf-newspaper)
 * Etiquetas
 * [journalism](https://cl.wordpress.org/plugins/tags/journalism/)[newsletter](https://cl.wordpress.org/plugins/tags/newsletter/)
   [newspaper](https://cl.wordpress.org/plugins/tags/newspaper/)[pdf](https://cl.wordpress.org/plugins/tags/pdf/)
   [print](https://cl.wordpress.org/plugins/tags/print/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/printable-pdf-newspaper/advanced/)

## Calificaciones

 4.8 de 5 estrellas.

 *  [  3 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/printable-pdf-newspaper/reviews/?filter=5)
 *  [  1 valoración de 4 estrellas     ](https://wordpress.org/support/plugin/printable-pdf-newspaper/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/printable-pdf-newspaper/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/printable-pdf-newspaper/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/printable-pdf-newspaper/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/printable-pdf-newspaper/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/printable-pdf-newspaper/reviews/)

## Colaboradores

 *   [ Chris Hardie ](https://profiles.wordpress.org/chrishardie/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/printable-pdf-newspaper/)

## Donar

¿Te gustaría apoyar el avance de este plugin?

 [ Donar para este plugin ](https://chrishardie.com/refer/donate)