extract working with new standard and dynamically

This commit is contained in:
Felix Kaspar
2024-05-10 23:01:18 +02:00
parent 6eed4a3238
commit 113f87aa3e
4 changed files with 74 additions and 5 deletions

View File

@@ -2,13 +2,14 @@
import { PdfFile, RepresentationType } from "../wrappers/PdfFile";
import { Operator, Progress, oneToOne } from ".";
import * as pdfcpuWrapper from "#pdfcpu"; // This is updated by tsconfig.json/paths for the context (browser, node, etc.) this module is used in.
import Joi from "@stirling-tools/joi";
import { JoiPDFFileSchema } from "../wrappers/PdfFileJoi";
import i18next from "i18next";
import * as pdfcpuWrapper from "#pdfcpu"; // This is updated by tsconfig.json/paths for the context (browser, node, etc.) this module is used in.
export class Impose extends Operator {
static type = "impose";