Skip to content

prints web files and web addresses to images (PDF, PNG, JPEG, GIF, BMP) within Stata

Notifications You must be signed in to change notification settings

haghish/webimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webimage : converting web files to graphical image in Stata

webimage prints images from web files in pdf, png, jpeg, gif, and bmp format

Author

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

Installation

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.

About

prints web files and web addresses to images (PDF, PNG, JPEG, GIF, BMP) within Stata

Resources

Stars

Watchers

Forks

Packages

No packages published