वेब पर कब्जा और परिवर्तित करने के लिए उपकरण
पूर्ण पृष्ठ स्क्रीनशॉट

GrabzIt के साथ एक पूर्ण पृष्ठ स्क्रीनशॉट बनाएँ

In today's digital age, screenshots have become an essential tool for communication and documentation! Whether you're trying to show a friend a funny meme or capture important information for work. Screenshots are a quick and easy way to share information.

However, sometimes a regular screenshot just won't cut it. That's where full page screenshots come in. In this article, we'll discuss how to capture full size screenshots with GrabzIt's API and Online Tools.

A full page screenshot, also called a scrolling screenshot, captures the whole webpage or document in one image. This means screenshots capture the full web page and have the same height and width as the web page that is being screenshot. The image to the right shows a scaled example of a full length screenshot.

It can sometimes be critical to capture text and images that extend beyond your visible screen! For instance full page screenshots are especially helpful for web designers, developers, and content creators. Who need to capture the entire layout of a webpage.

So how to screenshot an entire webpage? The first option is to capture a full size screenshot ऑनलाइन स्क्रीनशॉट टूल by selecting the full length option. The Online Screenshot Tool can also create screenshots with the exact size of the browser by selecting the Full Width and Full Height options. Another option is to intपूर्ण पृष्ठ स्क्रीनशॉट को ग्रहण करें intनीचे दिए गए अनुसार एपीआई का उपयोग करके अपने एप्लिकेशन को ओ।

हमारे एपीआई के साथ पूर्ण पृष्ठ स्क्रीनशॉट

Add the ability to create a full page screen capture in your application with GrabzIt's Screenshot API. Our API currently supports nine different programming languages.

First, choose your preferred language from the options below. Then read the sample code and instructions. The below examples creates an image with the same size as the websites height and width.

Select your preferred language from the options below to access sample code and instructions for beginning. The below examples creates an image the same size as the websites height and width.

The example code below demonstrates how easy it is to create a full page screenshot using ASP.NET. To start capturing full webpages just ASP.NET लाइब्रेरी डाउनलोड करें, आपकी मिल आवेदन कुंजी और गुप्त और फिर डेमो का उपयोग करें के भीतर निहित। फिर बाहर की जाँच करें ASP.NET के लिए स्क्रीनशॉट एपीआई प्रलेखन to discover all the ways you can use GrabzIt's API.

ImageOptions options = new ImageOptions();
options.BrowserHeight = -1;
options.Width = -1;
options.Height = -1;

GrabzItClient grabzIt = new GrabzItClient("Sign in to view your Application Key", 
    "Sign in to view your Application Secret");
grabzIt.URLToImage("https://www.tesla.com", options); 
grabzIt.SaveTo("images/result.jpg");

The example code below demonstrates how easy it is to create a full size screenshot using Java. To start capturing full webpages just जावा लाइब्रेरी डाउनलोड करें, आपकी मिल आवेदन कुंजी और गुप्त और फिर डेमो का उपयोग करें के भीतर निहित। फिर बाहर की जाँच करें स्क्रीनशॉट जावा के लिए एपीआई प्रलेखन to discover all the ways you can use GrabzIt's API.

ImageOptions options = new ImageOptions();
options.setBrowserHeight(-1);
options.setWidth(-1);
options.setHeight(-1);

GrabzItClient grabzIt = new GrabzItClient("Sign in to view your Application Key",
    "Sign in to view your Application Secret");
grabzIt.URLToImage("https://www.tesla.com", options); 
grabzIt.SaveTo("images/result.jpg");

The example code below demonstrates how easy it is to create a full length screenshot using JavaScript. To start capturing full webpages download GrabzIt's जावास्क्रिप्ट लाइब्रेरी। फिर अपने हो जाओ आवेदन कुंजी और गुप्त, डोमेन जोड़ें आप जावास्क्रिप्ट का उपयोग करना चाहते हैं और फिर कोण को देखें जावास्क्रिप्ट के लिए स्क्रीनशॉट एपीआई प्रलेखन to discover all the ways you can use GrabzIt's API.

<script src="https://cdn.jsdelivr.net/npm/@grabzit/js@<%= APIVersion.JavaScript %>/grabzit.min.js"></script>
<script>
GrabzIt("Sign in to view your Application Key").ConvertURL("https://www.tesla.com", 
{"bheight":-1,"width":-1,"height":-1}).Create();
</script>

