<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PDF on SoloSoft</title><link>https://www.solosoft.dev/es/tags/pdf/</link><description>Recent content in PDF on SoloSoft</description><generator>Hugo</generator><language>es-es</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/es/tags/pdf/index.xml" rel="self" type="application/rss+xml"/><item><title>html2pdf.js: Client-Side HTML to PDF Conversion in JavaScript</title><link>https://www.solosoft.dev/es/post/html2pdf-js-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/es/post/html2pdf-js-2026/</guid><description>&lt;p&gt;Generating PDFs from web content is a requirement that appears in virtually every web application, yet implementing it properly is notoriously difficult. &lt;strong&gt;html2pdf.js&lt;/strong&gt; (eKoopmans/html2pdf.js on GitHub) solves this problem by providing a simple, client-side JavaScript library that converts HTML elements into PDF documents directly in the browser, with no server required.&lt;/p&gt;
&lt;p&gt;Created by Erik Koopmans and building on the proven foundations of html2canvas and jsPDF, this library has accumulated over 10,000 GitHub stars by offering a straightforward solution to a common problem. The API is deceptively simple: you select an HTML element, call a conversion function, and get back a downloadable PDF that preserves the visual appearance of the original content.&lt;/p&gt;</description></item><item><title>PDFPlumber: Extract Text, Tables, and Metadata from PDFs in Python</title><link>https://www.solosoft.dev/es/post/pdfplumber-python-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/es/post/pdfplumber-python-2026/</guid><description>&lt;p&gt;PDFs remain one of the most common formats for distributing documents, but extracting data from them programmatically has always been challenging. The PDF format preserves visual layout at the expense of structural semantics, making it difficult to distinguish a table from a column layout or a heading from body text. &lt;strong&gt;PDFPlumber&lt;/strong&gt; (jsvine/pdfplumber on GitHub) tackles this challenge by providing a Python library that gives developers detailed, programmable access to the inner structure of PDF pages.&lt;/p&gt;
&lt;p&gt;Created by Jeremy Singer-Vine and now maintained by a community of contributors, PDFPlumber has become a go-to tool for data extraction from PDFs, with over 6,000 GitHub stars. It is built on top of pdfminer.six, which handles the low-level PDF parsing, and adds a much more developer-friendly API, visual debugging tools, and robust table extraction capabilities.&lt;/p&gt;</description></item><item><title>PyMuPDF: Procesamiento PDF de Alto Rendimiento para Python</title><link>https://www.solosoft.dev/es/post/pymupdf-pdf-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/es/post/pymupdf-pdf-2026/</guid><description>&lt;p&gt;Cuando necesitas velocidad bruta para el procesamiento de PDFs, PyMuPDF es el líder en rendimiento entre las bibliotecas PDF de Python. Construido como un binding de Python para la biblioteca MuPDF en C de Artifex, PyMuPDF combina la facilidad de uso de Python con rendimiento a nivel C para renderizar, extraer y manipular documentos PDF.&lt;/p&gt;
&lt;p&gt;PyMuPDF procesa PDFs 10-100 veces más rápido que las alternativas de Python puro. Renderiza páginas a imágenes en milisegundos, extrae texto con posicionamiento preciso, gestiona anotaciones y maneja formularios. Además de PDFs, también soporta XPS, EPUB, MOBI, FB2 y formatos de imagen comunes, convirtiéndolo en un motor versátil de procesamiento de documentos.&lt;/p&gt;</description></item><item><title>pypdf: Kit de Herramientas PDF en Python Puro</title><link>https://www.solosoft.dev/es/post/pypdf-library-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/es/post/pypdf-library-2026/</guid><description>&lt;p&gt;Cuando necesitas manipular PDFs en Python sin dependencias externas pesadas, pypdf es la solución de referencia. Esta biblioteca de Python puro proporciona capacidades integrales de manipulación de PDFs, incluyendo división, combinación, recorte, rotación, cifrado y extracción de texto, todo sin ningún código nativo o bibliotecas del sistema.&lt;/p&gt;
&lt;p&gt;Pypdf ha sido la biblioteca de PDFs estándar de Python durante más de una década. Ha evolucionado a través de múltiples versiones principales y ahora ofrece una API limpia y moderna que es fácil de usar y a la vez increíblemente potente. La biblioteca analiza la especificación PDF directamente, por lo que puede acceder a cada elemento de la estructura del documento.&lt;/p&gt;</description></item></channel></rss>