From aac8eea16cddfda7d84b237485f6b3603a807b6b Mon Sep 17 00:00:00 2001 From: pacmano1 <44065187+pacmano1@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:27:22 -0500 Subject: [PATCH] Update PDFtoTIFF.js --- PDFtoTIFF.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PDFtoTIFF.js b/PDFtoTIFF.js index fe30156..98d2cdb 100644 --- a/PDFtoTIFF.js +++ b/PDFtoTIFF.js @@ -1,3 +1,5 @@ +// Copyright (c) [2024] [Diridium Technologies Inc. https://diridium.com] +// // converts mulitpage pdf to tif file per page var PDFRenderer = Packages.org.apache.pdfbox.rendering.PDFRenderer;