On this page
PNG or SVG: which download do you need?
Every figure can be downloaded as a PNG (2K, or 4K on a paid plan) or as an SVG. Pick by where the figure is going.
| Where the figure goes | Download | Why |
|---|---|---|
| Word or Google Docs manuscript | PNG | Both place PNG without any setup; Google Docs cannot show SVG at all |
| PowerPoint or Keynote slides | PNG, or SVG in Microsoft 365 | Slides are shown at screen size, so a PNG is usually enough |
| Conference poster (A0, A1) | SVG, or the 4K PNG | A poster is printed metres wide; vectors have no fixed pixel size |
| Editing in Illustrator, Inkscape or Affinity | SVG | Only the SVG gives you separate shapes to move |
| LaTeX or Overleaf | PDF converted from the SVG, or the PNG | \includegraphics does not read SVG |
Two things to know before you plan around the SVG:
- Syntax trees, sentence diagrams and conceptual frameworks are normally typeset by code, so their SVG keeps real text β you can select a label and restyle it. How Vizcept draws figures explains when they fall back to the image model instead.
- The other figure types are painted by an image model, and their SVG is traced from the finished picture. It scales cleanly, but the words in it are outlines, not text: you cannot retype a label in Illustrator, only redraw it. Fix wording by editing the figure and generating again, before you download.
Free downloads carry a visible watermark. The full-size file without a watermark, and the SVG, come with a paid plan or an unexpired credit pack.
How do you insert an SVG into Word?
Microsoft 365 and Word 2019 or later, on Windows and Mac, place SVG files directly:
- Insert β Pictures β This Device, then choose the
.svgfile. - Resize by dragging a corner handle, or open the Size dialog and keep Lock aspect ratio ticked. Dragging a side handle stretches the labels.
- To recolour or delete a part, select the figure and use Graphics Format β Convert to Shape. This is worth doing on a code-drawn syntax tree; on a traced SVG it explodes into thousands of shapes and can make the document very slow β use the PNG instead.
- Add the caption with References β Insert Caption, not inside the image. Keeping the caption as Word text means it renumbers itself and the journal can reflow it.
If your Word version shows a blank box, or you are in Google Docs, use the PNG. Nothing is lost: at the size a figure occupies in a manuscript, a 2K PNG is normally indistinguishable from the vector.
How do you use the figure in LaTeX or Overleaf?
\includegraphics reads PDF, PNG and JPG β not SVG. Three ways round it, best first:
1. Convert the SVG to PDF, then include the PDF. Works everywhere, including Overleaf.
inkscape figure.svg --export-type=pdf --export-filename=figure.pdf
(Inkscape 1.x; or open the SVG in any vector editor and Save As PDF.) Then:
\includegraphics[width=\linewidth]{figure.pdf}
2. The svg package. \usepackage{svg} and \includesvg[width=\linewidth]{figure} convert the file at compile time β but that needs Inkscape installed and the compiler run with -shell-escape. Overleaf does not run Inkscape for you, so this fails there.
3. Just use the PNG. \includegraphics[width=\linewidth]{figure.png} is fine for a draft; before you submit, check the effective resolution above.
Vizcept does not export LaTeX code. There is no forest, qtree or TikZ output, including for syntax trees β if your course requires tree code rather than an image, you will have to typeset it yourself.
What if the journal asks for TIFF or EPS?
Vizcept exports PNG and SVG. The two formats journals name in their production guidelines are one conversion away:
| Asked for | Start from | Command or menu |
|---|---|---|
| EPS or PDF | SVG | inkscape figure.svg --export-type=eps |
| TIFF | The largest PNG you have | magick figure.png -units PixelsPerInch -density 300 figure.tiff |
Converting does not add detail: a 300 ppi tag on a small PNG does not make it a 300 ppi figure, it only labels it. Start from the 4K PNG or from the SVG.
Many journals accept PDF or PNG at submission and only ask for production files once the paper is accepted, so check the author guidelines before you spend time converting.
What do you write in the caption?
The caption belongs in your document, not in the image, and if the figure was drawn with AI most publishers want that said somewhere.
- Which publisher wants what, quoted from their own policy pages, plus a generator for the caption line and the AI declaration: AI-generated figures in journals.
- Who owns the figure and what you are allowed to publish: who owns figures made with Vizcept.
- Still revising? Turning supervisor comments into a revised figure covers the rounds before this one.
Questions about file formats
Does Word support SVG files?
Microsoft 365 and Word 2019 or later do, on Windows and Mac: Insert, Pictures, This Device. Older versions and Google Docs do not β insert the PNG there.
Why can't I edit the text in my SVG?
Because that figure was painted by an image model, and the SVG is traced from the picture: the words are outlines, not text. Syntax trees, sentence diagrams and conceptual frameworks are typeset by code and do keep real text, unless they fell back to the image model. Change wording by editing the figure and generating again, not in the SVG.
Can I export LaTeX, TikZ or forest code?
No. Vizcept exports PNG and SVG only. To use a figure in LaTeX, convert the SVG to PDF and include that, or include the PNG.
Is the free download good enough for my thesis?
It carries a visible watermark, so no. A paid plan or a credit pack gives you the full-size PNG without a watermark and the SVG; credit packs are one-off payments that do not renew.
The figure looks sharp on screen but blurry in the printed PDF. Why?
Usually one of two things: the file has fewer pixels than the printed width needs at 300 ppi, or Word compressed it on save. Check the pixel width against the table above, and turn off image compression in File, Options, Advanced, Image Size and Quality.
Make the figure first
Describe your variables and hypotheses, check the draft, then download the format your journal or department asks for.
