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.
- Ingresso
- PNG
- Uscita
- Motore
- WASM, nella tua scheda
- Prezzo
- Anteprima gratuita
Trascina un'immagine qui, o incolla
La tua immagine non viene mai caricata. Viene tracciata in questa scheda.Apri il convertitore completo
Preset
- 01Logo — impostato per questa pagina16 colori
- 02Disegno al trattoBianco e nero
- 03Foto64 colori
- 04Ricamo8 colori · Ritaglio
- 05Vinile4 colori · Ritaglio
- 06LaserBianco e nero · Poligono
- Uscita · SVG · PDF · EPS · DXF
- Anteprima gratis · download con Pro 9,00 € / mese
- Il tuo file resta in questa scheda
Perché vectortrace
- Scheda 1 / 3
Nel browser e privato
Il motore è WebAssembly in esecuzione in un worker sul tuo stesso computer. La tua immagine non viene mai caricata — quindi non c'è nulla da divulgare, nulla da eliminare e nulla da dare per scontato.
- Scheda 2 / 3
Tracciati modificabili, non un involucro
Il motore raggruppa l'immagine in regioni di colore, ne rileva il confine e vi adatta delle curve. Ciò che ne esce è geometria reale — un riempimento per regione, ogni nodo tuo da spostare — prodotta nella scheda e mai su un server.
- Scheda 3 / 3
Formati per stampa e produzione
SVG e PDF per la grafica; EPS e DXF per plotter da taglio, incisori e software di ricamo. File veri, apribili in Illustrator, Inkscape e LibreCAD — non un SVG con dentro un JPEG.
Dati sul formato
| Dati sul formato | PNG · in ingresso | PDF · in uscita |
|---|---|---|
| Tipo | Raster. A grid of pixels. | Vector. A page description with the paths embedded. |
| Scalabilità | Blurs or pixelates past its native size. | Sharp at any size. |
| Colore | Up to 16.7 million colours with 8-bit alpha. Lossless. | Solid fills, with real page units and a defined page box. |
| Modificabile in | Photoshop, GIMP, Affinity Photo. | Illustrator, Inkscape, Affinity Designer, Acrobat. |
| Uso tipico | Screenshots, web images, marks exported from a design tool. | Sending artwork to a printer, who expects a page size. |
Da sapere
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.
Come funziona
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
Misurato, non pubblicizzato. Il corpus, il metodo e ogni dato prodotto dall'esecuzione sono pubblicati integralmente.
Metodologia → /benchmarks- boundary error, p95
- 0.09 px
- region-count error
- 0.000
- node-count ratio
- 1.00×
Domande
- 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.
Correlati
Conversioni correlate