Szablon:Pdf: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
Linia 10: | Linia 10: | ||
// Fetch the PDF document from the URL using promises | // Fetch the PDF document from the URL using promises | ||
// | // | ||
PDFJS.getDocument(' | PDFJS.getDocument('{{{1}}}').then(function(pdf) { | ||
// Using promise to fetch the page | // Using promise to fetch the page | ||
pdf.getPage(1).then(function(page) { | pdf.getPage(1).then(function(page) { | ||
Linia 37: | Linia 37: | ||
</html> | </html> | ||
Wersja z 11:15, 15 sie 2014