webimage
prints images from web files in pdf, png, jpeg,
gif, and bmp format
E. F. Haghish
Center for Medical Biometry and Medical Informatics
University of Freiburg, Germany
haghish@imbi.uni-freiburg.de
http://www.haghish.com/dot
@Haghish
The webimage releases are also hosted on SSC server. So you can download the latest release as follows:
ssc install webimage
You can also directly download webimage from GitHub which includes the latest beta version (unreleased). The force
option ensures that you reinstall the package, even if the release date is not yet changed, and thus, must be specified.
net install webimage, force from("https://raw.githubusercontent.com/haghish/webimage/master/")
For exporting graphical files, the package requires phantomJS,
which is an open-source freeware available for Windows, Mac, and Linux. The
path to the executable phantomJS file is required in order to export the graphical files. However, if the executable file is installed in the default local
directory (e.g. /usr/local/bin/
in Mac), the phantomjs(str)
can be ignored.