The example code below demonstrates how easy it is to create a full page screenshot using Node.js. To start capturing full webpages just Node.js पैकेज डाउनलोड करें, आपकी मिल आवेदन कुंजी और गुप्त और फिर डेमो का उपयोग करें के भीतर निहित। फिर बाहर की जाँच करें स्क्रीनशॉट API प्रलेखन Node.js के लिए to discover all the ways you can use GrabzIt's API.

var grabzit = require('grabzit');

var options = {"width":-1, "height":-1, "browserHeight":-1};

var client = new grabzit("Sign in to view your Application Key", "Sign in to view your Application Secret");
client.url_to_image("https://www.tesla.com", options);
client.save_to("images/result.jpg", function (error, id){
    if (error != null){
        throw error;
    }
});

The example code below demonstrates how easy it is to create a full size screenshot using Perl. To start capturing full webpages just पर्ल लाइब्रेरी डाउनलोड करें, आपकी मिल आवेदन कुंजी और गुप्त और फिर डेमो का उपयोग करें के भीतर निहित। फिर बाहर की जाँच करें स्क्रीनशॉट पर्ल के लिए एपीआई प्रलेखन to discover all the ways you can use GrabzIt's API.

#!/usr/bin/perl

use GrabzItClient;

$options = GrabzItImageOptions->new();
$options->browserHeight(-1);
$options->width(-1);
$options->height(-1);

$grabzIt = new GrabzItClient("Sign in to view your Application Key", "Sign in to view your Application Secret");
$grabzIt->URLToImage("https://www.tesla.com", $options);
$grabzIt->SaveTo("images/result.jpg");

The example code below demonstrates how easy it is to create a full length screenshot using PHP. To start capturing full webpages just PHP लाइब्रेरी डाउनलोड करें, आपकी मिल आवेदन कुंजी और गुप्त और फिर डेमो का उपयोग करें के भीतर निहित। फिर बाहर की जाँच करें PHP के लिए स्क्रीनशॉट एपीआई प्रलेखन to discover all the ways you can use GrabzIt's API.

include("GrabzItClient.php");

$grabzIt = new \GrabzIt\GrabzItClient("Sign in to view your Application Key", "Sign in to view your Application Secret");

$options = new \GrabzIt\GrabzItImageOptions();
$options->setWidth(-1);
$options->setHeight(-1);
$options->setBrowserHeight(-1);

$grabzIt->URLToImage("https://www.tesla.com", $options); 
$grabzIt->SaveTo("images/result.jpg");

The example code below demonstrates how easy it is to create a full page screenshot using Python. To start capturing full webpages just पायथन लाइब्रेरी डाउनलोड करें, आपकी मिल आवेदन कुंजी और गुप्त और फिर डेमो का उपयोग करें के भीतर निहित। फिर बाहर की जाँच करें स्क्रीनशॉट एपीआई प्रलेखन पायथन के लिए to discover all the ways you can use GrabzIt's API.

from GrabzIt import GrabzItClient
from GrabzIt import GrabzItImageOptions

options = GrabzItImageOptions.GrabzItImageOptions()
options.width = -1
options.height = -1
options.browserHeight = -1

grabzIt = GrabzItClient.GrabzItClient("Sign in to view your Application Key",
    "Sign in to view your Application Secret")
grabzIt.URLToImage("https://www.tesla.com", options) 
grabzIt.SaveTo("images/result.jpg") 

The example code below demonstrates how easy it is to create a full size screenshot using our REST API. Also check out the नवीनतम स्क्रीनशॉट एपीआई प्रलेखन to discover all the ways you can use customize your captures.

https://api.grabz.it/services/convert?key=Sign in to view your Application Key&format=jpg&bheight=-1&width=-1&height=-1&url=https%3A%2F%2Fwww.tesla.com

The example code below demonstrates how easy it is to create a full length screenshot using Ruby. To start capturing full webpages just रूबी रत्न डाउनलोड करें, आपकी मिल आवेदन कुंजी और गुप्त और फिर डेमो का उपयोग करें के भीतर निहित। फिर बाहर की जाँच करें रूबी के लिए स्क्रीनशॉट एपीआई प्रलेखन to discover all the ways you can use GrabzIt's API.

require 'grabzit'

options = GrabzIt::ImageOptions.new()
options.browserHeight = -1
options.width = -1
options.height = -1

grabzItClient = GrabzIt::Client.new("Sign in to view your Application Key", 
    "Sign in to view your Application Secret")
grabzItClient.url_to_image("https://www.tesla.com", options)	
grabzItClient.save_to("images/result.jpg")