• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

How to download PDF files to prevent downloading on Google Drive

AnonyViet by AnonyViet
June 15, 2024
in Tips
0

Google Drive is a place that contains a lot of useful documents. However, there are some shared files that are only for viewing but not for downloading. You cannot download them directly from Google Drive, you can only view them online. The simple instructions below will help you quickly download PDF files to your computer from files downloaded on Google Drive.

Join the channel Telegram belong to AnonyViet 👉 Link 👈

How to Download PDF files that are banned from downloading on Google Drive

To differentiate To know which files are allowed to be downloaded and banned from being downloaded on Google Drive, you can see here upper right corner Have arrow button Are not? if do not have arrow button then the author has chosen the function to prevent others from downloading the file.

Download File button on Google Drive
Download File button on Google Drive
File is blocked from downloading on Google Drive
File is blocked from downloading

In the case of files there is no Download arrowyou can use the tip to Download PDF files that are prohibited from downloading on Google Drive.

Step 1: Open PDF files that are not allowed to be downloaded on Google Drive using Chrome browser

Step 2: Click magnifying glass Enlarge or reduce the document file so that it fits on the screen or is a little smallerzoom pdf

Step 3: Press F12 or Ctrl + Shift + I to open Developer Tools. In the Developer Tools window, select the tab Console and paste the Code below and press Enter.

How to download PDF files to prevent downloading on Google Drive

let jspdf = document.createElement( "script" );

jspdf.onload = function () {

let pdf = new jsPDF();

let elements = document.getElementsByTagName( "img" );

for ( let i in elements) {

let img = elements[i];

console.log( "add img " , img);

if (!/^blob:/.test(img.src)) {

console.log( "invalid src" );

continue ;

}

let can = document.createElement( 'canvas' );

let con = can.getContext( "2d" );

can.width = img.width;

can.height = img.height;

con.drawImage(img, 0, 0);

let imgData = can.toDataURL( "image/jpeg" , 1.0);

pdf.addImage(imgData, 'JPEG' , 0, 0);

pdf.addPage();

}

pdf.save( "download.pdf" );

};

jspdf.src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.5.3/jspdf.debug.js" ;

document.body.appendChild(jspdf);

The browser will immediately download the file named Download.pdf about your computer.

Download PDF files prohibited from downloading on Google Drive

However this is just that screenshot file on Google Drive. You can use function Convert images to text and copy to Word to edit PDF content.

So you absolutely can Download PDF files via Google Drive Don't let download with fast. With just 3 simple steps, you can save documents to your computer,

Previous Post

Instructions for buying Water Bus tickets on Zalo

Next Post

How to change the PIN code on Windows 11 to effectively secure your computer

AnonyViet

AnonyViet

Related Posts

How to change the default font on Windows 10
Tips

How to change the default font on Windows 10

April 13, 2026
5 tips for using a Browser to replace an App (helps save RAM, time and money)
Tips

5 tips for using a Browser to replace an App (helps save RAM, time and money)

April 13, 2026
How to make funny MeMe photos without Photoshop within 10 seconds
Tips

How to make funny MeMe photos without Photoshop within 10 seconds

April 11, 2026
How to quickly design your own Logo without Photoshop
Tips

How to quickly design your own Logo without Photoshop

April 10, 2026
How to convert Website into App on Windows
Tips

How to convert Website into App on Windows

April 9, 2026
Instructions for getting 3 months of Adobe Express Pro for free
Tips

Instructions for getting 3 months of Adobe Express Pro for free

April 9, 2026
Next Post
How to change the PIN code on Windows 11 to effectively secure your computer

How to change the PIN code on Windows 11 to effectively secure your computer

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

How to add Watermark to Google Docs to protect copyright

How to add Watermark to Google Docs to protect copyright

April 19, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to avoid Adblock detection on Youtube with 4 good tips

How to avoid Adblock detection on Youtube with 4 good tips

April 17, 2026
How to transfer ChatGPT data to Claude is extremely simple

How to transfer ChatGPT data to Claude is extremely simple

April 16, 2026
How to add Watermark to Google Docs to protect copyright

How to add Watermark to Google Docs to protect copyright

April 19, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to avoid Adblock detection on Youtube with 4 good tips

How to avoid Adblock detection on Youtube with 4 good tips

April 17, 2026
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

How to add Watermark to Google Docs to protect copyright

How to add Watermark to Google Docs to protect copyright

April 19, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply