LogoVizcept
  • Home
  • Pricing
  • Blog
LogoVizcept
LogoVizcept

The academic figure tool for theses, papers and linguistics.

Email

Β© 2026 Vizcept All Rights Reserved.

Verified by ScamAdviser
Tools
  • AI Diagram Maker
  • Free Body Diagram Maker
  • Animal Cell Diagram
  • Syntax Tree Generator
  • Food Web Maker
  • Conceptual Framework Generator
  • Circuit Diagram Maker
  • Phylogenetic Tree Maker
  • Graphical Abstract Maker
  • Bell Curve Maker
  • Sentence Diagram Generator
  • Fishbone Diagram Generator
  • PRISMA Flow Diagram Generator
  • Scientific Color Palette
  • Scientific Poster Generator
  • Signaling Pathway Diagram Maker
Links
  • Features
  • Pricing
  • Tools
  • FAQ
  • Changelog
  • By a Human
  • Status
Research
  • Journal AI figure rules
  • Publication rights
  • How Vizcept draws figures
  • Guides
  • BioRender alternative
  • FigureLabs alternative
  • About Vizcept
Legal
  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Cancel subscription
Friends
  • Faceto3d
  • Stripe Climate
Featured on Findly.toolsFazier badge

Using your figure

How to Put a Vizcept Figure into Word, PowerPoint or LaTeX

Use the PNG for Word, PowerPoint and Google Docs and set its printed width. Use the SVG when the figure has to stay sharp on a poster or be edited in a vector editor. LaTeX cannot read SVG directly: convert it to PDF first, or include the PNG.

Last checked September 20, 2026

On this page

  1. PNG or SVG: which download do you need?
  2. How do you insert an SVG into Word?
  3. Will the figure still be sharp when it prints?
  4. How do you use the figure in LaTeX or Overleaf?
  5. What if the journal asks for TIFF or EPS?
  6. What do you write in the caption?
  7. Questions about file formats

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 goesDownloadWhy
Word or Google Docs manuscriptPNGBoth place PNG without any setup; Google Docs cannot show SVG at all
PowerPoint or Keynote slidesPNG, or SVG in Microsoft 365Slides are shown at screen size, so a PNG is usually enough
Conference poster (A0, A1)SVG, or the 4K PNGA poster is printed metres wide; vectors have no fixed pixel size
Editing in Illustrator, Inkscape or AffinitySVGOnly the SVG gives you separate shapes to move
LaTeX or OverleafPDF 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:

  1. Insert β†’ Pictures β†’ This Device, then choose the .svg file.
  2. Resize by dragging a corner handle, or open the Size dialog and keep Lock aspect ratio ticked. Dragging a side handle stretches the labels.
  3. 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.
  4. 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.

Will the figure still be sharp when it prints?

What matters is not the number in the download menu but the pixels spread over the printed width:

effective resolution (ppi) = pixel width of the file Γ· printed width in inches

Printed widthPixels needed for 300 ppiPixels needed for 600 ppi
3.25 in / 83 mm (single column)9751,950
6.5 in / 165 mm (US Letter, full width)1,9503,900
7.2 in / 183 mm (A4, full width)2,1604,320

A 2K download is roughly 2,000 pixels on its long edge and a 4K download roughly twice that, but the exact size depends on the aspect ratio you picked β€” so check the file rather than assume. On Windows: right-click β†’ Properties β†’ Details. On a Mac: select the file and press ⌘I, or open it in Preview and choose Tools β†’ Show Inspector.

If the number falls short, download again at 4K, or place the SVG, which has no fixed pixel size. Publishers usually ask for at least 300 ppi for photographs and considerably more for line art; your target journal's artwork guide gives the number it enforces.

One setting quietly undoes all of this: Word compresses images when it saves. Turn it off once, in File β†’ Options β†’ Advanced β†’ Image Size and Quality: tick Do not compress images in file and set the default resolution to High fidelity.

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 forStart fromCommand or menu
EPS or PDFSVGinkscape figure.svg --export-type=eps
TIFFThe largest PNG you havemagick 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.

Open the conceptual framework generatorAll figure tools