Bug #54174
closedFAL: Frontend Scaling does not work with PDF files
0%
Description
Even though ghostscript is installed, TYPO3 CMS 6.x does not
preview image from PDFs. This is because the new check if
the system identifies images is not done based on file extensions
but on mime-types.
Therefore, the check needs to be modified.
Please note that in order to test this, make sure to have imagemagick/GM
and ghostscript (gs) installed on your system.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25921
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25921
Updated by Benni Mack almost 11 years ago
How to Reproduce:
- Check if the install tool actually displays a PDF (Image processing). If it works, then graphicsmagick with ghostscript works.
- Upload a PDF in the backend and add a new content element of type "file list" / uploads - show the file with a preview. you can also add the file to a "text / images".
If the image of the PDF cover is shown in the FE, then that's what we want.
Updated by Wouter Wolters almost 10 years ago
- Status changed from Under Review to Closed
Benjamin Mack Dec 13 09:44
Abandoned
not reproducable anymore, if the problem comes up again, a new report and fix will come up as well, for sure.