diff --git a/LICENSE b/LICENSE index e454a5258..f433b1a53 100644 --- a/LICENSE +++ b/LICENSE @@ -175,4 +175,3 @@ of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS - diff --git a/docs/contents/examples/index.md b/docs/contents/examples/index.md index 03b656d5f..418bc2070 100644 --- a/docs/contents/examples/index.md +++ b/docs/contents/examples/index.md @@ -61,5 +61,3 @@ var viewport = page.getViewport(1); var scale = desiredWidth / viewport.width; var scaledViewport = page.getViewport(scale); ``` - - diff --git a/examples/acroforms/forms.js b/examples/acroforms/forms.js index ecf258614..bcdaec09c 100644 --- a/examples/acroforms/forms.js +++ b/examples/acroforms/forms.js @@ -150,4 +150,3 @@ PDFJS.getDocument(pdfWithFormsPath).then(function getPdfForm(pdf) { renderPage(viewer, pdf, pageNumber++, pageRenderingComplete); }); }); - diff --git a/examples/acroforms/index.html b/examples/acroforms/index.html index 85b60f369..3011e016a 100644 --- a/examples/acroforms/index.html +++ b/examples/acroforms/index.html @@ -21,7 +21,7 @@ // Specify the PDF with AcroForm here var pdfWithFormsPath = '../../test/pdfs/f1040.pdf'; - +