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 #1

Updated by Gerrit Code Review over 3 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/c/Packages/TYPO3.CMS/+/65277

Actions #2

Updated by Gerrit Code Review over 3 years ago

Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65296

Actions #3

Updated by Helmut Hummel over 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Gerrit Code Review over 3 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65323

Actions #5

Updated by Helmut Hummel over 3 years ago

  • Status changed from Under Review to Resolved
Actions #6

Updated by Georg Ringer over 3 years ago

  • Related to Bug #92287: After upgrading to ver. 9.5.21 uploading of pdf files causes an exception added
Actions #7

Updated by Benni Mack over 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF