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 eabd944 commit 0932107Copy full SHA for 0932107
src/convert.ts
@@ -15,7 +15,7 @@ export const DEFAULT_ARGS = [
15
'--nologo',
16
'--norestore',
17
];
18
-const LO_BINARY_PATH = 'libreoffice7.6';
+const LO_BINARY_PATH = 'libreoffice25.2';
19
20
export async function convertTo(filename: string, format: string): Promise<string> {
21
await cleanupTempFiles();
test/Dockerfile
@@ -1,4 +1,5 @@
1
-FROM public.ecr.aws/shelf/lambda-libreoffice-base:7.6-node20-x86_64
+# FROM public.ecr.aws/shelf/lambda-libreoffice-base:7.6-node20-x86_64
2
+FROM libreoffice-lambda-base:local
3
4
COPY test-bundled.js ${LAMBDA_TASK_ROOT}/test.js
5
COPY test-data ${LAMBDA_TASK_ROOT}/test-data
test/test-data/test-document.pdf
3.13 KB
test/test-data/test.pdf
1.98 KB
0 commit comments