0

How to save a page as pdf or take screenshot of the entire page which has height longer than viewport

Provided

  1. Right Click is disabled /If tried to override it .It disables the content to be screenshoted
  2. Unable to print as pdf (Print disabled appears instead of content inside print preview)

2 Answers2

3

In Firefox, you can also do the following:

  1. Open Developer Tools:
    1. Right Click
    2. Click Inspect Element
  2. Click the gear icon on the top right of the developer tools box
  3. Under Avaliable Toolbox Buttons, there is an option: Take a fullpage screenshot. Check it
  4. There will now be a picture of a camera beside the gear icon. Click it to take the screenshot.

If right click is not allowed, you can click on the menu icon in the toolbar, then on Developer to access developer tools. If the option is not there, then press customize, and drag it there.

geek1011
  • 1,270
2

If you are using Chrome, try: Full Page Screen Capture

If Firefox: FireShot

Web App: web-capture.net

geek1011
  • 1,270