Download Protected/View only Word, Excel, PDF from Google Drive|Tải file chỉ xem được, bị chặn 2020



Download Protected/View only Google Docs, Google Sheets, PDF from Google Drive | Tải file Word, Excel, PDF bị chặn từ Google Drive
Download Protected/View only Google Docs, Google Sheets, PDF from Google Drive | Tải file Word, Excel, PDF bị chặn từ Google Drive
Download Protected/View only Google Docs, Google Sheets, PDF from Google Drive | Tải file Word, Excel, PDF bị chặn từ Google Drive

🎯️🎯️🎯 Chapters:
💠 00:00 Download Protected/View only Google Docs, Google Sheets, PDF from Google Drive | Tải file Word, Excel, PDF bị chặn từ Google Drive

🌀🌀🌀 00:11 Download view only Word document from Google drive
💠 00:13 STEP 1: Open the view only Word document from Google Drive in new window
💠 00:30 STEP 2: Open a Word document in Google Docs
💠 01:11 STEP 3: Disable JavaScript in Chrome
💠 01:55 STEP 4: Display Google Docs file on a mobile device
💠 02:24 STEP 5: Copy data from Google Docs to Word
💠 02:55 STEP 6: Enable JavaScript in Chrome

🌀🌀🌀 03:08 Download view only Excel workbook from Google Drive
💠 03:11 STEP 1: Open the view only Excel workbook from Google Drive in new window
💠 03:16 STEP 2: Open a Excel workbook in Google Sheets
💠 03:36 STEP 3: Display Google Sheets file in HTML Page
💠 03:57 STEP 4: Copy data from Google Sheets to Excel

🌀🌀🌀 04:45 Download view only PDF file from Google Drive
💠 04:50 STEP 1: Open the view only PDF from Google Drive in new window
💠 05:02 STEP 2 (Very Important):
Scroll down from the first page to the last page SLOWLY so your browser could load all pages of the document
💠 05:41 STEP 3: Open Developer Tools on separate windows by pressing F12 and select Console Tab
💠 06:01 STEP 4: Copy code and then paste to Console Tab. Then hit ENTER
💻 CODE:
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];
if (!/^blob:/.test(img.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(document.title.split(‘.pdf – ‘)[0]+”.pdf”);
};

jspdf.src = ‘
document.body.appendChild(jspdf);

💡💡💡 07:16 Note: If you’re getting only part of the document visible, try zooming out your browser and then run the script

Tag: file excel bị protected view, how to download view only file from google drive, how to download pdf from google drive, download view only file google drive, download view only google sheet, download view only google doc, download view only pdf, tải file pdf google drive, tải file pdf trên google drive, tải file pdf trên goolge drive bị chặn, tải file excel bị chặn trên google drive, tải file pdf bị chặn 2020, cách tải file pdf bị chặn, cách download file pdf bị chặn, tải tài liệu bị chặn trên google drive

Xem thêm: https://taichinh4u.net/category/cong-nghe

Nguồn: https://taichinh4u.net

Hãy bình luận đầu tiên

Để lại một phản hồi

Thư điện tử của bạn sẽ không được hiện thị công khai.


*