Convert PNG to PDF
Most PNG-to-PDF tools paste the pixels onto a page. This one traces them, so the PDF is outlines that stay sharp at any zoom and separate at the press.
- Entrée
- PNG
- Sortie
- Moteur
- WASM, dans votre onglet
- Prix
- Aperçu gratuit
Déposez une image ici, ou collez-la
Votre image n'est jamais envoyée. Elle est tracée dans cet onglet.Ouvrir le convertisseur complet
Preset
- 01Logo — défini pour cette page16 couleurs
- 02TraitNoir et blanc
- 03Photo64 couleurs
- 04Broderie8 couleurs · Découpe
- 05Vinyle4 couleurs · Découpe
- 06LaserNoir et blanc · Polygone
- Sortie · SVG · PDF · EPS · DXF
- Aperçu gratuit · téléchargement avec Pro 9,00 € / mois
- Votre fichier reste dans cet onglet
Pourquoi vectortrace
- Preuve 1 / 3
Dans le navigateur, en privé
Le moteur est du WebAssembly exécuté dans un worker sur votre propre machine. Votre image n'est jamais envoyée — il n'y a donc rien à divulguer, rien à supprimer, et rien à croire sur parole.
- Preuve 2 / 3
Des chemins modifiables, pas un habillage
Le moteur regroupe l'image en régions de couleur, prend la frontière entre elles et y ajuste des courbes. Ce qui en sort est une géométrie réelle — un fond par région, chaque nœud déplaçable — produite dans l'onglet et jamais sur un serveur.
- Preuve 3 / 3
Des formats pour l'impression et la production
SVG et PDF pour le visuel ; EPS et DXF pour découpeuses, graveurs et logiciels de broderie. De vrais fichiers, ouverts dans Illustrator, Inkscape et LibreCAD — pas un SVG contenant un JPEG.
Repères du format
| Repères du format | PNG · entrée | PDF · sortie |
|---|---|---|
| Genre | Raster. A grid of pixels. | Vector. A page description with the paths embedded. |
| Mise à l'échelle | Blurs or pixelates past its native size. | Sharp at any size. |
| Couleur | Up to 16.7 million colours with 8-bit alpha. Lossless. | Solid fills, with real page units and a defined page box. |
| Modifiable dans | Photoshop, GIMP, Affinity Photo. | Illustrator, Inkscape, Affinity Designer, Acrobat. |
| Usage typique | Screenshots, web images, marks exported from a design tool. | Sending artwork to a printer, who expects a page size. |
Bon à savoir
There are two completely different things called "PNG to PDF". The common one puts your bitmap on a PDF page — useful for archiving a screenshot, useless for print, and it blurs the moment anyone zooms. This one traces the image and writes the resulting paths into the PDF, so the file has no raster in it at all.
PDF is a good handoff format because everyone can open it and it carries a real page size. If the recipient needs to edit rather than print, send the SVG as well; a PDF is editable in Illustrator and Inkscape but it was not designed to be an interchange format.
Vector PDF and vector SVG hold the same geometry here — the exporters are two writers over one document, so the paths, the node count and the palette are identical.
Comment ça marche
Drop the PNG
Drop the artwork you want as a vector PDF.
Trace and check the zoom
Zoom the preview to 800%. If the edges are still crisp, the geometry is right; if they are stepped, you are looking at a bitmap.
Export the PDF
The page carries a real size, so set the physical dimensions before you send it to print.
Benchmark
Mesuré, pas vendu. Le corpus, la méthode et chaque chiffre produit par l'exécution sont publiés intégralement.
Méthodologie → /benchmarks- boundary error, p95
- 0.09 px
- region-count error
- 0.000
- node-count ratio
- 1.00×
Questions
- 01How is this different from the usual PNG-to-PDF tool?
- The usual tool embeds the bitmap on a page, so the PDF is the PNG with a wrapper and it blurs when zoomed. Here the image is traced first and the PDF contains paths, which is why it stays sharp and can be edited.
- 02Can I still get the original pixels in a PDF?
- Not from here — that is a different job and your operating system print dialogue already does it. This page is for when you need the artwork as vector.
- 03Does the PDF open in Illustrator?
- Yes. It is ordinary vector PDF, so Illustrator, Inkscape, Affinity Designer and Acrobat all open it, and the paths are selectable.
Voir aussi
Conversions liées