Convert text to EPS
EPS remains the format a lot of print shops, embroidery digitisers and sign makers ask for by name. The export writes the letters as outlined vector geometry with fill and stroke intact, so the file drops into that workflow without a font dependency.
Convert text to EPSWhat comes through
Fill colour, stroke colour, stroke width and the fill rule are all carried, because EPS — like SVG and PDF — is a paint-aware format. Overlapping contours can be welded into a single outline first if the downstream tool prefers one clean path per word.
Curve accuracy
Béziers are emitted as curves rather than as line segments, with a precision setting that trades file size against fidelity. For type at poster size the default is already finer than any output device resolves.
Opens where you need it
The file is plain PostScript, so it reads in Illustrator, CorelDRAW, Inkscape, Affinity Designer and the RIPs behind most large-format printers and vinyl cutters.
Questions
- EPS or PDF?
- PDF if the recipient has no preference — it is better supported and smaller. EPS when a print shop, cutter or embroidery digitiser explicitly asks for it, which still happens often.
- Is the font embedded?
- There is no font to embed. The letters are outline geometry, which is why the file renders identically on a machine that does not have the typeface installed.