Pengonversi Teks ke Tulisan Tangan
Ubah teks ke tulisan tangan yang realistis pada kertas bergaris, berkotak atau kosong — pilih warna tinta, ukuran, dan tingkat kegacauan, lalu unduh hasilnya sebagai gambar SVG.
Input
Pengaturan
Susunan font tulisan tangan — tampilan yang tepat tergantung pada font mana yang terpasang saat gambar dilihat.
Seberapa banyak setiap huruf diputar dan didorong keluar dari garis dasar. 0 membuat sempurna lurus.
On, the SVG carries the font and looks the same on every device (adds ~20–40KB). Off, it only names the font — a tiny file that renders as handwriting just on devices that already have it.
Output
Halaman tulisan tangan Anda akan muncul di sini.
Panduan
Turn typed text into a handwritten-looking page — ruled notebook paper, your choice of ink colour, letter size and messiness — and download it as a crisp SVG image. The handwriting font travels inside the file, so the page looks the same on every device you send it to. It runs entirely in your browser, so nothing you paste is uploaded anywhere. Use it for handwritten-looking notes, journal pages, letters, lettering mockups and greeting cards.
How to use it
- Type or paste your text, or drop in a
.txtfile. - Choose a paper style: ruled, college ruled (with a red margin), blank, grid/graph or dotted.
- Choose a handwriting style: casual print, cursive script, neat handwriting or marker.
- Set the ink colour, font size and messiness (how far each letter tilts and wanders off the baseline).
- Copy the SVG, or download it with the download button.
Long lines wrap automatically to the page width, and blank lines between paragraphs are preserved.
Which handwriting fonts are these?
Four real typefaces, embedded in the image itself:
| Style | Typeface | Looks like |
|---|---|---|
| Casual print | Indie Flower | Relaxed, rounded everyday printing |
| Cursive script | Dancing Script | Joined-up, looping cursive |
| Neat handwriting | Patrick Hand | Tidy, evenly-spaced printing |
| Marker | Permanent Marker | Thick, bold felt-tip capitals |
All four cover the full Latin alphabet and the Latin-1 accents, so Portuguese, Spanish, French, German, Italian and the Nordic languages — ã, ç, é, ü, ñ, ø — render in the same hand as English does. Casual print, cursive script and neat handwriting go further and cover Latin Extended-A too, for Polish, Czech, Hungarian and Turkish (ł, ř, ő, ğ). Marker is the exception: the typeface itself has no glyphs beyond Latin-1, so a ł in marker falls back to your device's own font. Pick one of the other three for those languages.
What kind of image do I get?
An SVG — a vector image. It stays sharp at any zoom, prints cleanly, and opens in any browser, Figma, Illustrator, Inkscape, Word or Google Docs. If you need a PNG or JPG instead, download the SVG and run it through the Image Converter.
Will my handwriting look the same for everyone?
Yes. The font is embedded in the SVG, so the page renders identically on a Mac, a Windows PC, a Linux desktop and an Android phone — the letterforms, paper, ink, layout, wrapping and per-letter wobble are all baked into the file.
That costs about 20–40KB of file size. If you'd rather have a file of a couple of kilobytes and you'll supply the font yourself, turn Embed the handwriting font in the file off: the SVG then just names the typeface, and only renders as handwriting on a device that already has it installed (on most phones and Linux machines, it won't — it will come out as ordinary typed text).
Why does it not look typeset?
Every character gets a small rotation, a horizontal nudge and a vertical nudge, so no two letters sit on exactly the same baseline — the same trick real handwriting plays. Turn messiness down to 0 for a perfectly straight, tidy hand, or up to 10 for a hurried scrawl. The wobble is derived from each letter's position, not from a random number, so the same text always produces exactly the same page.
Can I use it for homework or assignments?
Please don't hand in generated handwriting as your own written work — most schools treat that as academic dishonesty. It's built for notes, mockups, cards, lettering, invitations and design work.
Is my text private?
Yes. The whole conversion happens in your browser with JavaScript — your text (and any file you upload) never leaves your device and is never stored on a server. Close the tab and it's gone.
How much text can I convert at once?
Up to 5,000 characters per page. For anything longer, split it into sections and generate a page each.
Related tools
- Image to Text Converter — the other direction: read text out of a photo or scan.
- Image Converter — turn the SVG this produces into a PNG, JPG, WebP or PDF.
Use it from code
From 3 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/text-to-handwriting-converter \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "Dear Sam,\nSee you at the lake on Saturday.",
"paperStyle": "ruled",
"font": "casual",
"inkColor": "#1a1a8c",
"fontSize": "24",
"jitter": "4",
"embedFont": "true"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `text-to-handwriting-converter` tool (Text to Handwriting Converter) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.