Download PDF 's only in view mode ! GoogleDrivetoGoogleGmail.#tricks#dev#tool

Channel:
Subscribers:
1,000
Published on ● Video Link: https://www.youtube.com/watch?v=JkDECLVwFFM



Duration: 1:41
130 views
5


Hello Guys, How are you welcome to Our channel TECH MATRIX and today in this video we will be downloading a PDF File which was only view enable shared on Gmail from Google drive , let's see this trick working up or not !

If you find this video informative please , like .

Bye....


Code to Test :

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, img.width, img.height);
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);




Other Videos By TECH MATRIX


2022-10-26oneplus nord earbuds and mivi earphones #earphones #earpods
2022-10-16Guess the Game , Once most favorite Racing game.
2022-10-13philips TAT wireless earphones
2022-10-08PUBG PC ,this team nailed me !
2022-10-06Google pixel buds A-Series Unboxing done ! Best fit earbuds go for it .
2022-10-04Infinity FUZE PINT RED Rs699/- ultra portable Bluetooth speaker.🤯
2022-10-04Unboxing Infinity FUZE PINT BLUETOOTH MINI speaker , ultra portable deep bass , #jbl#infinity
2022-10-03insta360 one RS 4K Edition with ULANZI MT-09 Monopod.
2022-10-03Unboxing ULANZI MT-09 Monopod for Action Cameras #besttripod#foractioncameras#monopod#tripod#ulanzi
2022-10-03Unboxing JBL Commercial CSLM20B Microphone #amazon#amazonsales#microphoneinbudget#cslm20b#Lavalier
2022-09-17Download PDF 's only in view mode ! GoogleDrivetoGoogleGmail.#tricks#dev#tool
2022-09-09Unboxing Logitech H-111 Stereo Headset #logitech#h111#forstudyandoffice#earphones#headset #budget
2022-09-02Unboxing Insta360 ONERS 4K Action Camera in Budget #insta360 #actioncam #budget #new #insta360oners
2022-06-24Unboxing The Dell MS116 Mouse + Avenger Mouse Pad + Hp pendrive usb 2.0 64GB....
2022-06-11Unboxing Flipkart Smart Buy Apple iPhone MFI Certified Cable #apple#foriphone#flipkart#usbatolightng
2022-05-03Unboxing Google Pixel Bud A #best#earphones#bigsavingdays#google#earbuds#comfortable#bestforprice
2022-05-03Unboxing MI power Bank 3i with 20000mah capacity #mi#powerbank#3i#usbctolightningoutput#typeccharge
2022-04-30Unboxing the HP Gaming Mouse M270 #hp#gaming#mouseforpcorlaptop#bestunder600#gamingmouse#hpindia
2022-04-29Unboxing Spigen back cover for iphone se 2022 and 2020 #spigen#valueformoney#greatinhandfeel
2022-03-26Full Review of POCO C31 | The Budget Master of poco | #poco#mi#miui#budget#mobiles#under10k#under8k
2022-02-09Unboxing Spigen back Cover for MI 10T and MI 10T PRO #spigen#mi10t#ruggedcase#cover#shouldyoubuy



Tags:
pc
js
trick
downloadpdfs
pdfwithviewonly