Please pay particular attention to the compatibility version of each add-on. For example if it indicates Compatible XF 2.x versions: 2.3 that indicates the add-on will only work if you have XF 2.3 installed.

XenForo Config Viewing PDF attachments in the browser

XenforoNulled

Member
Staff member
Site Admin
Points 8
Member Active member
17 Points
70
3
0
7 day activity
Thu
Fri
Sat
Sun
Mon
Tue
Wed
The issue:

Cannot get Safari to view PDF attachments in the browser, it always just downloads.

The fix option 1:

Install the Open PDF v1.5 add-on:


The fix option 2:

Add this code to your src/config.php file:
Code:
$c->extend('inlineImageTypes', function(array $imageTypes)
{
    $imageTypes['pdf'] = 'application/pdf';
    return $imageTypes;
});
 

Matched Threads

Match Forum Thread Author Stats
60%
Paid Addons [2.x]
Premium Vip  Andy - Open PDF
0 7
Back
Top