How PDFtoSTL works

PDFtoSTL converts vector content from PDF files into extruded 3D meshes you can print on any FDM or resin printer. Here's what happens under the hood and how to get the best results.

Four steps to a print-ready file

  1. Upload a PDF — drop in any document with text, line drawings, or simple graphics. Multi-page files are supported; pick the exact page you want.
  2. Refine the source — crop with Select area, paint out headers or watermarks with the Eraser, and toggle Images to include detected raster graphics.
  3. Adjust settings and convert — match your printer's layer height and nozzle diameter, choose base and extrusion thickness, enable multi-color or mirror mode, then hit Convert.
  4. Preview, add cutouts, and download — inspect the relief in the built-in 3D viewer, optionally punch through-holes for mounting, then download the STL or 3MF.

The conversion pipeline

PDF ──► SVG (text as paths) ──► 2D polygons ──► extruded 3D mesh ──► STL / 3MF
  1. Vector extraction — the PDF page is rendered to SVG with all text converted to vector paths. Every character glyph becomes a set of precise draw commands.
  2. Path parsing — SVG paths are parsed and Bezier curves are flattened to polylines at the configured curve tolerance.
  3. Polygon assembly — subpaths are classified into filled polygons (with holes for counters in letters like o, e, B) and stroked polylines (buffered to their real stroke width). Everything is merged into one clean geometry.
  4. 3D extrusion — the polygons are extruded to the configured height and combined with a rectangular base plate. The result is exported as binary STL or multi-color 3MF.

Optimized for your 3D printer

Most PDF-to-3D converters produce raw geometry and leave you to fix print issues in the slicer. PDFtoSTL takes a different approach: it builds the model around your specific printer settings so the output prints correctly the first time.

You enter two key values from your slicer profile — layer height and nozzle diameter — and the converter uses them throughout the entire pipeline:

The result is a print-ready model tuned to your hardware. You shouldn't need to tweak extrusion widths or filter geometry in the slicer — the converter already did it.

All parameters

ParameterDefaultWhat it controls
Layer height0.20 mmYour slicer's layer height — base and text heights snap to whole multiples
Nozzle diameter0.4 mmYour nozzle size — features thinner than this are dropped or boosted
Base thickness1.0 mmHeight of the flat backing plate (snapped to layers)
Extrude height1.0 mmHow far text and lines protrude above the base (snapped to layers)
Scale1.0×Overall size multiplier (0.1× to 3.0×)
Thin line boostMediumThickens fine strokes so they survive printing (light / medium / heavy)
Min detail size0.0 mmDrop tiny artefacts smaller than this diagonal
Curve tolerance0.1 mmBezier flattening precision — lower is smoother but produces larger files
Mirror XOffFlip horizontally — use with Emboss for stamps and printing plates

Output modes

ModeFormatWhat you get
DefaultSTLSingle-color relief — text and lines extruded on top of a base plate
Multi-color3MFWhite base + one component per detected colour, each mapped to an extruder. Works with Bambu AMS, Prusa MMU, and manual filament changes.
Inset bottom3MFText is flush with the bottom surface of the plate. A solid slab sits on top. Useful for multi-colour prints where the text is visible from below.
Inset top3MFText is flush with the top surface of the plate. A solid slab sits underneath. Useful for multi-colour prints where the text is visible from above.
DebossSTLText subtracted from the plate — channels are carved into the top surface by the extrusion height. Total height stays at the base thickness. Ideal for debossing plates pressed into paper, leather, or clay.

Multi-color 3MF and color mapping

When Multi-color is enabled, the converter scans the page for distinct fill and stroke colours, clusters them by RGB distance, and opens a Color Mapping dialog before conversion. You can assign each cluster to an extruder (1–4) or skip it entirely.

The exported 3MF embeds Bambu-compatible configuration, so Bambu Studio opens its colour-matching dialog automatically. Cura and PrusaSlicer read the standard basematerials block.

Cutouts (through-holes)

After converting, switch to the 3D preview and click Cutout to punch holes straight through the base plate and relief. The converter auto-detects circular and rectangular shapes in the source PDF — hover near one and it snaps to size. You can also place free-form holes anywhere on the plate.

Cutouts are perfect for screw holes, mounting points, key-chain loops, and wall hangers.

3D printing tips

Try the converter