[[PageOutline(2-5,Contents,pullout)]] = Redirect to raw format for PDF attachments == Description This plugin produces links to PDF attachments to go directly to the raw file, rather than the preview page (which doesn't actually preview the file). To delete attachments, you'll need to enter an explicit URL: `/attachment/realm/id/filename.pdf?action=delete`. == Bugs/Feature Requests Existing bugs and feature requests for PdfRedirectorPlugin are [report:9?COMPONENT=PdfRedirectorPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=PdfRedirectorPlugin&owner=nicholasbs new ticket]. [[TicketQuery(component=PdfRedirectorPlugin&group=type,format=progress)]] == Download Download the zipped source from [download:pdfredirectorplugin here]. == Source You can check out PdfRedirectorPlugin from [http://trac-hacks.org/svn/pdfredirectorplugin here] using Subversion, or [source:pdfredirectorplugin browse the source] with Trac. == Installation Installation directly from SVN (for more info see t:TracPlugins): {{{#!sh easy_install http://trac-hacks.org/svn/pdfredirectorplugin/trunk/ }}} If you want the PDF to render in the browser, you'll need to make the following configuration changes in your `trac.ini` file: {{{#!ini [attachments] render_unsafe_content = true [browser] render_unsafe_content = true }}} == Example Upload a PDF and click on it. You will be able to download it immediately instead of having to click through the preview page. == Recent Changes [[ChangeLog(pdfredirectorplugin, 3)]] == Author/Contributors Developed at [http://openplans.org The Open Planning Project]. '''Author:''' [wiki:nicholasbs] [[BR]] '''Maintainer:''' ''none'' [[BR]] '''Contributors:''' [wiki:k0s], rjollos, hasienda