Taking screenshots on Firefox and Safari (using their APIs or Canvas code) -


i've been dealing taking screenshots firefox , safari browsers can't figure out how it! google chrome api can way (it's pretty simple):

chrome.tabs.capturevisibletab(null, null, function (image)).....etc 

but can't find simple way on firefox , safari!! answer got here using 'html2canvas' (http://html2canvas.hertzen.com/examples.html) not 100% solution in order take exact screenshots of specific webpage!! doesn't work me in case!!! can me issue in order find simple solution firefox , safari?

i have used html2canvas , found quite efficient taking partial or full page screenshots. require knowledge of javascript , client side scripting.

if looking more easier approach , there numerous extensions on google chrome webstore. popular 1 awesome screenshot allows take screenshot of entire webpage (till scroll bar ends).


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -