Text to PDF

Wrap plain text into an A4 PDF with a monospace font. Sent to the server only to build the file.

Text is placed in a PDF with a monospace font; line breaks are preserved. Max ~600 KB.

Overview

When you only need a readable PDF from notes, logs, or .txt files, this tool lays the content on an A4 page with monospace type and preserved line breaks. Processing uses Dompdf on the server; text is not stored after download.

It is not a layout editor: no rich styling or columns; use HTML to PDF for that. Limit ~600 KB.

Requirement: `composer install` in the project.

Sample

Nota fiscal simplificada
Data: 2026-04-02
Total: 42,00

FAQ

What is this tool for?

It runs fully in your browser: useful to validate, format, or convert data in everyday development.

Are my inputs sent to a server?

Processing happens locally with JavaScript. We do not store what you paste into the text areas.

Can I use this for real production data?

Use at your own risk. For secrets (passwords, tokens), prefer controlled environments and your company policies. And always review the generated contents. Never trust blindly things you see on the internet.