mediawiki-extensions-PdfHan.../includes
Tim Starling 86df1cd6c6 Fix broken PDF XMP extraction
XMP extraction does not work for me with libpoppler 0.86, because when
the output of the two commands is concatenated, there is no "Metadata:"
prefix introducing the XMP. It ends up splitting every line of the XML
on colon characters in attribute names, spamming lots of little
properties into the final result.

I can confirm that it's also broken in production.

So, just treat the output of pdfinfo -meta as plain XML.

Change-Id: Ia3df17daed0f27e95294b5d97872ec064c79965c
2021-06-11 15:57:04 +10:00
..
CreatePdfThumbnailsJob.php Use ::class for class name 2021-04-08 21:02:46 +02:00
PdfHandler.php Use the new metadata splitting facility to improve PDF performance 2021-06-11 15:56:57 +10:00
PdfImage.php Fix broken PDF XMP extraction 2021-06-11 15:57:04 +10:00