WebVector is an HTML to SVG, PDF or PNG convertor. It converts a HTML document into a vector image in SVG format, a PDF document, or a bitmap image in PNG format. The Standard Vector Graphics (SVG) files can be further edited by a variety of vector graphics editors such as Inkscape.

Latest release

The latest release is WebVector 3.5 released on Oct 1, 2019. See the downloads page for more information.

Requirements

WebVector requires a Java 8 Runtime Environment or newer installed in your system. It has been tested on Linux and Windows platforms.

Installation and running

Command Line Interface

WebVector has a simple command line interface. For converting a web page to an image just type:

java -jar webvector-<version>.jar <url> <output_file> <format>

where

Type java -jar webvector-<version>.jar help for more options including the output size and paging.

Examples

See the examples of a PDF document, SVG file or a PNG file generated by WebVector.

Credits

WebVector is based on the CSSBox Rendering Engine.