Descargar un archivo PDF de Google Drive de sólo lectura

  Рет қаралды 102,138

Antonio Cedillo Hernandez

Antonio Cedillo Hernandez

Күн бұрын

Código del Video:
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 canvasElement = document.createElement( 'canvas' );
let con = canvasElement.getContext( "2d" );
canvasElement.width = img.width;
canvasElement.height = img.height;
con.drawImage(img, 0, 0,img.width, img.height);
let imgData = canvasElement.toDataURL( "image/jpeg" , 1.0);
pdf.addImage(imgData, 'JPEG' , 0, 0);
pdf.addPage();
}
pdf.save( "download.pdf" );
};
jspdf.src = 'cdnjs.cloudfla... ;
document.body.appendChild(jspdf);
OTRO OPCION DE CODIGO:
codingcat.code...

Пікірлер: 593
Descargar un archivo de WORD de Google Drive de sólo lectura (sin usar extensiones)
4:17
POV: Your kids ask to play the claw machine
00:20
Hungry FAM
Рет қаралды 12 МЛН
He bought this so I can drive too🥹😭 #tiktok #elsarca
00:22
Elsa Arca
Рет қаралды 47 МЛН
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Паша Осадчий
Рет қаралды 4,5 МЛН
How to Download View Only Protected PDF Files From Google Drive
2:05
Descargar un archivo PDF de Google Drive de sólo lectura usando ANDROID
5:09
Antonio Cedillo Hernandez
Рет қаралды 16 М.
Descargar un video de Google Drive de sólo lectura (sin usar extensiones)
3:15
Antonio Cedillo Hernandez
Рет қаралды 135 М.
La forma más fácil de descargar PDF, de solo lectura de google drive
6:42
Забытый Курск: срочники, беженцы и общественное мнение
44:05
How to download UNDOWNLOADABLE PDF files from google drive
3:18
Romantic Professor
Рет қаралды 18 М.
Descargar archivos PDF bloqueados o de solo lectura de Google Drive
5:10
POV: Your kids ask to play the claw machine
00:20
Hungry FAM
Рет қаралды 12 МЛН