We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6698519 commit 4e3e449Copy full SHA for 4e3e449
src/core/operations/RenderPDF.mjs
@@ -1,3 +1,9 @@
1
+/**
2
+ * @author Shailendra [singhshailendra.in]
3
+ * @copyright Crown Copyright 2017
4
+ * @license Apache-2.0
5
+ */
6
+
7
import { fromBase64, toBase64 } from "../lib/Base64.mjs";
8
import Operation from "../Operation.mjs";
9
import OperationError from "../errors/OperationError.mjs";
0 commit comments