Changes between Version 8 and Version 9 of PdfRedirectorPlugin


Ignore:
Timestamp:
Nov 7, 2012, 5:39:45 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Configuration edits needs. Thanks to Bernhard Weichel for the feedback.

Legend:

Unmodified
Added
Removed
Modified
  • PdfRedirectorPlugin

    v8 v9  
    2626== Example ==
    2727
    28 Upload a PDF and click on it. You'll be able to download it immediately instead of having to click through the preview page.
     28Upload a PDF and click on it. You'll be able to download it immediately instead of having to click through the preview page. If you want the PDF to render in the browser, you'll need to make the following configuration changes:
     29
     30{{{
     31#!ini
     32[attachments]
     33render_unsafe_content = true
     34
     35[browser]
     36render_unsafe_content = true
     37}}}
    2938
    3039== Recent Changes ==