Blog

Guías para automatizar

Trucos y tutoriales para generar imágenes, PDFs, QR y capturas desde n8n, Make y Zapier. Sin relleno.

BlogAgosto 2026

Cómo saber quién es el autor de un PDF (y cambiarlo si hace falta)

Los metadatos de un PDF (autor, título, fechas) no se ven al leer el documento pero sí en sus propiedades. Cómo consultarlos y cambiar solo los campos que te interesan, sin tocar el contenido.

3 min de lectura
MakeJulio 2026

Cómo capturar la pantalla de una web en Make (módulo HTTP)

Haz capturas de cualquier web en Make con el módulo HTTP y la API de Cofferdock. Miniaturas, vistas previas y archivo de cómo estaba una página.

4 min de lectura
n8nJulio 2026

Cómo capturar la pantalla de una web en n8n (con un solo nodo)

Haz capturas de cualquier web desde n8n con el nodo HTTP Request y la API de Cofferdock. Miniaturas, vistas previas y archivo de cómo estaba una página.

5 min de lectura
ZapierJulio 2026

Cómo capturar la pantalla de una web en Zapier (Webhooks)

Haz capturas de cualquier web en Zapier con Webhooks by Zapier y la API de Cofferdock. Guía paso a paso, ejemplo y sus límites con imágenes.

4 min de lectura
BlogAgosto 2026

Cómo comprimir imágenes a WebP automáticamente

Por qué las fotos sin comprimir hacen que tu web vaya lenta, y cómo convertirlas a WebP y redimensionarlas automáticamente en cuanto se suben.

3 min de lectura
BlogAgosto 2026

Cómo convertir datos en un gráfico automáticamente

Cómo pasar de una lista de números a una imagen de gráfico lista para un email, un informe o un mensaje de Slack, sin abrir Excel cada vez que cambian los datos.

4 min de lectura
BlogAgosto 2026

Cómo juntar varias fotos del móvil en un solo PDF

Cómo juntar en un PDF las fotos de recibos, contratos o el DNI que haces con el móvil, en vez de mandarlas sueltas, y cómo automatizarlo cuando las fotos no las haces tú en el momento.

3 min de lectura
BlogAgosto 2026

Cómo convertir las páginas de un PDF en imágenes

Cómo sacar una imagen a partir de un PDF para una miniatura, una vista previa o una publicación, y cómo convertir cada página en PNG automáticamente en vez de hacer capturas de pantalla.

3 min de lectura
BlogAgosto 2026

Cómo juntar varios archivos en un .zip automáticamente

Cómo empaquetar varios archivos en un solo .zip sin hacerlo a mano cada vez: cuándo compensa automatizarlo, qué necesitas mandar y cuánto cuesta.

4 min de lectura
BlogAgosto 2026

Cómo extraer el texto de un PDF (sin copiar y pegar a mano)

Cómo sacar el texto de dentro de un PDF para buscarlo, analizarlo o pasarlo a otra herramienta, completo o página por página, y por qué a veces el resultado sale vacío aunque no haya ningún error.

3 min de lectura
MakeJulio 2026

Cómo generar un código QR en Make (módulo HTTP)

Genera códigos QR en PNG o SVG en Make con el módulo HTTP y la API de Cofferdock. Enlaces, textos y pedidos, paso a paso.

4 min de lectura
n8nJulio 2026

Cómo generar un código QR en n8n (con un solo nodo)

Genera códigos QR en PNG o SVG desde n8n con el nodo HTTP Request y la API de Cofferdock. Enlaces, textos y pedidos, paso a paso.

5 min de lectura
ZapierJulio 2026

Cómo generar un código QR en Zapier (Webhooks)

Genera códigos QR en Zapier con Webhooks by Zapier y la API de Cofferdock. Guía paso a paso, ejemplo y sus límites con imágenes.

4 min de lectura
BlogAgosto 2026

Cómo girar las páginas de un PDF que salen boca abajo o torcidas

Qué hacer cuando un PDF escaneado sale con páginas boca abajo o de lado: cómo girar solo las que hacen falta, y por qué el ángulo se suma al que ya tenía la página, no lo sustituye.

3 min de lectura
MakeAgosto 2026

Cómo convertir HTML en imagen en Make (módulo HTTP)

Genera imágenes PNG o JPEG desde tu HTML en Make con el módulo HTTP y la API de Cofferdock. Guía paso a paso, ejemplo real y código.

4 min de lectura
n8nAgosto 2026

Cómo convertir HTML en imagen en n8n (con un solo nodo)

Genera imágenes PNG o JPEG desde tu HTML en n8n usando el nodo HTTP Request y la API de Cofferdock. Guía paso a paso, ejemplo real y código.

4 min de lectura
ZapierAgosto 2026

Cómo convertir HTML en imagen en Zapier (Webhooks)

Genera imágenes desde tu HTML en Zapier con Webhooks by Zapier y la API de Cofferdock. Guía paso a paso, ejemplo y sus límites con imágenes.

4 min de lectura
MakeAgosto 2026

Cómo convertir HTML en PDF en Make (módulo HTTP)

Genera PDFs desde tu HTML en Make con el módulo HTTP y la API de Cofferdock. Facturas, informes y tickets, paso a paso y con ejemplo.

4 min de lectura
n8nAgosto 2026

Cómo convertir HTML en PDF en n8n (con un solo nodo)

Genera PDFs desde tu HTML en n8n con el nodo HTTP Request y la API de Cofferdock. Facturas, informes y tickets, paso a paso y con ejemplo.

4 min de lectura
ZapierAgosto 2026

Cómo convertir HTML en PDF en Zapier (Webhooks)

Genera PDFs desde tu HTML en Zapier con Webhooks by Zapier y la API de Cofferdock. Guía paso a paso, ejemplo y sus límites con archivos.

4 min de lectura
BlogAgosto 2026

Cómo poner marca de agua a un PDF (texto o logo)

Cómo añadir una marca de agua a un PDF con tu logo o con texto como BORRADOR o CONFIDENCIAL: dónde colocarla, cómo hacerla discreta y cómo aplicarla a varias páginas a la vez.

3 min de lectura
BlogAgosto 2026

Cómo numerar las páginas de un PDF (informes, contratos, dossiers)

Cómo añadir número de página a un PDF que no lo trae: elegir dónde va, empezar por un número distinto de 1, y numerar solo un rango sin perder la cuenta real de páginas.

3 min de lectura
BlogAgosto 2026

Cómo poner (y quitar) una contraseña a un PDF

Cómo proteger un PDF con contraseña antes de enviarlo, y cómo quitarle la contraseña después si ya no hace falta y la conoces, con cifrado AES de 256 bits.

3 min de lectura
BlogAgosto 2026

Cómo rellenar un PDF automáticamente (sin abrirlo en Acrobat cada vez)

Cómo generar copias de una plantilla PDF ya rellenas con datos distintos cada vez: cómo saber qué campos tiene, qué tipos de campo se pueden rellenar por API y qué pasa si te equivocas en un nombre.

3 min de lectura
BlogAgosto 2026

Cómo reparar un PDF dañado (sin instalar nada)

Qué hacer cuando un PDF no abre o da error de archivo dañado: el truco rápido del navegador, cómo salvar las páginas que sí funcionan y cómo evitar que vuelva a pasar.

3 min de lectura

Blog

Guides to automate

Tips and tutorials to generate images, PDFs, QR codes and screenshots from n8n, Make and Zapier. No fluff.

BlogAugust 2026

How to add page numbers to a PDF (reports, contracts, dossiers)

How to add page numbers to a PDF that doesn't have them: choose where they go, start from a number other than 1, and number just a range without losing track of the real page count.

3 min read
BlogAugust 2026

How to find out who really wrote a PDF (and change it)

A PDF's metadata (author, title, dates) doesn't show up when you read the document, only in its properties. How to check it and change only the fields you care about, without touching the content.

3 min read
BlogAugust 2026

How to convert images to WebP automatically

Why uncompressed photos make your site slow, and how to convert them to WebP and resize them automatically the moment they're uploaded.

3 min read
BlogAugust 2026

How to convert PDF pages into images

How to get an image out of a PDF for a thumbnail, a preview or a social post, and how to convert every page into PNG automatically instead of taking screenshots.

3 min read
BlogAugust 2026

How to combine several phone photos into one PDF

How to turn the receipts, contracts or ID photos you take with your phone into a single PDF instead of sending them loose, and how to automate it when you're not the one taking the photos.

3 min read
BlogAugust 2026

How to zip multiple files together automatically

