वेब पर कब्जा और परिवर्तित करने के लिए उपकरण

GrabzIt वाले URL को स्क्रीनशॉट करने के तीन आसान तरीके

26 सितम्बर 2015
Screenshot URL

किसी URL का स्क्रीनशॉट लेने का सबसे सरल तरीका GrabzIt का उपयोग करना है ऑनलाइन स्क्रीनशॉट टूल, पहले एक नया कार्य बनाएं उस वेबसाइट का यूआरएल दर्ज करें जिसका आप स्क्रीनशॉट लेना चाहते हैं, कोई विशेष विकल्प निर्दिष्ट करें और फिर आपके द्वारा निर्दिष्ट विधि का उपयोग करके आपका यूआरएल स्क्रीनशॉट आपको वापस कर दिया जाएगा।

The next method is to use GrabzIt's जावास्क्रिप्ट एपीआई to take a screenshot a of a URL, however using GrabzIt's कोर प्लगइन makes this even easier, simply specify what HTML element the URL screenshot should be added to along with your आवेदन कुंजी और गुप्त as shown in the code below.

<div id="screenshot"></div>
<script>
GrabzIt("APPLICATION KEY").ConvertURL('http://www.google.com').AddTo('screenshot');
</script>

The final option is to take a URL screenshot using one of the eight server side programming language provided by GrabzIt's API's. The below example uses the पीएचपी एपीआई to get started specify the Application Key and Secret. Then pass the URL to the URLToImage फोन करने से पहले विधि SaveTo method as shown below to create a URL screenshot at the file location specified.

include("GrabzItClient.class.php");
$grabzIt = new GrabzItClient("APPLICATION KEY", "APPLICATION SECRET");
$grabzIt->URLToImage("http://www.google.com"); 
$grabzIt->SaveTo("screenshot.png"); 

Additionally, if you want to screenshot every URL on a website you can do so by using GrabzIt's वेब खुरचनी उपकरण.

नवीनतम ब्लॉग पोस्ट देखें