Skip to content

Commit 8801393

Browse files
authored
Merge pull request #12061 from nextcloud/imaginary-pdf
docs(preview): add imaginary pdf provider
2 parents 8aaa761 + 68b7057 commit 8801393

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

admin_manual/release_notes/upgrade_to_30.rst

+6
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ Changes to the available options in ``config.php``.
2424
* The option ``forbidden_chars`` is now deprecated and replaced with ``forbidden_filename_characters``
2525
* The option ``forbidden_filename_basenames`` was added to allow bocking files with specific basenames (the filename without extension (before the first dot))
2626
* The option ``forbidden_filename_extensions`` was added to allow blocking extensions from being used on filenames
27+
28+
Previews for PDF files with Imaginary
29+
-------------------------------------
30+
31+
The preview provider ``OC\Preview\Imaginary`` is no longer generating previews for PDF files.
32+
Add the new preview provider ``OC\Preview\ImaginaryPDF`` to ``enabledPreviewProviders`` to enable preview generation with Imaginary for PDF files.

0 commit comments

Comments
 (0)