Frontend Docker Deployment

This commit is contained in:
Felix Kaspar
2024-08-22 22:10:14 +02:00
parent 5dc73ab773
commit 734c871666
6 changed files with 24 additions and 14 deletions

View File

@@ -20,6 +20,7 @@ export class PdfFile {
private representationType: RepresentationType;
originalFilename: string;
filename: string;
// TODO: Option to disable Compression when converting from PDFLibDoc to uin8Array. (https://github.com/Hopding/pdf-lib/issues/1183#issuecomment-1685078941)
get uint8Array() : Promise<Uint8Array> {
switch (this.representationType) {