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";