Project

General

Profile

Actions

Bug #91967

closed

Properties width and height are not extracted to meta data for PDF files

Added by Helmut Hummel over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-08-10
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

TYPO3 can be configured that pdf files are "image files", so that a thumbnail is generated for them
using imagemagick. But during meta data extraction width and height of pdf files are not extracted
because the mime type of pdf files is not image/* but the indexer checks for this type.

Instead the isImage method on the file should be used to trigger extraction of width and height.
imagemagick can do this with the identify command.

While the exact pixel values do not matter much for a PDF, the ratio of width and height (langscape or protrait or even square) can be very useful to "know".


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #92287: After upgrading to ver. 9.5.21 uploading of pdf files causes an exceptionClosed2020-09-11

Actions
Actions

Also available in: Atom PDF