From 4e3e449123478608749b1408d369d0075954c3ed Mon Sep 17 00:00:00 2001 From: Shailendra1703 Date: Mon, 15 Sep 2025 13:54:01 +0530 Subject: [PATCH] added author details --- src/core/operations/RenderPDF.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/core/operations/RenderPDF.mjs b/src/core/operations/RenderPDF.mjs index 328bfca3..c1b6cfb5 100644 --- a/src/core/operations/RenderPDF.mjs +++ b/src/core/operations/RenderPDF.mjs @@ -1,3 +1,9 @@ +/** + * @author Shailendra [singhshailendra.in] + * @copyright Crown Copyright 2017 + * @license Apache-2.0 + */ + import { fromBase64, toBase64 } from "../lib/Base64.mjs"; import Operation from "../Operation.mjs"; import OperationError from "../errors/OperationError.mjs";