• 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 that do not allow downloading on Google Drive

AnonyViet by AnonyViet
February 3, 2023
in Tips
0

Google Drive is a place that contains a lot of useful documents. However, there are some files that are shared only for viewing but not for downloading, you cannot download directly from Google Drive, only viewing Online. With the simple instructions below, it will help you quickly download PDF files to your computer in downloaded files on Google Drive.

Join the channel Telegram belong to AnonyViet 👉 Link 👈

How to download banned PDF files on Google Drive

To distinguish You can see which files are downloaded and banned from being downloaded on Google Drive, you can see it at upper right corner Have arrow button are not? if do not have arrow button then the author has selected 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 Download

For the file case no arrow Downloadyou can use the trick Download PDF files that are prohibited from being downloaded on Google Drive.

Step 1: Open PDF files that are not downloadable on Google Drive with Chrome browser

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

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

How to Download PDF files that do not allow 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);

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

Download prohibited PDF files on google drive

However this is just Screenshot file on Google Drive. You can use the function convert image to text and copy to Word to edit PDF content.

That way you absolutely can Download PDF files when Google Drive don’t let load with fast way. Just 3 simple steps, you can save documents to your computer,

The article achieved: 5/5 – (100 votes)

Tags: DownloadDownloadingdrivefilesGooglePDF
Previous Post

Download free game 7554 made by Vietnam

Next Post

Download Assassin’s Creed Unity Game for free on Ubisoft

AnonyViet

AnonyViet

Related Posts

How to add sliders to Facebook Stories to easily rewind videos
Tips

How to add sliders to Facebook Stories to easily rewind videos

April 21, 2026
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
Next Post
Download Assassin’s Creed Unity Game for free on Ubisoft

Download Assassin's Creed Unity Game for free on Ubisoft

1 1 vote
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

How to turn off password suggestions on iPhone: Prevent Safari from auto-filling passwords

How to turn off password suggestions on iPhone: Prevent Safari from auto-filling passwords

April 27, 2026
Instructions for looking up prescriptions on VNeID instead of paper medical books

Instructions for looking up prescriptions on VNeID instead of paper medical books

April 26, 2026
Tips to completely turn off CAPTCHA codes on iPhone and Mac are super simple

Tips to completely turn off CAPTCHA codes on iPhone and Mac are super simple

April 25, 2026
Compare Poco X8 Pro and Poco X7 Pro: A new step for the “king” of mid-range performance

Compare Poco X8 Pro and Poco X7 Pro: A new step for the “king” of mid-range performance

April 24, 2026
How to turn off password suggestions on iPhone: Prevent Safari from auto-filling passwords

How to turn off password suggestions on iPhone: Prevent Safari from auto-filling passwords

April 27, 2026
Instructions for looking up prescriptions on VNeID instead of paper medical books

Instructions for looking up prescriptions on VNeID instead of paper medical books

April 26, 2026
Tips to completely turn off CAPTCHA codes on iPhone and Mac are super simple

Tips to completely turn off CAPTCHA codes on iPhone and Mac are super simple

April 25, 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 turn off password suggestions on iPhone: Prevent Safari from auto-filling passwords

How to turn off password suggestions on iPhone: Prevent Safari from auto-filling passwords

April 27, 2026
Instructions for looking up prescriptions on VNeID instead of paper medical books

Instructions for looking up prescriptions on VNeID instead of paper medical books

April 26, 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