Skip to content
/ renda Public

A command-line program to render a webpage to a file. Useful for generating website thumbnails or to preserve the original rendering of a page. Requires QT4.4+.

License

Notifications You must be signed in to change notification settings

oseemann/renda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RENDA - A program to render a webpage and save the image to a file
==================================================================

This directory contains the source code of the renda program to render a
webpage and save the image to a file.

See the INSTALL file for installation instructions.
See the COPYING file for copyright information.

Author: Oliver Seemann <os (at) oebs.net>

Running on a headless system
----------------------------

The program requires an X11 session. On a headless server you can start one
using e.g. Xvfb. Make sure to select an unused display number:

   $ Xvfb :1 -screen scrn 640x480x24

The screen resolution has no effect on the rendering. The color depth does,
however. Alternatively to Xfvb, you can use VNC:

   $ vncserver :1 -depth 24 

Use the -display switch to select the newly created X display:

   $ renda -display :1 -i out.png http://www.google.com

About

A command-line program to render a webpage to a file. Useful for generating website thumbnails or to preserve the original rendering of a page. Requires QT4.4+.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages