Markdown a PDF
Renderiza Markdown a un PDF limpio usando el motor de impresión de tu navegador.
Respuesta rápida: Markdown a PDF: convierte Markdown en un PDF limpio mediante el motor de impresión del navegador. Funciona íntegramente en el navegador, gratis y sin registro.
Última actualización
Bueno saber
Because this converter drives your browser's own print engine, the PDF you get is a faithful snapshot of the print preview — no separate rendering pipeline to introduce surprises. That also means the fonts embedded in the file are whatever your operating system resolves for the serif, sans-serif and monospace defaults, so a document generated on macOS may embed different faces than one generated on Windows or Linux.
Two print-dialog settings do most of the work. Turn Background graphics on if you want shaded code blocks and table borders to survive; leave it off for a lighter, ink-friendly result. Set margins to Default rather than None so headings near a page break don't get clipped. If a wide table or a long code line runs off the right edge, reduce the scale to around 90% before saving.
Markdown has no concept of a page, so you can't force a hard page break from the source. If you need one, add a small inline element such as <div style="page-break-before: always"></div> — the print engine honors standard CSS pagination properties.
Reach for this tool when you want a fixed-layout, read-only artifact: a printed handout, an emailed spec, or something you'll archive. If the recipient needs to edit the text, convert to an editable document with Markdown to DOCX instead, which opens straight into Word or Google Docs.
Preguntas frecuentes
- ¿Es gratuito el conversor de Markdown→PDF?
- Sí, es gratuito sin necesidad de registro.
- ¿Se suben mis documentos?
- No, tanto el renderizado de Markdown como la generación de PDF utilizan tu navegador.
- ¿Cómo se ve el PDF?
- Un cuerpo limpio en serif con encabezados en sans-serif, bloques de código en monoespaciado y tablas con bordes: opciones predeterminadas amigables para la impresión.
- ¿Puedo ajustar el estilo?
- Utiliza el diálogo de impresión de tu navegador para alternar encabezados/pies de página, escala y márgenes.
- ¿Funciona en móvil?
- Sí, cada navegador móvil moderno incluye una opción 'Guardar como PDF' en su menú de impresión o compartir.