How to package several files into one .zip without doing it by hand every time: when automating it actually pays off, what you need to send, and what it costs.

4 min read
BlogAugust 2026

How to extract text from a PDF (without copying and pasting by hand)

How to pull the text out of a PDF to search it, analyze it, or feed it to another tool, either as one block or page by page, and why the result sometimes comes back empty even though nothing went wrong.

3 min read
BlogAugust 2026

How to fill a PDF form automatically (without opening it in Acrobat every time)

How to generate filled copies of a PDF template with different data each time: how to find out which fields it has, which field types you can actually fill through the API, and what happens if you get a field name wrong.

3 min read
BlogAugust 2026

How to fix a damaged PDF (no software to install)

What to do when a PDF won't open or says the file is damaged: the quick browser trick, how to save the pages that still work, and how to stop it happening again.

3 min read
MakeJuly 2026

How to generate a QR code in Make (HTTP module)

Generate QR codes in PNG or SVG in Make with the HTTP module and the Cofferdock API. Links, text and orders, step by step.

4 min read
n8nJuly 2026

How to generate a QR code in n8n (with a single node)

Generate QR codes in PNG or SVG from n8n with the HTTP Request node and the Cofferdock API. Links, text and orders, step by step.

5 min read
ZapierJuly 2026

How to generate a QR code in Zapier (Webhooks)

Generate QR codes in Zapier with Webhooks by Zapier and the Cofferdock API. Step by step, example and its limits with images.

4 min read
MakeAugust 2026

How to turn HTML into an image in Make (HTTP module)

Generate PNG or JPEG images from your HTML in Make with the HTTP module and the Cofferdock API. Step by step, real example and code.

4 min read
n8nAugust 2026

How to turn HTML into an image in n8n (with a single node)

Generate PNG or JPEG images from your HTML in n8n using the HTTP Request node and the Cofferdock API. Step by step, real example and code.

4 min read
ZapierAugust 2026

How to turn HTML into an image in Zapier (Webhooks)

Generate images from your HTML in Zapier with Webhooks by Zapier and the Cofferdock API. Step by step, example and its limits with images.

4 min read
MakeAugust 2026

How to convert HTML to PDF in Make (HTTP module)

Generate PDFs from your HTML in Make with the HTTP module and the Cofferdock API. Invoices, reports and tickets, step by step with an example.

4 min read
n8nAugust 2026

How to convert HTML to PDF in n8n (with a single node)

Generate PDFs from your HTML in n8n using the HTTP Request node and the Cofferdock API. Invoices, reports and tickets, step by step with an example.

4 min read
ZapierAugust 2026

How to convert HTML to PDF in Zapier (Webhooks)

Generate PDFs from your HTML in Zapier with Webhooks by Zapier and the Cofferdock API. Step by step, example and its limits with files.

4 min read
BlogAugust 2026

How to add (and remove) a password on a PDF

How to protect a PDF with a password before sending it, and how to remove that password later if you know it and no longer need it, with AES 256-bit encryption.

3 min read
BlogAugust 2026

How to rotate PDF pages that come out upside down or sideways

What to do when a scanned PDF has pages that are upside down or sideways: how to rotate only the ones that need it, and why the angle adds to what the page already had instead of replacing it.

3 min read
MakeJuly 2026

How to take a screenshot of a website in Make (HTTP module)

Capture any website in Make with the HTTP module and the Cofferdock API. Thumbnails, previews and archiving how a page looked.

4 min read
n8nJuly 2026

How to take a screenshot of a website in n8n (with a single node)

Capture any website from n8n with the HTTP Request node and the Cofferdock API. Thumbnails, previews and archiving how a page looked.

4 min read
ZapierJuly 2026

How to take a screenshot of a website in Zapier (Webhooks)

Capture any website in Zapier with Webhooks by Zapier and the Cofferdock API. Step by step, example and its limits with images.

4 min read
BlogAugust 2026

How to turn data into a chart automatically

How to go from a list of numbers to a chart image ready for an email, a report or a Slack message, without opening Excel every time the data changes.

4 min read
BlogAugust 2026

How to add a watermark to a PDF (text or logo)

How to add a watermark to a PDF with your logo or text like DRAFT or CONFIDENTIAL: where to place it, how to keep it subtle, and how to apply it across several pages at once.

3 min read