From e5cb9aa848009ea22c1385e4d33b7edf372979fb Mon Sep 17 00:00:00 2001 From: Ahmad Mujahid <55625580+AhmadMuj@users.noreply.github.com> Date: Mon, 17 Feb 2025 13:25:16 +0400 Subject: feat: Add PDF screenshot generation and display (#995) * Updated pdf2json to 3.1.5 * Extract and store a screenshot from PDF files using pdf2pic * Installing graphicsmagick and ghostscript * Generate Missing PDF screenshot with tidyAssets worker for backward support * Display PDF screenshot instead of the PDF in web if it exists. * Display PDF screenshot in mobile app if exists. * Updated pnpm-lock.yaml * Removed console.log * Revert the unnecessary changes in package.json * Revert pnpm-lock changes * Prevent rendering PDF files if the screenshot is not generated * refactor: replace useEffect with useMemo for section initialization * feat: show PDF file download button and handle large PDFs by defaulting to screenshot view * feat: add file size to openapi spec * feature: Add Assets preprocessing in fix mode to admin actions * i18n: add reprocess_assets_fix_mode translation * i18n: Add missing ar translations * A bunch of fixes * Fix openspec schema --------- Co-authored-by: Mohamed Bassem --- apps/workers/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/workers/package.json') diff --git a/apps/workers/package.json b/apps/workers/package.json index ebcae757..122c7cb1 100644 --- a/apps/workers/package.json +++ b/apps/workers/package.json @@ -30,7 +30,8 @@ "metascraper-url": "^5.45.22", "node-cron": "^3.0.3", "node-fetch": "^3.3.2", - "pdf2json": "^3.0.5", + "pdf2json": "^3.1.5", + "pdf2pic": "^3.1.3", "pdfjs-dist": "^4.0.379", "puppeteer": "^22.0.0", "puppeteer-extra": "^3.3.6", @@ -65,4 +66,4 @@ ] }, "prettier": "@hoarder/prettier-config" -} +} \ No newline at end of file -- cgit v1.2.3-70-g09d2